@syncfusion/ej2-react-schedule 20.3.58 → 20.4.38

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 (51) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +110 -47
  3. package/diConfig.json +16 -21
  4. package/dist/ej2-react-schedule.min.js +1 -1
  5. package/dist/ej2-react-schedule.umd.min.js +1 -1
  6. package/package.json +17 -23
  7. package/styles/bootstrap-dark.css +364 -101
  8. package/styles/bootstrap.css +363 -99
  9. package/styles/bootstrap4.css +375 -141
  10. package/styles/bootstrap5-dark.css +339 -137
  11. package/styles/bootstrap5.css +339 -137
  12. package/styles/fabric-dark.css +330 -101
  13. package/styles/fabric.css +316 -106
  14. package/styles/fluent-dark.css +395 -102
  15. package/styles/fluent.css +395 -102
  16. package/styles/highcontrast-light.css +407 -98
  17. package/styles/highcontrast.css +399 -113
  18. package/styles/material-dark.css +362 -110
  19. package/styles/material.css +404 -110
  20. package/styles/recurrence-editor/bootstrap-dark.css +137 -28
  21. package/styles/recurrence-editor/bootstrap.css +137 -28
  22. package/styles/recurrence-editor/bootstrap4.css +171 -28
  23. package/styles/recurrence-editor/bootstrap5-dark.css +178 -28
  24. package/styles/recurrence-editor/bootstrap5.css +178 -28
  25. package/styles/recurrence-editor/fabric-dark.css +113 -28
  26. package/styles/recurrence-editor/fabric.css +106 -28
  27. package/styles/recurrence-editor/fluent-dark.css +158 -28
  28. package/styles/recurrence-editor/fluent.css +158 -28
  29. package/styles/recurrence-editor/highcontrast-light.css +110 -28
  30. package/styles/recurrence-editor/highcontrast.css +110 -28
  31. package/styles/recurrence-editor/material-dark.css +138 -28
  32. package/styles/recurrence-editor/material.css +163 -28
  33. package/styles/recurrence-editor/tailwind-dark.css +126 -28
  34. package/styles/recurrence-editor/tailwind.css +126 -28
  35. package/styles/schedule/bootstrap-dark.css +332 -73
  36. package/styles/schedule/bootstrap.css +331 -71
  37. package/styles/schedule/bootstrap4.css +343 -113
  38. package/styles/schedule/bootstrap5-dark.css +307 -109
  39. package/styles/schedule/bootstrap5.css +307 -109
  40. package/styles/schedule/fabric-dark.css +298 -73
  41. package/styles/schedule/fabric.css +284 -78
  42. package/styles/schedule/fluent-dark.css +363 -74
  43. package/styles/schedule/fluent.css +363 -74
  44. package/styles/schedule/highcontrast-light.css +375 -70
  45. package/styles/schedule/highcontrast.css +367 -85
  46. package/styles/schedule/material-dark.css +330 -82
  47. package/styles/schedule/material.css +372 -82
  48. package/styles/schedule/tailwind-dark.css +246 -111
  49. package/styles/schedule/tailwind.css +246 -111
  50. package/styles/tailwind-dark.css +279 -140
  51. package/styles/tailwind.css +279 -140
package/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@
4
4
 
5
5
  ### Schedule
6
6
 
7
+ #### New Features
8
+
9
+ - `#I384604` - Provided custom workdays support when resources are grouped by date.
10
+ - `#I394207` - Provided `closeTooltip` method to close the appointment tooltip programmatically.
11
+ - `#I399939` - Provided `dateRangeTemplate` template to customize the header date range in scheduler.
12
+
13
+ #### Bug fixes
14
+
15
+ - `#F178034` - An issue with event template is not applied in print window has been fixed.
16
+
17
+ ## 20.3.58 (2022-11-22)
18
+
19
+ ### Schedule
20
+
7
21
  #### Bug fixes
8
22
 
