@syncfusion/ej2-react-schedule 31.2.3 → 31.2.10
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
|
@@ -13,7 +13,7 @@ The [React Schedule](https://www.syncfusion.com/react-ui-components/react-schedu
|
|
|
13
13
|
<p align="center">
|
|
14
14
|
Trusted by the world's leading companies
|
|
15
15
|
<a href="https://www.syncfusion.com">
|
|
16
|
-
<img src="https://
|
|
16
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
17
17
|
</a>
|
|
18
18
|
</p>
|
|
19
19
|
|
|
@@ -111,6 +111,14 @@ Schedule component is also available in the following list of frameworks.
|
|
|
111
111
|
* [Localization](https://ej2.syncfusion.com/react/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
|
|
112
112
|
* [RTL](https://ej2.syncfusion.com/react/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Supports displaying the component to display in the direction from right to left.
|
|
113
113
|
|
|
114
|
+
## Resources
|
|
115
|
+
|
|
116
|
+
* [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
|
|
117
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
118
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
|
|
119
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/react)
|
|
120
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
|
|
121
|
+
|
|
114
122
|
## Support
|
|
115
123
|
|
|
116
124
|
Product support is available through the following mediums.
|
|
@@ -127,7 +135,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
|
|
|
127
135
|
|
|
128
136
|
## License and copyright
|
|
129
137
|
|
|
130
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
138
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
131
139
|
|
|
132
140
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
133
141
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.10
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.10
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-react-schedule",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.10",
|
|
4
4
|
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"es2015": "dist/es6/ej2-react-schedule.es2015.js",
|
|
21
21
|
"readme": "ReadMe.md",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
23
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
24
24
|
"@syncfusion/ej2-react-base": "~31.2.2",
|
|
25
|
-
"@syncfusion/ej2-schedule": "31.2.
|
|
25
|
+
"@syncfusion/ej2-schedule": "31.2.10"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {},
|
|
28
28
|
"sideEffects": false,
|