@syncfusion/ej2-angular-schedule 32.1.22 → 32.1.24-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 -488
  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 +48 -30
  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
@@ -6,483 +6,6 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- - `#I786056` - Fixed an issue in which enabling `byDate` with an empty resource collection prevented the Schedule from rendering.
10
- - `#I786762` - Resolved an issue where default popup elements were retained in the DOM in the Scheduler.
11
- - `#I793274` - An issue where the selected cell details are getting incorrectly in the `getSelectedCells` method has been resolved.
12
-
13
- ## 32.1.20 (2025-12-23)
14
-
15
- ### Schedule
16
-
17
- #### Bug fixes
18
-
19
- - `#I781882` - Fixed an issue where appointment resizing behaved incorrectly when browser zoom is set to 90%.
20
-
21
- - `#I792237` - Fixed an issue where appointment resizing behaved incorrectly when the time scale was customized using `startHour` and `endHour` in `TimelineDay` view.
22
-
23
- - `#F197681` - The issue where the `resourceHeaderTemplate` did not receive the date value, when it was grouped has been fixed.
24
-
25
- ## 32.1.19 (2025-12-16)
26
-
27
- ### Schedule
28
-
29
- #### Features
30
-
31
- - `#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.
32
-
33
- #### Bug fixes
34
-
35
- - `#I744881` - Fixed an issue where the virtual scroll position was not preserved during date navigation when `enablePersistence` was set to true.
36
- - `#I753562` - Fixed an issue where appointment resizing did not work correctly when using timeline views with header rows.
37
-
38
- ## 30.1.42 (2025-07-29)
39
-
40
- ### Schedule
41
-
42
- #### Bug fixes
43
-
44
- - `#I745472` - Fixed an issue where drag functionality was not working after being conditionally cancelled for multiple appointments.
45
- - `#I746809` - Resolved an issue where a script error occurred when closing the Quick Info popup that was customized using `quickInfoTemplates`.
46
-
47
- ## 30.1.39 (2025-07-08)
48
-
49
- ### Schedule
50
-
51
- #### Bug fixes
52
-
53
- - `#I739675` - The issue with the `maxDate` property preventing events from being displayed on the last date has been resolved.
54
-
55
- ## 30.1.38 (2025-07-02)
56
-
57
- ### Schedule
58
-
59
- - `#I693587` - The issue with resources not rendering correctly in the Scheduler when virtual scrolling was enabled has been fixed.
60
-
61
- ## 29.2.10 (2025-06-10)
62
-
63
- ### Schedule
64
-
65
- - `#F727056` - The issue with CSP occurring in the Schedule component Agenda view has been resolved.
66
-
67
- ## 29.2.8 (2025-06-03)
68
-
69
- ### Schedule
70
-
71
- - `#F715433` - The issue with assigning a direct date time value to the `StartDate` property of recurrence editor
72
-
73
- ## 29.2.5 (2025-05-21)
74
-
75
- ### Schedule
76
-
77
- - `#F723835` - The issue with the Quick Info panel closing unexpectedly on pressing "C" or "X" keys in the Schedule component has been resolved.
78
-
79
- ## 29.2.4 (2025-05-14)
80
-
81
- ### Schedule
82
-
83
- - `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. .
84
-
85
- ## 29.1.41 (2025-05-06)
86
-
87
- ### Schedule
88
-
89
- - `I703204` - Memory leak issue with the current time indicator has been resolved.
90
- - `F716483` - The issue with the `renderCell` event not being triggered in the Timeline views has been resolved.
91
- - `#I716164` - The issue with CSP occurring in the Schedule component on Firefox has been resolved.
92
-
93
- ## 29.1.38 (2025-04-15)
94
-
95
- ### Schedule
96
-
97
- - `#F708016` - The issue with the Schedules `virtualScroll` feature causing missing resources while scrolling has been resolved.
98
- - `I708699` - The issue with the excessive button padding in the Toolbar Calendar has been resolved.
99
-
100
- ## 29.1.37 (2025-04-08)
101
-
102
- ### Schedule
103
-
104
- - `#I704571` - The issue with non-integer pixel values causing incorrect time when resizing an appointment has been resolved.
105
-
106
- ## 29.1.33 (2025-03-25)
107
-
108
- ### Schedule
109
-
110
- #### Features
111
-
112
- - 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.
113
- - 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.
114
- - A new callback event, `beforePrint`, is triggered when the print event is called. It allows for customization before the print action begins.
115
- - `#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.
116
- - `#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.
117
- - `#700794` - Provided `created` and `destroyed` callback events support for recurrence editor.
118
-
119
- #### Bug fixes
120
-
121
- - `#I694546` - An issue where the horizontal scrollbar appears when enabling `rowAutoHeight` in the Month view has been resolved.
122
- - `#I697893` - The issue with the Schedule `virtualScroll` causing a script error on horizontal scrolling has been fixed.
123
-
124
- ## 28.2.11 (2025-03-11)
125
-
126
- ### Schedule
127
-
128
- #### Bug fixes
129
-
130
- - `#I693788` - The issue with `MaxDate` in the Recurrence Editor not working correctly has been fixed.
131
-
132
- - `#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.
133
-
134
- ## 28.2.7 (2025-02-25)
135
-
136
- ### Schedule
137
-
138
- #### Bug fixes
139
-
140
- - `#I678690` - The issue with event resizing in the Scheduler not functioning correctly on touchscreens has been fixed.
141
-
142
- ## 28.2.6 (2025-02-18)
143
-
144
- ### Schedule
145
-
146
- #### Bug fixes
147
-
148
- - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in timeline views has been resolved.
149
-
150
- - `#F64855` - An issue where the selected date not maintained in Scheduler `MonthAgenda` view has been resolved.
151
-
152
- ## 28.2.5 (2025-02-11)
153
-
154
- ### Schedule
155
-
156
- #### Bug fixes
157
-
158
- - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in vertical views has been resolved.
159
-
160
- ## 28.2.4 (2025-02-04)
161
-
162
- ### Schedule
163
-
164
- #### Bug fixes
165
-
166
- - `#I680887` - An issue where the Scheduler year view popup does not close when navigating to other views has been resolved.
167
-
168
- - `#F195634` - An issue with scheduler event misalignment in timeline Day View with custom `timeScale` and `interval` settings has been resolved.
169
-
170
- - `#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.
171
-
172
- ## 28.2.3 (2025-01-29)
173
-
174
- ### Schedule
175
-
176
- #### Bug fixes
177
-
178
- - `#F195714` - The issue where the `showWeekNumber` property was enabled but the calendar did not display the week numbers in the Scheduler has been resolved.
179
- - `#I679226` - An issue with swipe functionality not working in the custom month view in mobile mode has been resolved.
180
-
181
- ## 28.1.39 (2024-01-14)
182
-
183
- ### Schedule
184
-
185
- #### Bug fixes
186
-
187
- - `#I665787` - The issue where the scheduler tooltip rendered empty when using a template with large content has been resolved.
188
-
189
- ## 28.1.38 (2025-01-07)
190
-
191
- ### Schedule
192
-
193
- #### Bug fixes
194
-
195
- - `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed.
196
- - `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed.
197
-
198
- ## 28.1.37 (2024-12-31)
199
-
200
- ### Schedule
201
-
202
- #### Bug fixes
203
-
204
- - `#F195371` - An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed.
205
- - `#I664757` - An accessibility issue where the `aria-selected` attribute was present on `<td>` elements and violated accessibility guidelines has been fixed.
206
-
207
- ## 28.1.35 (2024-12-18)
208
-
209
- ### Schedule
210
-
211
- #### Bug fixes
212
-
213
- - `#I659549` - An issue with dragging longer appointments to the bottom of the vertical views of the Scheduler has been fixed.
214
-
215
- ## 28.1.33 (2024-12-12)
216
-
217
- ### Schedule
218
-
219
- #### Features
220
-
221
- - `#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.
222
-
223
- | Keys | Description |
224
- |-----|-----|
225
- | <kbd>Ctrl + X</kbd> | To cut the selected appointment. |
226
- | <kbd>Ctrl + C</kbd> | To copy the selected appointment. |
227
- | <kbd>Ctrl + V</kbd> | To paste the cut/copied appointment. |
228
-
229
- Methods `cut`, `copy`, and `paste` have been implemented to allow users to perform clipboard actions on appointments.
230
-
231
- - Provided method `getViewDates` to get the previous, next, or current view render dates.
232
- - Provided method `getDateRangeText` to get the date range text for the given date collection.
233
-
234
- ## 27.2.5 (2024-12-03)
235
-
236
- ### Schedule
237
-
238
- #### Bug fixes
239
-
240
- - `#I657588` - The issue with the schedule's current time indicator not being properly aligned has been resolved
241
-
242
- ## 27.2.3 (2024-11-21)
243
-
244
- ### Schedule
245
-
246
- #### Bug fixes
247
-
248
- - `#F194681` - An issue where a script error occurred while editing an existing event in the scheduler component has been resolved.
249
-
250
- ## 27.2.2 (2024-11-15)
251
-
252
- ### Schedule
253
-
254
- #### Bug fixes
255
-
256
- - `#I647287` - An issue where an Appointments are rendered in the incorrect time slots when the time zone is set to MET has been resolved.
257
-
258
- ## 27.1.58 (2024-11-05)
259
-
260
- ### Schedule
261
-
262
- #### Bug fixes
263
-
264
- - `#I647902` - An issue where a script error occurred while click the close icon in print window has been resolved.
265
-
266
- ## 27.1.57 (2024-10-29)
267
-
268
- ### Schedule
269
-
270
- #### Bug fixes
271
-
272
- - `#I641069` - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
273
- - `#I643159` - An issue when weekly recurrence rule is rendered in the wrong position when setting the `firstDayOfWeek` has been resolved.
274
- - `#FB62128` - An issue causing events to display incorrectly when a weekly recurrence rule with `BDAY` and a specified timezone is applied has been resolved.
275
-
276
- ## 27.1.56 (2024-10-23)
277
-
278
- ### Schedule
279
-
280
- #### Bug fixes
281
-
282
- - `#I638628` - The issue with the `renderCell` event not being triggered in the Agenda view has been resolved.
283
-
284
- ## 27.1.55 (2024-10-22)
285
-
286
- ### Schedule
287
-
288
- #### Bug fixes
289
-
290
- - `#I592841` - An issue where resizing was not functioning correctly in timeline views when using the `startHour` and `endHour` properties has been resolved.
291
-
292
- ## 27.1.53 (2024-10-15)
293
-
294
- ### Schedule
295
-
296
- #### Bug fixes
297
-
298
- - `#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.
299
- - `#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.
300
- - `#I640650` - An issue where a script error occurred while setting `setWorkHours` in DST time has been resolved.
301
-
302
- ## 27.1.52 (2024-10-08)
303
-
304
- ### Schedule
305
-
306
- #### Bug fixes
307
-
308
- - `#FB61586` - The issue with the schedule component tooltip rendering outside the viewport has been fixed.
309
- - `#I610923` - An issue where the appointments are getting overlapped due to appointment width is not calculated properly has been fixed.
310
-
311
- ## 27.1.51 (2024-09-30)
312
-
313
- ### Schedule
314
-
315
- #### Bug fixes
316
-
317
- - `#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.
318
- - `#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.
319
-
320
- ## 27.1.50 (2024-09-24)
321
-
322
- ### Schedule
323
-
324
- #### Bug fixes
325
-
326
- - `#FB60159` - An issue where the monthly recurrence appointment was rendered on the wrong date without considering the `StartTimezone` value of the appointment is fixed.
327
-
328
- ## 27.1.48 (2024-09-18)
329
-
330
- ### Schedule
331
-
332
- #### Features
333
-
334
- - `#I546459` - Improved timeline views virtual scrolling performance.
335
- - Provided new keyboard shortcuts to open the editor window and navigate to today's date.
336
-
337
- | Keys | Description |
338
- |-----|-----|
339
- | <kbd>Shift + Alt + N</kbd> | To open a new editor window. |
340
- | <kbd>Shift + Alt + Y</kbd> | To navigate today date. |
341
-
342
- #### Bug fixes
343
-
344
- - `#I194307` - An issue where the `firstDayOfWeek` property was not working in the year view's specific settings has been fixed.
345
-
346
- ## 26.2.14 (2024-09-10)
347
-
348
- ### Schedule
349
-
350
- #### Bug fixes
351
-
352
- - `#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.
353
- - `#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.
354
-
355
- ## 26.2.12 (2024-09-03)
356
-
357
- ### Schedule
358
-
359
- #### Bug fixes
360
-
361
- - `#I617009` - An issue where the drag clone position not updated based on mouse cursor position in the vertical views has been fixed.
362
-
363
- ## 26.2.10 (2024-08-20)
364
-
365
- ### Schedule
366
-
367
- #### Bug fixes
368
-
369
- - `#I607401` - An issue where the events are not aligned in correct position when Scheduler height changed dynamically has been fixed.
370
-
371
- ## 26.2.4 (2024-07-24)
372
-
373
- ### Schedule
374
-
375
- #### Bug fixes
376
-
377
- - `#I605064` - An issue with the weekly recurrence appointment rendering while using the repeat interval value of more than 1 has been fixed.
378
- - `#I600060` - The issue where the drag clone fails to follow the cursor position during dragging, with cell widths set to auto, has been resolved.
379
-
380
- ## 26.1.41 (2024-07-09)
381
-
382
- ### Schedule
383
-
384
- #### Bug fixes
385
-
386
- - `#I577891` - An issue with the virtual scrolling performance in the vertical view has been addressed.
387
- - `#I589776` - An issue where the events are moved to next or previous week while multi dragging has been fixed.
388
- - `#F188870` - An issue with the current time indicator throws the console error when the resource data source is empty has been fixed.
389
-
390
- ## 26.1.40 (2024-07-02)
391
-
392
- ### Schedule
393
-
394
- #### Bug fixes
395
-
396
- - `#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.
397
-
398
- - `#I603711` - An issue where the custom editor window did not destroy the rich text editor component has been fixed.
399
-
400
- ## 26.1.39 (2024-06-25)
401
-
402
- ### Schedule
403
-
404
- #### Bug fixes
405
-
406
- - `#F188618` - The issue with the date time format during CSV export in excel has been resolved.
407
- - `#I602738` - An issue with the print rendered empty page on the print preview window for vertical views has been fixed.
408
- - `#I603067` - An issue with same duration events are overlapped each other in the vertical view has been fixed.
409
-
410
- ## 26.1.38 (2024-06-19)
411
-
412
- ### Schedule
413
-
414
- #### Bug fixes
415
-
416
- - `#I587318` - Issues in the Schedule aria-label attributes are fixed.
417
- - `#I583567` - Resizing the appointment to the last column of the timeline views is not working issue has been resolved.
418
- - `#I592841` - The issue with the appointment width calculation, when the `endHour` and `timeScale` properties are customized is fixed.
419
- - `#FB51620` - The `setWorkHours` method sets work hours to the wrong time range if today's date is a DST start is fixed.
420
- - `#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.
421
-
422
- - `#I597851` - The issue with the event template in the Angular implementation, where it wasn't printing properly in the scheduler, has been fixed.
423
-
424
- ## 26.1.35 (2024-06-11)
425
-
426
- ### Schedule
427
-
428
- #### Bug fixes
429
-
430
- - `#I587571` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
431
- - `#FB57769` - An issue with the events is not overlap properly when the event has same start and end time.
432
-
433
- ## 25.2.6 (2024-05-28)
434
-
435
- ### Schedule
436
-
437
- #### Bug fixes
438
-
439
- - `#I586530` - The issue with `refreshTemplates` caused alignment issues in resource header has been resolved.
440
-
441
- ## 25.2.4 (2024-05-14)
442
-
443
- ### Schedule
444
-
445
- #### Bug fixes
446
-
447
- - `#I539772` - Appointment drag and drop issue in iPad is fixed.
448
- - `#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.
449
- - `#I583762` - The issue with `refreshTemplates` caused alignment issues in date header has been resolved.
450
-
451
- ## 25.2.3 (2024-05-08)
452
-
453
- ### Schedule
454
-
455
- #### Bug fixes
456
-
457
- - `#I582520` - The issue with `scrollToResource` not working in the month view has been resolved.
458
-
459
- - `#I528774` - The `eventTemplate` causing memory leak on date navigation has been fixed.
460
-
461
- ## 25.1.42 (2024-04-30)
462
-
463
- ### Schedule
464
-
465
- #### Bug fixes
466
-
467
- - `#I583674` - An issue where the text for today button was not displayed in the toolbar has been fixed.
468
-
469
- - `#I577108` - An issue with `quickInfotemplates` is not being properly destroyed has been fixed.
470
-
471
- ## 25.1.41 (2024-04-23)
472
-
473
- ### Schedule
474
-
475
- #### Bug fixes
476
-
477
- - `#I569000` - The issue with the Timeslots show difference than the time scale on the day light saving start and end day has been resolved.
478
- - An issue with XSS vulnerability identified in the editor window has been fixed.
479
-
480
- ## 25.1.39 (2024-04-09)
481
-
482
- ### Schedule
483
-
484
- #### Bug fixes
485
-
486
9
  - `#I556008` - An issue with the reading and restoring the current resource in compact view has been fixed.