9
23
  - `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
package/README.md CHANGED
@@ -1,12 +1,21 @@
1
- # ej2-react-schedule
2
-
3
- The [React Scheduler](https://www.syncfusion.com/react-ui-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) component is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [`DataManager`](https://ej2.syncfusion.com/react/documentation/data/) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar.
4
-
5
- ![Schedule](https://ej2.syncfusion.com/products/images/schedule/readme.png)
6
-
7
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [here](https://www.syncfusion.com/sales/products) or start a free 30-day trial from [here](https://www.syncfusion.com/account/manage-trials/start-trials).
8
-
9
- > 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.
1
+ # React Schedule Component
2
+
3
+ The [React Schedule](https://www.syncfusion.com/react-ui-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) component is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives event data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [DataManager](https://ej2.syncfusion.com/react/documentation/data/data-binding/) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar.
4
+
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/react/documentation/schedule/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm">Getting started</a> .
7
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/overview">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/react-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm">Learn more</a>
9
+ </p>
10
+ <p align="center">
11
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-scheduler.png" alt="React Scheduler Component"/>
12
+ </p>
13
+ <p align="center">
14
+ Trusted by the world's leading companies
15
+ <a href="https://www.syncfusion.com">
16
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
17
+ </a>
18
+ </p>
10
19
 
11
20
  ## Setup
12
21
 
@@ -16,58 +25,112 @@ To install Schedule and its dependent packages, use the following command.
16
25
  npm install @syncfusion/ej2-react-schedule
17
26
  ```
18
27
 
19
- ## Resources
28
+ ### Adding CSS references for Schedule
29
+
30
+ Add CSS references needed for a Schedule in **src/App.css** from the **../node_modules/@syncfusion** package folder.
31
+
32
+ ```css
33
+ @import "../node_modules/@syncfusion/ej2-base/styles/material.css";
34
+ @import "../node_modules/@syncfusion/ej2-buttons/styles/material.css";
35
+ @import "../node_modules/@syncfusion/ej2-calendars/styles/material.css";
36
+ @import "../node_modules/@syncfusion/ej2-dropdowns/styles/material.css";
37
+ @import "../node_modules/@syncfusion/ej2-inputs/styles/material.css";
38
+ @import "../node_modules/@syncfusion/ej2-navigations/styles/material.css";
39
+ @import "../node_modules/@syncfusion/ej2-popups/styles/material.css";
40
+ @import "../node_modules/@syncfusion/ej2-react-schedule/styles/material.css";
41
+ ```
42
+
43
+ ### Module injection
44
+ In the **app.tsx** file, use the following code to inject the modules.
20
45
 
