@syncfusion/ej2-angular-schedule 32.1.19 → 32.1.20-ngcc

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 (162) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +955 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +894 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +9 -466
  6. package/README.md +2 -9
  7. package/dist/ej2-angular-schedule.umd.js +1105 -0
  8. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  9. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  10. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  11. package/ej2-angular-schedule.d.ts +6 -0
  12. package/ej2-angular-schedule.metadata.json +1 -0
  13. package/license +10 -0
  14. package/package.json +47 -29
  15. package/postinstall/tagchange.js +18 -0
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -5
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  21. package/src/schedule/headerrows.directive.d.ts +0 -5
  22. package/src/schedule/resources.directive.d.ts +0 -5
  23. package/src/schedule/schedule-all.module.d.ts +0 -6
  24. package/src/schedule/schedule.component.d.ts +0 -7
  25. package/src/schedule/schedule.module.d.ts +0 -10
  26. package/src/schedule/toolbaritems.directive.d.ts +0 -5
  27. package/src/schedule/views.directive.d.ts +0 -31
  28. package/styles/bootstrap-dark.scss +2 -2
  29. package/styles/bootstrap.scss +2 -2
  30. package/styles/bootstrap4.scss +2 -2
  31. package/styles/bootstrap5-dark.scss +2 -2
  32. package/styles/bootstrap5.scss +2 -2
  33. package/styles/fabric-dark.scss +2 -2
  34. package/styles/fabric.scss +2 -2
  35. package/styles/fluent-dark.scss +2 -2
  36. package/styles/fluent.scss +2 -2
  37. package/styles/highcontrast-light.scss +2 -2
  38. package/styles/highcontrast.scss +2 -2
  39. package/styles/material-dark.scss +2 -2
  40. package/styles/material.scss +2 -2
  41. package/styles/material3-dark.scss +3 -2
  42. package/styles/material3.scss +3 -2
  43. package/styles/recurrence-editor/bootstrap-dark.scss +1 -1
  44. package/styles/recurrence-editor/bootstrap.scss +1 -1
  45. package/styles/recurrence-editor/bootstrap4.scss +1 -1
  46. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -1
  47. package/styles/recurrence-editor/bootstrap5.scss +1 -1
  48. package/styles/recurrence-editor/fabric-dark.scss +1 -1
  49. package/styles/recurrence-editor/fabric.scss +1 -1
  50. package/styles/recurrence-editor/fluent-dark.scss +1 -1
  51. package/styles/recurrence-editor/fluent.scss +1 -1
  52. package/styles/recurrence-editor/highcontrast-light.scss +1 -1
  53. package/styles/recurrence-editor/highcontrast.scss +1 -1
  54. package/styles/recurrence-editor/material-dark.scss +1 -1
  55. package/styles/recurrence-editor/material.scss +1 -1
  56. package/styles/recurrence-editor/material3-dark.scss +2 -1
  57. package/styles/recurrence-editor/material3.scss +2 -1
  58. package/styles/recurrence-editor/tailwind-dark.scss +1 -1
  59. package/styles/recurrence-editor/tailwind.scss +1 -1
  60. package/styles/schedule/bootstrap-dark.scss +1 -1
  61. package/styles/schedule/bootstrap.scss +1 -1
  62. package/styles/schedule/bootstrap4.scss +1 -1
  63. package/styles/schedule/bootstrap5-dark.scss +1 -1
  64. package/styles/schedule/bootstrap5.scss +1 -1
  65. package/styles/schedule/fabric-dark.scss +1 -1
  66. package/styles/schedule/fabric.scss +1 -1
  67. package/styles/schedule/fluent-dark.scss +1 -1
  68. package/styles/schedule/fluent.scss +1 -1
  69. package/styles/schedule/highcontrast-light.scss +1 -1
  70. package/styles/schedule/highcontrast.scss +1 -1
  71. package/styles/schedule/material-dark.scss +1 -1
  72. package/styles/schedule/material.scss +1 -1
  73. package/styles/schedule/material3-dark.scss +2 -1
  74. package/styles/schedule/material3.scss +2 -1
  75. package/styles/schedule/tailwind-dark.scss +1 -1
  76. package/styles/schedule/tailwind.scss +1 -1
  77. package/styles/tailwind-dark.scss +2 -2
  78. package/styles/tailwind.scss +2 -2
  79. package/esm2020/public_api.mjs +0 -2
  80. package/esm2020/src/index.mjs +0 -12
  81. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  82. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  83. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  84. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  85. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  86. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  87. package/esm2020/src/schedule/schedule.component.mjs +0 -306
  88. package/esm2020/src/schedule/schedule.module.mjs +0 -61
  89. package/esm2020/src/schedule/toolbaritems.directive.mjs +0 -67
  90. package/esm2020/src/schedule/views.directive.mjs +0 -132
  91. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  92. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -829
  93. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  94. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -829
  95. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  96. package/styles/bds-lite.css +0 -1
  97. package/styles/bds-lite.scss +0 -1
  98. package/styles/bds.css +0 -1
  99. package/styles/bds.scss +0 -2
  100. package/styles/bootstrap-dark-lite.css +0 -1
  101. package/styles/bootstrap-dark-lite.scss +0 -1
  102. package/styles/bootstrap-lite.css +0 -1
  103. package/styles/bootstrap-lite.scss +0 -1
  104. package/styles/bootstrap4-lite.css +0 -1
  105. package/styles/bootstrap4-lite.scss +0 -1
  106. package/styles/bootstrap5-dark-lite.css +0 -1
  107. package/styles/bootstrap5-dark-lite.scss +0 -1
  108. package/styles/bootstrap5-lite.css +0 -1
  109. package/styles/bootstrap5-lite.scss +0 -1
  110. package/styles/bootstrap5.3-lite.css +0 -1
  111. package/styles/bootstrap5.3-lite.scss +0 -1
  112. package/styles/bootstrap5.3.css +0 -1
  113. package/styles/bootstrap5.3.scss +0 -2
  114. package/styles/fabric-dark-lite.css +0 -1
  115. package/styles/fabric-dark-lite.scss +0 -1
  116. package/styles/fabric-lite.css +0 -1
  117. package/styles/fabric-lite.scss +0 -1
  118. package/styles/fluent-dark-lite.css +0 -1
  119. package/styles/fluent-dark-lite.scss +0 -1
  120. package/styles/fluent-lite.css +0 -1
  121. package/styles/fluent-lite.scss +0 -1
  122. package/styles/fluent2-lite.css +0 -1
  123. package/styles/fluent2-lite.scss +0 -1
  124. package/styles/fluent2.css +0 -1
  125. package/styles/fluent2.scss +0 -2
  126. package/styles/highcontrast-light-lite.css +0 -1
  127. package/styles/highcontrast-light-lite.scss +0 -1
  128. package/styles/highcontrast-lite.css +0 -1
  129. package/styles/highcontrast-lite.scss +0 -1
  130. package/styles/material-dark-lite.css +0 -1
  131. package/styles/material-dark-lite.scss +0 -1
  132. package/styles/material-lite.css +0 -1
  133. package/styles/material-lite.scss +0 -1
  134. package/styles/material3-dark-lite.css +0 -1
  135. package/styles/material3-dark-lite.scss +0 -1
  136. package/styles/material3-lite.css +0 -1
  137. package/styles/material3-lite.scss +0 -1
  138. package/styles/recurrence-editor/bds.css +0 -1
  139. package/styles/recurrence-editor/bds.scss +0 -1
  140. package/styles/recurrence-editor/bootstrap5.3.css +0 -1
  141. package/styles/recurrence-editor/bootstrap5.3.scss +0 -1
  142. package/styles/recurrence-editor/fluent2.css +0 -1
  143. package/styles/recurrence-editor/fluent2.scss +0 -1
  144. package/styles/recurrence-editor/tailwind3.css +0 -1
  145. package/styles/recurrence-editor/tailwind3.scss +0 -1
  146. package/styles/schedule/bds.css +0 -1
  147. package/styles/schedule/bds.scss +0 -1
  148. package/styles/schedule/bootstrap5.3.css +0 -1
  149. package/styles/schedule/bootstrap5.3.scss +0 -1
  150. package/styles/schedule/fluent2.css +0 -1
  151. package/styles/schedule/fluent2.scss +0 -1
  152. package/styles/schedule/tailwind3.css +0 -1
  153. package/styles/schedule/tailwind3.scss +0 -1
  154. package/styles/tailwind-dark-lite.css +0 -1
  155. package/styles/tailwind-dark-lite.scss +0 -1
  156. package/styles/tailwind-lite.css +0 -1
  157. package/styles/tailwind-lite.scss +0 -1
  158. package/styles/tailwind3-lite.css +0 -1
  159. package/styles/tailwind3-lite.scss +0 -1
  160. package/styles/tailwind3.css +0 -1
  161. package/styles/tailwind3.scss +0 -2
  162. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -4,461 +4,6 @@
