@syncfusion/ej2-schedule 19.4.55 → 20.1.47

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 (75) hide show
  1. package/CHANGELOG.md +23 -9
  2. package/dist/ej2-schedule.umd.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-schedule.es2015.js +156 -46
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +156 -46
  7. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-schedule.min.js +2 -2
  9. package/dist/global/ej2-schedule.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +15 -15
  12. package/src/recurrence-editor/date-generator.js +4 -0
  13. package/src/schedule/base/schedule.js +4 -0
  14. package/src/schedule/event-renderer/agenda-base.js +1 -1
  15. package/src/schedule/event-renderer/month.d.ts +3 -0
  16. package/src/schedule/event-renderer/month.js +38 -24
  17. package/src/schedule/event-renderer/timeline-view.js +2 -1
  18. package/src/schedule/event-renderer/year.js +3 -1
  19. package/src/schedule/popups/event-window.js +4 -2
  20. package/src/schedule/renderer/month.d.ts +1 -0
  21. package/src/schedule/renderer/month.js +29 -12
  22. package/src/schedule/renderer/renderer.js +2 -1
  23. package/src/schedule/renderer/timeline-year.d.ts +2 -1
  24. package/src/schedule/renderer/timeline-year.js +49 -4
  25. package/src/schedule/renderer/year.js +20 -0
  26. package/styles/bootstrap-dark.css +10 -7
  27. package/styles/bootstrap.css +10 -7
  28. package/styles/bootstrap4.css +11 -8
  29. package/styles/bootstrap5-dark.css +20 -19
  30. package/styles/bootstrap5.css +20 -19
  31. package/styles/fabric-dark.css +10 -7
  32. package/styles/fabric.css +10 -7
  33. package/styles/fluent-dark.css +5102 -0
  34. package/styles/fluent-dark.scss +2 -0
  35. package/styles/fluent.css +5103 -0
  36. package/styles/fluent.scss +2 -0
  37. package/styles/highcontrast-light.css +10 -7
  38. package/styles/highcontrast.css +11 -8
  39. package/styles/material-dark.css +10 -7
  40. package/styles/material.css +10 -7
  41. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  42. package/styles/recurrence-editor/fluent-dark.css +495 -0
  43. package/styles/recurrence-editor/fluent-dark.scss +3 -0
  44. package/styles/recurrence-editor/fluent.css +495 -0
  45. package/styles/recurrence-editor/fluent.scss +3 -0
  46. package/styles/schedule/_bootstrap4-definition.scss +1 -1
  47. package/styles/schedule/_bootstrap5-definition.scss +4 -4
  48. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  49. package/styles/schedule/_fluent-definition.scss +10 -8
  50. package/styles/schedule/_highcontrast-definition.scss +1 -1
  51. package/styles/schedule/_layout.scss +55 -14
  52. package/styles/schedule/_tailwind-definition.scss +1 -0
  53. package/styles/schedule/_theme.scss +6 -9
  54. package/styles/schedule/bootstrap-dark.css +10 -7
  55. package/styles/schedule/bootstrap.css +10 -7
  56. package/styles/schedule/bootstrap4.css +11 -8
  57. package/styles/schedule/bootstrap5-dark.css +20 -19
  58. package/styles/schedule/bootstrap5.css +20 -19
  59. package/styles/schedule/fabric-dark.css +10 -7
  60. package/styles/schedule/fabric.css +10 -7
  61. package/styles/schedule/fluent-dark.css +4606 -0
  62. package/styles/schedule/fluent-dark.scss +4 -0
  63. package/styles/schedule/fluent.css +4607 -0
  64. package/styles/schedule/fluent.scss +5 -0
  65. package/styles/schedule/highcontrast-light.css +10 -7
  66. package/styles/schedule/highcontrast.css +11 -8
  67. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  68. package/styles/schedule/icons/_fluent.scss +51 -50
  69. package/styles/schedule/icons/_tailwind.scss +51 -50
  70. package/styles/schedule/material-dark.css +10 -7
  71. package/styles/schedule/material.css +10 -7
  72. package/styles/schedule/tailwind-dark.css +65 -60
  73. package/styles/schedule/tailwind.css +65 -60
  74. package/styles/tailwind-dark.css +65 -60
  75. package/styles/tailwind.css +65 -60
package/CHANGELOG.md CHANGED
@@ -2,14 +2,28 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Schedule
6
+
7
+ #### New Features
8
+
9
+ - `#I305258`, `#FB20522`, `#FB20233` - Provided virtual scrolling support for timeline year view with vertical orientation.
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I368002, #I369932` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
14
+ - `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
15
+ - `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
16
+ - `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
17
+ - `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
18
+
5
19
  ## 19.4.50 (2022-02-08)
6
20
 
7
21
  ### Schedule
8
22
 
9
23
  #### Bug Fixes
10
24
 
11
- - `#SF-362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
12
- - `#SF-363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
25
+ - `#I362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
26
+ - `#I363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
13
27
 
14
28
  ## 19.4.47 (2022-01-25)
15
29
 
@@ -17,9 +31,9 @@
17
31
 
18
32
  #### Bug Fixes
19
33
 
20
- - `#SF-361305` - A performance issue while loading more events in the Timeline views has been fixed.
21
- - `#SF-361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
22
- - `#SF-363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
34
+ - `#I361305` - A performance issue while loading more events in the Timeline views has been fixed.
35
+ - `#I361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
36
+ - `#I363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
23
37
 
24
38
  ## 19.4.43 (2022-01-18)
25
39
 
@@ -35,7 +49,7 @@
35
49
 
36
50
  #### Bug Fixes
37
51
 
38
- - `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
52
+ - `#I360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
39
53
 
40
54
  ## 19.4.41 (2022-01-04)
41
55
 
@@ -43,7 +57,7 @@
43
57
 
44
58
  #### Bug Fixes
45
59
 
46
- - `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
60
+ - `#I357890` - An issue with work cells misalignment in the timeline month view has been fixed.
47
61
  - `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
48
62
  - `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
49
63
 
@@ -53,7 +67,7 @@
53
67
 
54
68
  #### Bug Fixes
55
69
 
56
- - `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
70
+ - `#I353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
57
71
 
58
72
  ## 19.4.38 (2021-12-17)
59
73
 
@@ -68,7 +82,7 @@
68
82
 
69
83
  #### Bug Fixes
70
84
 
71
- - `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
85
+ - `#I357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
72
86
 
73
87
  ## 19.3.55 (2021-11-23)
74
88