21
- * [Getting Started](https://ej2.syncfusion.com/react/documentation/schedule/getting-started.html?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
22
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/#/material/schedule/default?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
23
- * [Product Page](https://www.syncfusion.com/react-ui-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
24
46
 
25
- ## Supported Frameworks
47
+ ```typescript
48
+ <Inject services={[Day, Week, WorkWeek, Month, Agenda, MonthAgenda, TimelineViews, TimelineMonth ]} />
49
+ ```
50
+
51
+ ### Add Schedule Component
52
+
53
+ In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Schedule control and import **App.css** to apply styles to the schedule:
54
+
55
+ ```typescript
56
+ import { ScheduleComponent, Day, Week, WorkWeek, Month, Agenda, Inject } from '@syncfusion/ej2-react-schedule';
57
+ import * as React from 'react';
58
+ import './App.css';
59
+ function App() {
60
+ const data = [
61
+ {
62
+ Id: 1,
63
+ Subject: 'Meeting',
64
+ StartTime: new Date(2023, 1, 15, 10, 0),
65
+ EndTime: new Date(2023, 1, 15, 12, 30),
66
+ },
67
+ ];
68
+ return (
69
+ <ScheduleComponent
70
+ selectedDate={new Date(2023, 1, 15)}
71
+ eventSettings={{
72
+ dataSource: data,
73
+ }}
74
+ >
75
+ <Inject services={[Day, Week, WorkWeek, Month, Agenda]} />
76
+ </ScheduleComponent>
77
+ );
78
+ }
79
+ export default App;
80
+ ```
26
81
 
27
- Schedule component is also available in following list of frameworks.
82
+ ## Supported frameworks
28
83
 
29
- 1. [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
30
- 2. [Vue Scheduler](https://www.syncfusion.com/vue-ui-components/vue-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
31
- 3. [ASP.NET Core Scheduler](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
32
- 4. [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspnet-mvc-ui-controls/scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
33
- 5. [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
84
+ Schedule component is also available in the following list of frameworks.
85
+
86
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
87
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
34
88
 
35
89
  ## Showcase samples
36
90
 
37
- * [Fare calendar demo in React](https://ej2.syncfusion.com/react/demos/#/material/schedule/resources?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm))
38
-
39
- ## Key Features
40
-
41
- * [**Views**](https://ej2.syncfusion.com/react/demos/#/material/schedule/views?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Schedule is now availed with 10 different view modes – day, week, work week, month, timeline day, timeline week, timeline work-week, timeline month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default.
42
- * [**Data binding**](https://ej2.syncfusion.com/react/demos/#/material/schedule/remote-data?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.
43
- * **Drag and drop** - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots.
44
- * **Appointment resize** - An appointment’s time can be easily extended by resizing its start or end handlers.
45
- * [**Multiple resources**](https://ej2.syncfusion.com/react/demos/#/material/schedule/resource-grouping?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations.
46
- * [**Recurrence**](https://ej2.syncfusion.com/react/demos/#/material/schedule/recurrence-events?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
47
- * [**Template**](https://ej2.syncfusion.com/react/demos/#/material/schedule/event-template?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - The key elements like events, date header, work cells and event tooltip comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it.
48
- * [**Timezone**](https://ej2.syncfusion.com/react/demos/#/material/schedule/timezone?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event thus allowing the events to display on its exact local time.
49
- * [**Timescale**](https://ej2.syncfusion.com/react/demos/#/material/schedule/time-scale?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots.
50
- * [**Customizable working days and hours**](https://ej2.syncfusion.com/react/demos/#/material/schedule/work-days?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Users can set specific [work hour](https://ej2.syncfusion.com/react/demos/#/material/schedule/work-hours?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/react/demos/#/material/schedule/hide-weekend?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm).
51
- * [**Custom editor template**](https://ej2.syncfusion.com/react/demos/#/material/schedule/editor-template?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor.
52
- * [**Adaptive rendering**](https://ej2.syncfusion.com/react/demos/#/material/schedule/month-agenda?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
53
- * [**Keyboard interaction**](https://ej2.syncfusion.com/react/demos/#/material/schedule/keyboard-interaction?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs.
54
- * [**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.
55
- * [**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.
91
+ * Fare calendar - [Live Demo](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/resources)
92
+
93
+ ## Key features
94
+
95
+ * [Multiple views](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/views) - A wide variety of built-in views are available: `day, week, work week, month, timeline day, timeline week, timeline work week, timeline month, timeline year, year, agenda and month agenda`. Easily configure each individual view with different, view-specific options.
96
+ * [Data binding](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/remote-data) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.
97
+ * [Drag and drop](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/external-drag-drop) - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots.
98
+ * Appointment resize - An appointment’s time can be easily extended by resizing its start or end handlers.
99
+ * [Multiple resources](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/resource-grouping) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations.
100
+ * [Virtual scrolling](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/virtual-scrolling) - Supports to load a large number of resources and events instantly as the users scroll.
101
+ * [Recurrence appointment](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/recurrence-events) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
102
+ * [Template](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/event-template) - The key elements like events, date header, work cells, time cells, event tooltip, resource header, date range text, and quick info popup comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it.
103
+ * [Timezone](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/timezone) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time.
104
+ * [Timescale](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/time-scale) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots.
105
+ * [Customizable working days and hours](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/work-days) - Users can set specific [work hour](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/work-hours) range which is visually differentiated with active color. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/hide-weekend).
106
+ * [Custom editor template](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/editor-template) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor.
107
+ * [Adaptive rendering](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/month-agenda) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
108
+ * [Export to Excel](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/excel-export) - Provides the options to Export the events to Excel formats.
109
+ * [Export and Import ICS](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/calendar-export-import) - Provides the options to Export and Import the events as ICS formats.
110
+ * [Keyboard interaction](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm#/bootstrap5/schedule/keyboard-interaction) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs.
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
+ * [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.
56
113
 
57
114
  ## Support
58
115
 
59
- Product support is available through following mediums.
116
+ Product support is available through the following mediums.
60
117
 
61
- * Creating incident through Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm).
62
- * New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm).
63
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
118
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
119
+ * [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
120
+ * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
121
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm)
122
+ * Live chat
64
123
 
65
- ## License
124
+ ## Changelog
66
125
 
67
- Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm).
126
+ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/schedule/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
68
127
 
69
- ## Changelog
128
+ ## License and copyright
129
+
130
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [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
+
132
+ > 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.
70
133
 
71
- Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm).
134
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) for more info.
72
135
 
73
136
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/diConfig.json CHANGED
@@ -6,38 +6,33 @@
6
6
  "common": [
7
7
  "ej2",
8
8
  "syncfusion",
9
- "web-components",
10
9
  "schedule",
11
- "resources",
12
- "multiple-resources",
13
- "grouping",
14
- "views",
15
- "calendar",
16
- "appointments",
17
- "events",
18
- "tasks",
19
- "recurrence",
20
- "data-binding",
21
- "timezone",
22
- "recurrence-editor",
23
- "agenda"
10
+ "scheduler",
11
+ "events-calendar",
12
+ "events-scheduler",
13
+ "appointment-calendar",
14
+ "appointments-planner",
15
+ "resources-scheduler"
24
16
  ],
25
17
  "angular": [
26
18
  "angular",
27
- "ng",
28
- "ng-schedule",
29
- "ej2-ng-schedule",
30
- "angular-schedule"
19
+ "angular-schedule",
20
+ "angular-scheduler",
21
+ "ej2-angular-scheduler"
31
22
  ],
32
23
  "react": [
33
24
  "react",
25
+ "reactjs",
34
26
  "react-schedule",
35
- "ej2-react-schedule"
27
+ "react-scheduler",
28
+ "ej2-react-scheduler"
36
29
  ],
37
30
  "vue": [
38
31
  "vue",
32
+ "vuejs",
39
33
  "vue-schedule",
40
- "ej2-vue-schedule"
34
+ "vue-scheduler",
35
+ "ej2-vue-scheduler"
41
36
  ]
42
37
  },
43
38
  "repository": {
@@ -541,4 +536,4 @@
541
536
  ]
542
537
  }
543
538
  ]
544
- }
539
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.min.js
3
- * version : 20.3.58
3
+ * version : 20.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 20.3.58
3
+ * version : 20.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-schedule@*",
3
- "_id": "@syncfusion/ej2-react-schedule@20.3.57",
3
+ "_id": "@syncfusion/ej2-react-schedule@20.5.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1R0snTbVupJFDJa26mWRvqujSfaXkhmRsZRn4ZwvV4kbr7klEhlDwp91Ud304r2ytXNOLsuwCdTzMl7DiqNxrA==",
5
+ "_integrity": "sha512-8zDgFIkvKyj97ABftOFV+Va03csR1t0Au5O77ZlQpOn91taYm2BlqZrinjK4ZQ6a69Grkit33ovoXmcMTcoAAg==",
6
6
  "_location": "/@syncfusion/ej2-react-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.3.57.tgz",
23
- "_shasum": "61401c5a60f9c3a4d0ca52a4be732ffd1d1590a3",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.5.7.tgz",
23
+ "_shasum": "52354b2c58733cad9b0fe13de31f84f171abcdb7",
24
24
  "_spec": "@syncfusion/ej2-react-schedule@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-react-base": "~20.3.56",
36
- "@syncfusion/ej2-schedule": "20.3.58"
34
+ "@syncfusion/ej2-base": "~20.4.38",
35
+ "@syncfusion/ej2-react-base": "~20.4.38",
36
+ "@syncfusion/ej2-schedule": "20.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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",
@@ -43,24 +43,18 @@
43
43
  "keywords": [
44
44
  "ej2",
45
45
  "syncfusion",
46
- "web-components",
47
46
  "schedule",
48
- "resources",
49
- "multiple-resources",
50
- "grouping",
51
- "views",
52
- "calendar",
53
- "appointments",
54
- "events",
55
- "tasks",
56
- "recurrence",
57
- "data-binding",
58
- "timezone",
59
- "recurrence-editor",
60
- "agenda",
47
+ "scheduler",
48
+ "events-calendar",
49
+ "events-scheduler",
50
+ "appointment-calendar",
51
+ "appointments-planner",
52
+ "resources-scheduler",
61
53
  "react",
54
+ "reactjs",
62
55
  "react-schedule",
63
- "ej2-react-schedule"
56
+ "react-scheduler",
57
+ "ej2-react-scheduler"
64
58
  ],
65
59
  "license": "SEE LICENSE IN license",
66
60
  "main": "./dist/ej2-react-schedule.umd.min.js",
@@ -70,6 +64,6 @@
70
64
  "type": "git",
71
65
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
72
66
  },
73
- "version": "20.3.58",
67
+ "version": "20.4.38",
74
68
  "sideEffects": false
75
69
  }