4
4
 
5
5
  ### Schedule
6
6
 
7
- #### Features
8
-
9
- - `#I618429` - Added the `groupIndex` value to the `dateHeaderTemplate` when the date header is grouped by resource. This enables resource-specific customization of date headers. Applicable only for `Day`, `Week`, `WorkWeek`, and `Agenda` views when resource-specific date headers are rendered.
10
-
11
- #### Bug fixes
12
-
13
- - `#I744881` - Fixed an issue where the virtual scroll position was not preserved during date navigation when `enablePersistence` was set to true.
14
- - `#I753562` - Fixed an issue where appointment resizing did not work correctly when using timeline views with header rows.
15
-
16
- ## 30.1.42 (2025-07-29)
17
-
18
- ### Schedule
19
-
20
- #### Bug fixes
21
-
22
- - `#I745472` - Fixed an issue where drag functionality was not working after being conditionally cancelled for multiple appointments.
23
- - `#I746809` - Resolved an issue where a script error occurred when closing the Quick Info popup that was customized using `quickInfoTemplates`.
24
-
25
- ## 30.1.39 (2025-07-08)
26
-
27
- ### Schedule
28
-
29
- #### Bug fixes
30
-
31
- - `#I739675` - The issue with the `maxDate` property preventing events from being displayed on the last date has been resolved.
32
-
33
- ## 30.1.38 (2025-07-02)
34
-
35
- ### Schedule
36
-
37
- - `#I693587` - The issue with resources not rendering correctly in the Scheduler when virtual scrolling was enabled has been fixed.
38
-
39
- ## 29.2.10 (2025-06-10)
40
-
41
- ### Schedule
42
-
43
- - `#F727056` - The issue with CSP occurring in the Schedule component Agenda view has been resolved.
44
-
45
- ## 29.2.8 (2025-06-03)
46
-
47
- ### Schedule
48
-
49
- - `#F715433` - The issue with assigning a direct date time value to the `StartDate` property of recurrence editor
50
-
51
- ## 29.2.5 (2025-05-21)
52
-
53
- ### Schedule
54
-
55
- - `#F723835` - The issue with the Quick Info panel closing unexpectedly on pressing "C" or "X" keys in the Schedule component has been resolved.
56
-
57
- ## 29.2.4 (2025-05-14)
58
-
59
- ### Schedule
60
-
61
- - `F67156` - The issue where clearing the start and end dates and then selecting the All Day checkbox caused a console error in the Schedule popup has been resolved. .
62
-
63
- ## 29.1.41 (2025-05-06)
64
-
65
- ### Schedule
66
-
67
- - `I703204` - Memory leak issue with the current time indicator has been resolved.
68
- - `F716483` - The issue with the `renderCell` event not being triggered in the Timeline views has been resolved.
69
- - `#I716164` - The issue with CSP occurring in the Schedule component on Firefox has been resolved.
70
-
71
- ## 29.1.38 (2025-04-15)
72
-
73
- ### Schedule
74
-
75
- - `#F708016` - The issue with the Schedules `virtualScroll` feature causing missing resources while scrolling has been resolved.
76
- - `I708699` - The issue with the excessive button padding in the Toolbar Calendar has been resolved.
77
-
78
- ## 29.1.37 (2025-04-08)
79
-
80
- ### Schedule
81
-
82
- - `#I704571` - The issue with non-integer pixel values causing incorrect time when resizing an appointment has been resolved.
83
-
84
- ## 29.1.33 (2025-03-25)
85
-
86
- ### Schedule
87
-
88
- #### Features
89
-
90
- - Provided support to prevent the overlapping appointments by setting `allowOverlap` property as `false`. It prevents users from scheduling multiple appointments at the same time in the same time slot.
91
- - A new callback event, `tooltipOpen`, has been added to control when an appointment tooltip is shown. You can use this event to prevent the tooltip from appearing.
92
- - A new callback event, `beforePrint`, is triggered when the print event is called. It allows for customization before the print action begins.
93
- - `#I254712` - A new callback event, `excelExport`, is available before the Excel export process starts. This event lets you customize the Excel worksheet before it's exported.
94
- - `#I659693` - Provided the `overscanCount` property to adjust the number of additional resources to render outside the visible area during virtual scrolling. This helps achieve smoother scrolling by pre-loading data just outside the visible region.
95
- - `#700794` - Provided `created` and `destroyed` callback events support for recurrence editor.
96
-
97
- #### Bug fixes
98
-
99
- - `#I694546` - An issue where the horizontal scrollbar appears when enabling `rowAutoHeight` in the Month view has been resolved.
100
- - `#I697893` - The issue with the Schedule `virtualScroll` causing a script error on horizontal scrolling has been fixed.
101
-
102
- ## 28.2.11 (2025-03-11)
103
-
104
- ### Schedule
105
-
106
- #### Bug fixes
107
-
108
- - `#I693788` - The issue with `MaxDate` in the Recurrence Editor not working correctly has been fixed.
109
-
110
- - `#I689726` - The issue where selecting one event and then attempting to resize or drag another event caused a problem with the previously selected appointment has been fixed.
111
-
112
- ## 28.2.7 (2025-02-25)
113
-
114
- ### Schedule
115
-
116
- #### Bug fixes
117
-
118
- - `#I678690` - The issue with event resizing in the Scheduler not functioning correctly on touchscreens has been fixed.
119
-
120
- ## 28.2.6 (2025-02-18)
121
-
122
- ### Schedule
123
-
124
- #### Bug fixes
125
-
126
- - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in timeline views has been resolved.
127
-
128
- - `#F64855` - An issue where the selected date not maintained in Scheduler `MonthAgenda` view has been resolved.
129
-
130
- ## 28.2.5 (2025-02-11)
131
-
132
- ### Schedule
133
-
134
- #### Bug fixes
135
-
136
- - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in vertical views has been resolved.
137
-
138
- ## 28.2.4 (2025-02-04)
139
-
140
- ### Schedule
141
-
142
- #### Bug fixes
143
-
144
- - `#I680887` - An issue where the Scheduler year view popup does not close when navigating to other views has been resolved.
145
-
146
- - `#F195634` - An issue with scheduler event misalignment in timeline Day View with custom `timeScale` and `interval` settings has been resolved.
147
-
148
- - `#F195703` - An issue with the Schedule `actionCompleteArgs` to ensure `deletedRecords` contain the correct edited timezone start and end time for deleted appointments has been resolved.
149
-
150
- ## 28.2.3 (2025-01-29)
151
-
152
- ### Schedule
153
-
154
- #### Bug fixes
155
-
156
- - `#F195714` - The issue where the `showWeekNumber` property was enabled but the calendar did not display the week numbers in the Scheduler has been resolved.
157
- - `#I679226` - An issue with swipe functionality not working in the custom month view in mobile mode has been resolved.
158
-
159
- ## 28.1.39 (2024-01-14)
160
-
161
- ### Schedule
162
-
163
- #### Bug fixes
164
-
165
- - `#I665787` - The issue where the scheduler tooltip rendered empty when using a template with large content has been resolved.
166
-
167
- ## 28.1.38 (2025-01-07)
168
-
169
- ### Schedule
170
-
171
- #### Bug fixes
172
-
173
- - `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed.
174
- - `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed.
175
-
176
- ## 28.1.37 (2024-12-31)
177
-
178
- ### Schedule
179
-
180
- #### Bug fixes
181
-
182
- - `#F195371` - An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed.
183
- - `#I664757` - An accessibility issue where the `aria-selected` attribute was present on `<td>` elements and violated accessibility guidelines has been fixed.
184
-
185
- ## 28.1.35 (2024-12-18)
186
-
187
- ### Schedule
188
-
189
- #### Bug fixes
190
-
191
- - `#I659549` - An issue with dragging longer appointments to the bottom of the vertical views of the Scheduler has been fixed.
192
-
193
- ## 28.1.33 (2024-12-12)
194
-
195
- ### Schedule
196
-
197
- #### Features
198
-
199
- - `#I354565` - Provided support to enables clipboard functionality for appointments, allowing them to be copied using keyboard shortcuts and pasted onto the Scheduler by setting `allowClipboard` property as `true`. When set to `true`, users can use keyboard shortcuts to cut, copy appointments and paste them into different time slots.
200
-
201
- | Keys | Description |
202
- |-----|-----|
203
- | <kbd>Ctrl + X</kbd> | To cut the selected appointment. |
204
- | <kbd>Ctrl + C</kbd> | To copy the selected appointment. |
205
- | <kbd>Ctrl + V</kbd> | To paste the cut/copied appointment. |
206
-
207
- Methods `cut`, `copy`, and `paste` have been implemented to allow users to perform clipboard actions on appointments.
208
-
209
- - Provided method `getViewDates` to get the previous, next, or current view render dates.
210
- - Provided method `getDateRangeText` to get the date range text for the given date collection.
211
-
212
- ## 27.2.5 (2024-12-03)
213
-
214
- ### Schedule
215
-
216
- #### Bug fixes
217
-
218
- - `#I657588` - The issue with the schedule's current time indicator not being properly aligned has been resolved
219
-
220
- ## 27.2.3 (2024-11-21)
221
-
222
- ### Schedule
223
-
224
- #### Bug fixes
225
-
226
- - `#F194681` - An issue where a script error occurred while editing an existing event in the scheduler component has been resolved.
227
-
228
- ## 27.2.2 (2024-11-15)
229
-
230
- ### Schedule
231
-
232
- #### Bug fixes
233
-
234
- - `#I647287` - An issue where an Appointments are rendered in the incorrect time slots when the time zone is set to MET has been resolved.
235
-
236
- ## 27.1.58 (2024-11-05)
237
-
238
- ### Schedule
239
-
240
- #### Bug fixes
241
-
242
- - `#I647902` - An issue where a script error occurred while click the close icon in print window has been resolved.
243
-
244
- ## 27.1.57 (2024-10-29)
245
-
246
- ### Schedule
247
-
248
- #### Bug fixes
249
-
250
- - `#I641069` - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
251
- - `#I643159` - An issue when weekly recurrence rule is rendered in the wrong position when setting the `firstDayOfWeek` has been resolved.
252
- - `#FB62128` - An issue causing events to display incorrectly when a weekly recurrence rule with `BDAY` and a specified timezone is applied has been resolved.
253
-
254
- ## 27.1.56 (2024-10-23)
255
-
256
- ### Schedule
257
-
258
- #### Bug fixes
259
-
260
- - `#I638628` - The issue with the `renderCell` event not being triggered in the Agenda view has been resolved.
261
-
262
- ## 27.1.55 (2024-10-22)
263
-
264
- ### Schedule
265
-
266
- #### Bug fixes
267
-
268
- - `#I592841` - An issue where resizing was not functioning correctly in timeline views when using the `startHour` and `endHour` properties has been resolved.
269
-
270
- ## 27.1.53 (2024-10-15)
271
-
272
- ### Schedule
273
-
274
- #### Bug fixes
275
-
276
- - `#FB61537` - An issue where a script error occurred when attempting to save an event after adding the `NumericTextBox` component in the editor template has been resolved.
277
- - `#FB61371` - An issue affecting the identification of the `startTime` and `endTime` properties within the `eventRenderedArgs` for spanned events in the Month view has been resolved.
278
- - `#I640650` - An issue where a script error occurred while setting `setWorkHours` in DST time has been resolved.
279
-
280
- ## 27.1.52 (2024-10-08)
281
-
282
- ### Schedule
283
-
284
- #### Bug fixes
285
-
286
- - `#FB61586` - The issue with the schedule component tooltip rendering outside the viewport has been fixed.
287
- - `#I610923` - An issue where the appointments are getting overlapped due to appointment width is not calculated properly has been fixed.
288
-
289
- ## 27.1.51 (2024-09-30)
290
-
291
- ### Schedule
292
-
293
- #### Bug fixes
294
-
295
- - `#I617009` - An issue where the appointment drag position is not updating according to the mouse cursor in the vertical views of the schedule has been fixed.
296
- - `#I569000` - The issue with the current time indicator displaying discrepancies compared to the time scale on the start and end days of daylight saving time in the vertical view has been resolved.
297
-
298
- ## 27.1.50 (2024-09-24)
299
-
300
- ### Schedule
301
-
302
- #### Bug fixes
303
-
304
- - `#FB60159` - An issue where the monthly recurrence appointment was rendered on the wrong date without considering the `StartTimezone` value of the appointment is fixed.
305
-
306
- ## 27.1.48 (2024-09-18)
307
-
308
- ### Schedule
309
-
310
- #### Features
311
-
312
- - `#I546459` - Improved timeline views virtual scrolling performance.
313
- - Provided new keyboard shortcuts to open the editor window and navigate to today's date.
314
-
315
- | Keys | Description |
316
- |-----|-----|
317
- | <kbd>Shift + Alt + N</kbd> | To open a new editor window. |
318
- | <kbd>Shift + Alt + Y</kbd> | To navigate today date. |
319
-
320
- #### Bug fixes
321
-
322
- - `#I194307` - An issue where the `firstDayOfWeek` property was not working in the year view's specific settings has been fixed.
323
-
324
- ## 26.2.14 (2024-09-10)
325
-
326
- ### Schedule
327
-
328
- #### Bug fixes
329
-
330
- - `#I621521` - An issue where the tooltip shows the wrong end time value when the start and end of the appointment are the same has been fixed.
331
- - `#FB60391` - Deleted recurrence appointment added into the `changedRecords` instead of `deletedRecords` and upon clicking `YES` in the series edit confirmation alert to delete the individual occurrences the deleted records not included in the `deletedRecords` in the `actionBegin` event has been fixed.
332
-
333
- ## 26.2.12 (2024-09-03)
334
-
335
- ### Schedule
336
-
337
- #### Bug fixes
338
-
339
- - `#I617009` - An issue where the drag clone position not updated based on mouse cursor position in the vertical views has been fixed.
340
-
341
- ## 26.2.10 (2024-08-20)
342
-
343
- ### Schedule
344
-
345
- #### Bug fixes
346
-
347
- - `#I607401` - An issue where the events are not aligned in correct position when Scheduler height changed dynamically has been fixed.
348
-
349
- ## 26.2.4 (2024-07-24)
350
-
351
- ### Schedule
352
-
353
- #### Bug fixes
354
-
355
- - `#I605064` - An issue with the weekly recurrence appointment rendering while using the repeat interval value of more than 1 has been fixed.
356
- - `#I600060` - The issue where the drag clone fails to follow the cursor position during dragging, with cell widths set to auto, has been resolved.
357
-
358
- ## 26.1.41 (2024-07-09)
359
-
360
- ### Schedule
361
-
362
- #### Bug fixes
363
-
364
- - `#I577891` - An issue with the virtual scrolling performance in the vertical view has been addressed.
365
- - `#I589776` - An issue where the events are moved to next or previous week while multi dragging has been fixed.
366
- - `#F188870` - An issue with the current time indicator throws the console error when the resource data source is empty has been fixed.
367
-
368
- ## 26.1.40 (2024-07-02)
369
-
370
- ### Schedule
371
-
372
- #### Bug fixes
373
-
374
- - `#I591715` - An issue with the resizing event in the scheduler, using the enabled interval and header rows property in the Timeline view, which miscalculated the end time, has been fixed.
375
-
376
- - `#I603711` - An issue where the custom editor window did not destroy the rich text editor component has been fixed.
377
-
378
- ## 26.1.39 (2024-06-25)
379
-
380
- ### Schedule
381
-
382
- #### Bug fixes
383
-
384
- - `#F188618` - The issue with the date time format during CSV export in excel has been resolved.
385
- - `#I602738` - An issue with the print rendered empty page on the print preview window for vertical views has been fixed.
386
- - `#I603067` - An issue with same duration events are overlapped each other in the vertical view has been fixed.
387
-
388
- ## 26.1.38 (2024-06-19)
389
-
390
- ### Schedule
391
-
392
- #### Bug fixes
393
-
394
- - `#I587318` - Issues in the Schedule aria-label attributes are fixed.
395
- - `#I583567` - Resizing the appointment to the last column of the timeline views is not working issue has been resolved.
396
- - `#I592841` - The issue with the appointment width calculation, when the `endHour` and `timeScale` properties are customized is fixed.
397
- - `#FB51620` - The `setWorkHours` method sets work hours to the wrong time range if today's date is a DST start is fixed.
398
- - `#I583293` - The quick info popup shows the wrong time instead of the clicked cell time and adds the appointment to the wrong time if the clicked cell is in the DST start date is fixed.
399
-
400
- - `#I597851` - The issue with the event template in the Angular implementation, where it wasn't printing properly in the scheduler, has been fixed.
401
-
402
- ## 26.1.35 (2024-06-11)
403
-
404
- ### Schedule
405
-
406
- #### Bug fixes
407
-
408
- - `#I587571` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
409
- - `#FB57769` - An issue with the events is not overlap properly when the event has same start and end time.
410
-
411
- ## 25.2.6 (2024-05-28)
412
-
413
- ### Schedule
414
-
415
- #### Bug fixes
416
-
417
- - `#I586530` - The issue with `refreshTemplates` caused alignment issues in resource header has been resolved.
418
-
419
- ## 25.2.4 (2024-05-14)
420
-
421
- ### Schedule
422
-
423
- #### Bug fixes
424
-
425
- - `#I539772` - Appointment drag and drop issue in iPad is fixed.
426
- - `#I522699` - The issue with touch scrolling through appointments, which was caused by interference from the drag and drop and resize feature, has been resolved in touch devices. Drag and resize operations are only enabled after a tap-hold action.
427
- - `#I583762` - The issue with `refreshTemplates` caused alignment issues in date header has been resolved.
428
-
429
- ## 25.2.3 (2024-05-08)
430
-
431
- ### Schedule
432
-
433
- #### Bug fixes
434
-
435
- - `#I582520` - The issue with `scrollToResource` not working in the month view has been resolved.
436
-
437
- - `#I528774` - The `eventTemplate` causing memory leak on date navigation has been fixed.
438
-
439
- ## 25.1.42 (2024-04-30)
440
-
441
- ### Schedule
442
-
443
- #### Bug fixes
444
-
445
- - `#I583674` - An issue where the text for today button was not displayed in the toolbar has been fixed.
446
-
447
- - `#I577108` - An issue with `quickInfotemplates` is not being properly destroyed has been fixed.
448
-
449
- ## 25.1.41 (2024-04-23)
450
-
451
- ### Schedule
452
-
453
- #### Bug fixes
454
-
455
- - `#I569000` - The issue with the Timeslots show difference than the time scale on the day light saving start and end day has been resolved.
456
- - An issue with XSS vulnerability identified in the editor window has been fixed.
457
-
458
- ## 25.1.39 (2024-04-09)
459
-
460
- ### Schedule
461
-
462
7
  #### Bug fixes
