@syncfusion/ej2-react-schedule 20.1.52 → 20.1.57

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 +57 -13
  2. package/dist/ej2-react-schedule.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/src/schedule/headerrows-directive.d.ts +3 -1
  5. package/src/schedule/resources-directive.d.ts +3 -1
  6. package/src/schedule/views-directive.d.ts +3 -1
  7. package/styles/bootstrap-dark.css +83 -968
  8. package/styles/bootstrap.css +83 -967
  9. package/styles/bootstrap4.css +83 -990
  10. package/styles/bootstrap5-dark.css +83 -988
  11. package/styles/bootstrap5.css +83 -988
  12. package/styles/fabric-dark.css +83 -968
  13. package/styles/fabric.css +83 -970
  14. package/styles/fluent-dark.css +83 -968
  15. package/styles/fluent.css +83 -968
  16. package/styles/highcontrast-light.css +83 -967
  17. package/styles/highcontrast.css +83 -972
  18. package/styles/material-dark.css +83 -967
  19. package/styles/material.css +83 -967
  20. package/styles/recurrence-editor/bootstrap-dark.css +6 -94
  21. package/styles/recurrence-editor/bootstrap.css +6 -94
  22. package/styles/recurrence-editor/bootstrap4.css +6 -94
  23. package/styles/recurrence-editor/bootstrap5-dark.css +6 -94
  24. package/styles/recurrence-editor/bootstrap5.css +6 -94
  25. package/styles/recurrence-editor/fabric-dark.css +6 -94
  26. package/styles/recurrence-editor/fabric.css +6 -94
  27. package/styles/recurrence-editor/fluent-dark.css +6 -94
  28. package/styles/recurrence-editor/fluent.css +6 -94
  29. package/styles/recurrence-editor/highcontrast-light.css +6 -94
  30. package/styles/recurrence-editor/highcontrast.css +6 -94
  31. package/styles/recurrence-editor/material-dark.css +6 -94
  32. package/styles/recurrence-editor/material.css +6 -94
  33. package/styles/recurrence-editor/tailwind-dark.css +6 -94
  34. package/styles/recurrence-editor/tailwind.css +6 -94
  35. package/styles/schedule/bootstrap-dark.css +78 -875
  36. package/styles/schedule/bootstrap.css +78 -874
  37. package/styles/schedule/bootstrap4.css +78 -897
  38. package/styles/schedule/bootstrap5-dark.css +78 -895
  39. package/styles/schedule/bootstrap5.css +78 -895
  40. package/styles/schedule/fabric-dark.css +78 -875
  41. package/styles/schedule/fabric.css +78 -877
  42. package/styles/schedule/fluent-dark.css +78 -875
  43. package/styles/schedule/fluent.css +78 -875
  44. package/styles/schedule/highcontrast-light.css +78 -874
  45. package/styles/schedule/highcontrast.css +78 -879
  46. package/styles/schedule/material-dark.css +78 -874
  47. package/styles/schedule/material.css +78 -874
  48. package/styles/schedule/tailwind-dark.css +78 -895
  49. package/styles/schedule/tailwind.css +78 -895
  50. package/styles/tailwind-dark.css +83 -988
  51. package/styles/tailwind.css +83 -988
package/CHANGELOG.md CHANGED
@@ -2,23 +2,69 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.4.55 (2022-03-08)
5
+ ### Schedule
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I379346` - An issue with appointments rendered in start and end hour range in vertical views has been fixed.
10
+ - `#I379197` - An issue with normal appointment rendered in all day row in DST time zone has been fixed.
11
+
12
+ - `#I377836` - An issue with component state change when using `workDays` property has been fixed.
13
+
14
+ ## 20.1.55 (2022-05-12)
15
+
16
+ ### Schedule
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I374675` - The appointment border maintained after deselection on multiple appointment selections has been fixed.
21
+ - `#I373707` - An issue with appointments rendered in the min-max date range in vertical views has been fixed.
22
+
23
+ ## 20.1.50 (2022-04-19)
6
24
 
7
25
  ### Schedule
8
26
 
9
27
  #### Bug Fixes
10
28
 
11
- - `#SF-368002` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
29
+ - `#I373678` - An issue with the recurrence appointment time change in the DST time zone has been fixed.
30
+ - `#I372043` - An issue with the appointment rendering performance of the month view has been fixed.
31
+ - `#I373179` - The Schedule `exportToICalendar` method throws a script error on exporting events issue has been fixed.
32
+ - `#I373707` - An issue with the appointments in the min-max date range not rendered in the month view has been fixed.
33
+
34
+ ## 20.1.48 (2022-04-12)
35
+
36
+ ### Schedule
37
+
38
+ #### Bug Fixes
39
+
40
+ - `#F173985` - An issue with duplicate cells rendered when the time scale interval set as 1440 has been fixed.
41
+
42
+ ## 20.1.47 (2022-04-04)
43
+
44
+ ### Schedule
45
+
46
+ #### New Features
47
+
48
+ - `#I305258`, `#FB20522`, `#FB20233` - Provided virtual scrolling support for timeline year view with vertical orientation.
49
+
50
+ #### Bug Fixes
51
+
52
+ - `#I368002, #I369932` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
53
+ - `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
54
+ - `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
55
+ - `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
12
56
  - `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
13
57
 