487
10
  - `#I550494` - An issue with appointments overlapping while using `sortComparer` in the timeline views has been fixed.
488
11
  - `#I549215` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
@@ -1344,10 +867,10 @@ Methods `cut`, `copy`, and `paste` have been implemented to allow users to perfo
1344
867
 
1345
868
  - The following properties type was changed.
1346
869
 
1347
- | Property | Previous Type | Current Type |
1348
- |----------|---------------|--------------------------------|
1349
- | `selectedType` | `anonymous` | `int` |
1350
- | value | `anonymous` | `string` |
870
+ | Property | Previous Type | Current Type |
871
+ |---|---|---|
872
+ | `selectedType` | `anonymous` | `int` |
873
+ | value | `anonymous` | `string` |
1351
874
 
1352
875
  ## 18.4.49 (2021-03-23)
1353
876
 
@@ -2357,6 +1880,7 @@ Methods `cut`, `copy`, and `paste` have been implemented to allow users to perfo
2357
1880
 
2358
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.
2359
1882
 
1883
+
2360
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.
2361
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.
2362
1886
  - **Recurrence** - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
@@ -2367,13 +1891,8 @@ Schedule is an event calendar which facilitates user with the common Outlook-cal
2367
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.
2368
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.
2369
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.
2370
- - **RTL** - Supports displaying the component to display in the direction from right to left.## 26.2.7 (2024-07-30)
2371
-
2372
- ### Schedule
2373
-
2374
- #### Bug fixes
1894
+ - **RTL** - Supports displaying the component to display in the direction from right to left.
2375
1895
 
2376
- - `#I614002` - Interacting with the scheduler after printing using the `print` method with print options throws Script error has been fixed.
2377
1896
 
2378
1897
  ## 16.4.48 (2019-01-22)
2379
1898
 
@@ -2397,4 +1916,6 @@ Schedule is an event calendar which facilitates user with the common Outlook-cal
2397
1916
 
2398
1917
  #### Bug Fixes
2399
1918
 
2400
- - 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