463
8
 
464
9
  - `#I556008` - An issue with the reading and restoring the current resource in compact view has been fixed.
@@ -1322,10 +867,10 @@ Methods `cut`, `copy`, and `paste` have been implemented to allow users to perfo
1322
867
 
1323
868
  - The following properties type was changed.
1324
869
 
1325
- | Property | Previous Type | Current Type |
1326
- |----------|---------------|--------------------------------|
1327
- | `selectedType` | `anonymous` | `int` |
1328
- | value | `anonymous` | `string` |
870
+ | Property | Previous Type | Current Type |
871
+ |---|---|---|
872
+ | `selectedType` | `anonymous` | `int` |
873
+ | value | `anonymous` | `string` |
1329
874
 
1330
875
  ## 18.4.49 (2021-03-23)
1331
876
 
@@ -2335,6 +1880,7 @@ Methods `cut`, `copy`, and `paste` have been implemented to allow users to perfo
2335
1880
 
2336
1881
  Schedule is an event calendar which facilitates user with the common Outlook-calendar features, thus allowing the users to plan and manage their appointments and its time in an efficient way.
2337
1882
 
1883
+
2338
1884
  - **Views** - Schedule is now availed with 6 different view modes – day, week, work week, 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.
2339
1885
  - **Data binding** - 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.