58
+ - `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
59
+
14
60
  ## 19.4.50 (2022-02-08)
15
61
 
16
62
  ### Schedule
17
63
 
18
64
  #### Bug Fixes
19
65
 
20
- - `#SF-362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
21
- - `#SF-363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
66
+ - `#I362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
67
+ - `#I363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
22
68
 
23
69
  ## 19.4.47 (2022-01-25)
24
70
 
@@ -26,9 +72,9 @@
26
72
 
27
73
  #### Bug Fixes
28
74
 
29
- - `#SF-361305` - A performance issue while loading more events in the Timeline views has been fixed.
30
- - `#SF-361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
31
- - `#SF-363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
75
+ - `#I361305` - A performance issue while loading more events in the Timeline views has been fixed.
76
+ - `#I361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
77
+ - `#I363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
32
78
 
33
79
  ## 19.4.43 (2022-01-18)
34
80
 
@@ -44,7 +90,7 @@
44
90
 
45
91
  #### Bug Fixes
46
92
 
47
- - `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
93
+ - `#I360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
48
94
 
49
95
  ## 19.4.41 (2022-01-04)
50
96
 
@@ -52,7 +98,7 @@
52
98
 
53
99
  #### Bug Fixes
54
100
 
55
- - `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
101
+ - `#I357890` - An issue with work cells misalignment in the timeline month view has been fixed.
56
102
  - `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
57
103
  - `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
58
104
 
@@ -62,9 +108,7 @@
62
108
 
63
109
  #### Bug Fixes
64
110
 
65
- - `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
66
-
67
- - `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
111
+ - `#I353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
68
112
 
69
113
  ## 19.4.38 (2021-12-17)
70
114
 
@@ -79,7 +123,7 @@
79
123
 
80
124
  #### Bug Fixes
81
125
 
82
- - `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
126
+ - `#I357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
83
127
 
84
128
  ## 19.3.55 (2021-11-23)
85
129
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.umd.min.js
3
- * version : 20.1.52
3
+ * version : 20.1.57
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@19.4.55",
3
+ "_id": "@syncfusion/ej2-react-schedule@20.1.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dL8e1LJVpGQHEEpfeJFKZGIbh3J7jUwqj2dR0UQIg6RJtNeKQnBzUFw/nPFvegTRFm77y9YP36GECNum79PmbQ==",
5
+ "_integrity": "sha512-ITY+cd/El1ielbXvGzmMfDdQOcGbAOMPutTHpAvvS2frtJ9pRC0V35bf6PoIBbm8bl4VIj42EbpcOUefcKt/HQ==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-19.4.55.tgz",
23
- "_shasum": "809f594a9a322fb76dab56f0924008f8345133b6",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.1.56.tgz",
23
+ "_shasum": "997a54ce29f566ecf143350ba4d635a0c5619a56",
24
24
  "_spec": "@syncfusion/ej2-react-schedule@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.50",
35
- "@syncfusion/ej2-react-base": "~20.1.47",
36
- "@syncfusion/ej2-schedule": "20.1.52"
34
+ "@syncfusion/ej2-base": "~20.1.56",
35
+ "@syncfusion/ej2-react-base": "~20.1.57",
36
+ "@syncfusion/ej2-schedule": "20.1.57"
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",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
72
72
  },
73
- "version": "20.1.52",
73
+ "version": "20.1.57",
74
74
  "sideEffects": false
75
75
  }
@@ -15,7 +15,9 @@ export interface HeaderRowsDirTypecast {
15
15
  * </ScheduleComponent>
16
16
  * ```
17
17
  */
18
- export declare class HeaderRowDirective extends ComplexBase<HeaderRowsModel | HeaderRowsDirTypecast, HeaderRowsModel | HeaderRowsDirTypecast> {
18
+ export declare class HeaderRowDirective extends ComplexBase<HeaderRowsModel | HeaderRowsDirTypecast & {
19
+ children?: React.ReactNode;
20
+ }, HeaderRowsModel | HeaderRowsDirTypecast> {
19
21
  static moduleName: string;
20
22
  }
21
23
  export declare class HeaderRowsDirective extends ComplexBase<{}, {}> {
@@ -12,7 +12,9 @@ import { ResourcesModel } from '@syncfusion/ej2-schedule';
12
12
  * </ScheduleComponent>
13
13
  * ```
14
14
  */
15
- export declare class ResourceDirective extends ComplexBase<ResourcesModel, ResourcesModel> {
15
+ export declare class ResourceDirective extends ComplexBase<ResourcesModel & {
16
+ children?: React.ReactNode;
17
+ }, ResourcesModel> {
16
18
  static moduleName: string;
17
19
  }
18
20
  export declare class ResourcesDirective extends ComplexBase<{}, {}> {
@@ -25,7 +25,9 @@ export interface ViewsDirTypecast {
25
25
  * </ScheduleComponent>
26
26
  * ```
27
27
  */
28
- export declare class ViewDirective extends ComplexBase<ViewsModel | ViewsDirTypecast, ViewsModel | ViewsDirTypecast> {
28
+ export declare class ViewDirective extends ComplexBase<ViewsModel | ViewsDirTypecast & {
29
+ children?: React.ReactNode;
30
+ }, ViewsModel | ViewsDirTypecast> {
29
31
  static moduleName: string;
30
32
  static complexTemplate: Object;
31
33
  }