2340
1886
  - **Recurrence** - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
@@ -2345,13 +1891,8 @@ Schedule is an event calendar which facilitates user with the common Outlook-cal
2345
1891
  - **Adaptive rendering** - 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.
2346
1892
  - **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.
2347
1893
  - **Localization** - 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.
2348
- - **RTL** - Supports displaying the component to display in the direction from right to left.## 26.2.7 (2024-07-30)
1894
+ - **RTL** - Supports displaying the component to display in the direction from right to left.
2349
1895
 
2350
- ### Schedule
2351
-
2352
- #### Bug fixes
2353
-
2354
- - `#I614002` - Interacting with the scheduler after printing using the `print` method with print options throws Script error has been fixed.
2355
1896
 
2356
1897
  ## 16.4.48 (2019-01-22)
2357
1898
 
@@ -2375,4 +1916,6 @@ Schedule is an event calendar which facilitates user with the common Outlook-cal
2375
1916
 
2376
1917
  #### Bug Fixes
2377
1918
 
2378
- - An issue with the options of `quickInfoTemplates` API, while defining it within the angular template has been fixed.
1919
+ - An issue with the options of `quickInfoTemplates` API, while defining it within the angular template has been fixed.
1920
+
1921
+
package/README.md CHANGED
@@ -13,7 +13,7 @@ The [Angular Schedule](https://www.syncfusion.com/angular-ui-components/angular-
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://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
16
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
17
17
  </a>
18
18
  </p>
19
19
 
@@ -122,13 +122,6 @@ Schedule component is also offered in the following list of frameworks.
122
122
  * [Localization](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=angular-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.
123
123
  * [RTL](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports displaying the component to display in the direction from right to left.
124
124
 
125
- ## Resources
126
-
127
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
128
- * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
129
- * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
130
- * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
131
-
132
125
  ## Support
133
126
 
134
127
  Product support is available through the following mediums.
@@ -145,7 +138,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
145
138
 
146
139
  ## License and copyright
147
140
 
148
- > 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+ [Angular UI components](https://www.syncfusion.com/angular-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).
141
+ > 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+ [Angular UI components](https://www.syncfusion.com/angular-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).
149
142
 
150
143
  > 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.
151
144