@syncfusion/ej2-angular-schedule 31.1.21-ngcc → 31.1.21

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 (108) hide show
  1. package/CHANGELOG.md +482 -9
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +12 -0
  4. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
  5. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
  6. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
  7. package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
  8. package/esm2020/src/schedule/resources.directive.mjs +58 -0
  9. package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
  10. package/esm2020/src/schedule/schedule.component.mjs +306 -0
  11. package/esm2020/src/schedule/schedule.module.mjs +61 -0
  12. package/esm2020/src/schedule/toolbaritems.directive.mjs +67 -0
  13. package/esm2020/src/schedule/views.directive.mjs +132 -0
  14. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  15. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +829 -0
  16. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +829 -0
  18. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  19. package/package.json +28 -46
  20. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
  21. package/src/recurrence-editor/recurrenceeditor.component.d.ts +5 -0
  22. package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
  23. package/src/schedule/headerrows.directive.d.ts +5 -0
  24. package/src/schedule/resources.directive.d.ts +5 -0
  25. package/src/schedule/schedule-all.module.d.ts +6 -0
  26. package/src/schedule/schedule.component.d.ts +7 -0
  27. package/src/schedule/schedule.module.d.ts +10 -0
  28. package/src/schedule/toolbaritems.directive.d.ts +5 -0
  29. package/src/schedule/views.directive.d.ts +31 -0
  30. package/styles/bds-lite.css +1 -0
  31. package/styles/bds-lite.scss +1 -0
  32. package/styles/bds.css +1 -0
  33. package/styles/bds.scss +2 -0
  34. package/styles/bootstrap-dark-lite.css +1 -0
  35. package/styles/bootstrap-dark-lite.scss +1 -0
  36. package/styles/bootstrap-lite.css +1 -0
  37. package/styles/bootstrap-lite.scss +1 -0
  38. package/styles/bootstrap4-lite.css +1 -0
  39. package/styles/bootstrap4-lite.scss +1 -0
  40. package/styles/bootstrap5-dark-lite.css +1 -0
  41. package/styles/bootstrap5-dark-lite.scss +1 -0
  42. package/styles/bootstrap5-lite.css +1 -0
  43. package/styles/bootstrap5-lite.scss +1 -0
  44. package/styles/bootstrap5.3-lite.css +1 -0
  45. package/styles/bootstrap5.3-lite.scss +1 -0
  46. package/styles/bootstrap5.3.css +1 -0
  47. package/styles/bootstrap5.3.scss +2 -0
  48. package/styles/fabric-dark-lite.css +1 -0
  49. package/styles/fabric-dark-lite.scss +1 -0
  50. package/styles/fabric-lite.css +1 -0
  51. package/styles/fabric-lite.scss +1 -0
  52. package/styles/fluent-dark-lite.css +1 -0
  53. package/styles/fluent-dark-lite.scss +1 -0
  54. package/styles/fluent-lite.css +1 -0
  55. package/styles/fluent-lite.scss +1 -0
  56. package/styles/fluent2-lite.css +1 -0
  57. package/styles/fluent2-lite.scss +1 -0
  58. package/styles/fluent2.css +1 -0
  59. package/styles/fluent2.scss +2 -0
  60. package/styles/highcontrast-light-lite.css +1 -0
  61. package/styles/highcontrast-light-lite.scss +1 -0
  62. package/styles/highcontrast-lite.css +1 -0
  63. package/styles/highcontrast-lite.scss +1 -0
  64. package/styles/material-dark-lite.css +1 -0
  65. package/styles/material-dark-lite.scss +1 -0
  66. package/styles/material-lite.css +1 -0
  67. package/styles/material-lite.scss +1 -0
  68. package/styles/material3-dark-lite.css +1 -0
  69. package/styles/material3-dark-lite.scss +1 -0
  70. package/styles/material3-lite.css +1 -0
  71. package/styles/material3-lite.scss +1 -0
  72. package/styles/recurrence-editor/bds.css +1 -0
  73. package/styles/recurrence-editor/bds.scss +1 -0
  74. package/styles/recurrence-editor/bootstrap5.3.css +1 -0
  75. package/styles/recurrence-editor/bootstrap5.3.scss +1 -0
  76. package/styles/recurrence-editor/fluent2.css +1 -0
  77. package/styles/recurrence-editor/fluent2.scss +1 -0
  78. package/styles/recurrence-editor/tailwind3.css +1 -0
  79. package/styles/recurrence-editor/tailwind3.scss +1 -0
  80. package/styles/schedule/bds.css +1 -0
  81. package/styles/schedule/bds.scss +1 -0
  82. package/styles/schedule/bootstrap5.3.css +1 -0
  83. package/styles/schedule/bootstrap5.3.scss +1 -0
  84. package/styles/schedule/fluent2.css +1 -0
  85. package/styles/schedule/fluent2.scss +1 -0
  86. package/styles/schedule/tailwind3.css +1 -0
  87. package/styles/schedule/tailwind3.scss +1 -0
  88. package/styles/tailwind-dark-lite.css +1 -0
  89. package/styles/tailwind-dark-lite.scss +1 -0
  90. package/styles/tailwind-lite.css +1 -0
  91. package/styles/tailwind-lite.scss +1 -0
  92. package/styles/tailwind3-lite.css +1 -0
  93. package/styles/tailwind3-lite.scss +1 -0
  94. package/styles/tailwind3.css +1 -0
  95. package/styles/tailwind3.scss +2 -0
  96. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  97. package/@syncfusion/ej2-angular-schedule.es5.js +0 -955
  98. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  99. package/@syncfusion/ej2-angular-schedule.js +0 -894
  100. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  101. package/dist/ej2-angular-schedule.umd.js +0 -1105
  102. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  103. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  104. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  105. package/ej2-angular-schedule.d.ts +0 -6
  106. package/ej2-angular-schedule.metadata.json +0 -1
  107. package/license +0 -10
  108. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md CHANGED
@@ -6,6 +6,477 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I746117`, `#I754057` - An issue where an empty content area was rendered during virtual scrolling when using `rowAutoHeight` in combination with `overscanCount` has been resolved.
10
+
11
+ ## 31.1.20 (2025-09-10)
12
+
13
+ ### Schedule
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I760538` - The issue where the Edit Event popup was incorrectly displayed for recurring events when `allowEditing` property set to `false` has been resolved.
18
+
19
+ ## 31.1.17 (2025-09-05)
20
+
21
+ ### Schedule
22
+
23
+ #### Features
24
+
25
+ - `#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.
26
+
27
+ #### Bug fixes
28
+
29
+ - `#I744881` - Fixed an issue where the virtual scroll position was not preserved during date navigation when `enablePersistence` was set to true.
30
+ - `#I753562` - Fixed an issue where appointment resizing did not work correctly when using timeline views with header rows.
31
+
32
+ ## 30.1.42 (2025-07-29)
33
+
34
+ ### Schedule
35
+
36
+ #### Bug fixes
37
+
38
+ - `#I745472` - Fixed an issue where drag functionality was not working after being conditionally cancelled for multiple appointments.
39
+ - `#I746809` - Resolved an issue where a script error occurred when closing the Quick Info popup that was customized using `quickInfoTemplates`.
40
+
41
+ ## 30.1.39 (2025-07-08)
42
+
43
+ ### Schedule
44
+
45
+ #### Bug fixes
46
+
47
+ - `#I739675` - The issue with the `maxDate` property preventing events from being displayed on the last date has been resolved.
48
+
49
+ ## 30.1.38 (2025-07-02)
50
+
51
+ ### Schedule
52
+
53
+ - `#I693587` - The issue with resources not rendering correctly in the Scheduler when virtual scrolling was enabled has been fixed.
54
+
55
+ ## 29.2.10 (2025-06-10)
56
+
57
+ ### Schedule
58
+
59
+ - `#F727056` - The issue with CSP occurring in the Schedule component Agenda view has been resolved.
60
+
61
+ ## 29.2.8 (2025-06-03)
62
+
63
+ ### Schedule
64
+
65
+ - `#F715433` - The issue with assigning a direct date time value to the `StartDate` property of recurrence editor
66
+
67
+ ## 29.2.5 (2025-05-21)
68
+
69
+ ### Schedule
70
+
71
+ - `#F723835` - The issue with the Quick Info panel closing unexpectedly on pressing "C" or "X" keys in the Schedule component has been resolved.
72
+
73
+ ## 29.2.4 (2025-05-14)
74
+
75
+ ### Schedule
76
+
77
+ - `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. .
78
+
79
+ ## 29.1.41 (2025-05-06)
80
+
81
+ ### Schedule
82
+
83
+ - `I703204` - Memory leak issue with the current time indicator has been resolved.
84
+ - `F716483` - The issue with the `renderCell` event not being triggered in the Timeline views has been resolved.
85
+ - `#I716164` - The issue with CSP occurring in the Schedule component on Firefox has been resolved.
86
+
87
+ ## 29.1.38 (2025-04-15)
88
+
89
+ ### Schedule
90
+
91
+ - `#F708016` - The issue with the Schedules `virtualScroll` feature causing missing resources while scrolling has been resolved.
92
+ - `I708699` - The issue with the excessive button padding in the Toolbar Calendar has been resolved.
93
+
94
+ ## 29.1.37 (2025-04-08)
95
+
96
+ ### Schedule
97
+
98
+ - `#I704571` - The issue with non-integer pixel values causing incorrect time when resizing an appointment has been resolved.
99
+
100
+ ## 29.1.33 (2025-03-25)
101
+
102
+ ### Schedule
103
+
104
+ #### Features
105
+
106
+ - 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.
107
+ - 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.
108
+ - A new callback event, `beforePrint`, is triggered when the print event is called. It allows for customization before the print action begins.
109
+ - `#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.
110
+ - `#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.
111
+ - `#700794` - Provided `created` and `destroyed` callback events support for recurrence editor.
112
+
113
+ #### Bug fixes
114
+
115
+ - `#I694546` - An issue where the horizontal scrollbar appears when enabling `rowAutoHeight` in the Month view has been resolved.
116
+ - `#I697893` - The issue with the Schedule `virtualScroll` causing a script error on horizontal scrolling has been fixed.
117
+
118
+ ## 28.2.11 (2025-03-11)
119
+
120
+ ### Schedule
121
+
122
+ #### Bug fixes
123
+
124
+ - `#I693788` - The issue with `MaxDate` in the Recurrence Editor not working correctly has been fixed.
125
+
126
+ - `#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.
127
+
128
+ ## 28.2.7 (2025-02-25)
129
+
130
+ ### Schedule
131
+
132
+ #### Bug fixes
133
+
134
+ - `#I678690` - The issue with event resizing in the Scheduler not functioning correctly on touchscreens has been fixed.
135
+
136
+ ## 28.2.6 (2025-02-18)
137
+
138
+ ### Schedule
139
+
140
+ #### Bug fixes
141
+
142
+ - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in timeline views has been resolved.
143
+
144
+ - `#F64855` - An issue where the selected date not maintained in Scheduler `MonthAgenda` view has been resolved.
145
+
146
+ ## 28.2.5 (2025-02-11)
147
+
148
+ ### Schedule
149
+
150
+ #### Bug fixes
151
+
152
+ - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in vertical views has been resolved.
153
+
154
+ ## 28.2.4 (2025-02-04)
155
+
156
+ ### Schedule
157
+
158
+ #### Bug fixes
159
+
160
+ - `#I680887` - An issue where the Scheduler year view popup does not close when navigating to other views has been resolved.
161
+
162
+ - `#F195634` - An issue with scheduler event misalignment in timeline Day View with custom `timeScale` and `interval` settings has been resolved.
163
+
164
+ - `#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.
165
+
166
+ ## 28.2.3 (2025-01-29)
167
+
168
+ ### Schedule
169
+
170
+ #### Bug fixes
171
+
172
+ - `#F195714` - The issue where the `showWeekNumber` property was enabled but the calendar did not display the week numbers in the Scheduler has been resolved.
173
+ - `#I679226` - An issue with swipe functionality not working in the custom month view in mobile mode has been resolved.
174
+
175
+ ## 28.1.39 (2024-01-14)
176
+
177
+ ### Schedule
178
+
179
+ #### Bug fixes
180
+
181
+ - `#I665787` - The issue where the scheduler tooltip rendered empty when using a template with large content has been resolved.
182
+
183
+ ## 28.1.38 (2025-01-07)
184
+
185
+ ### Schedule
186
+
187
+ #### Bug fixes
188
+
189
+ - `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed.
190
+ - `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed.
191
+
192
+ ## 28.1.37 (2024-12-31)
193
+
194
+ ### Schedule
195
+
196
+ #### Bug fixes
197
+
198
+ - `#F195371` - An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed.
199
+ - `#I664757` - An accessibility issue where the `aria-selected` attribute was present on `<td>` elements and violated accessibility guidelines has been fixed.
200
+
201
+ ## 28.1.35 (2024-12-18)
202
+
203
+ ### Schedule
204
+
205
+ #### Bug fixes
206
+
207
+ - `#I659549` - An issue with dragging longer appointments to the bottom of the vertical views of the Scheduler has been fixed.
208
+
209
+ ## 28.1.33 (2024-12-12)
210
+
211
+ ### Schedule
212
+
213
+ #### Features
214
+
215
+ - `#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.
216
+
217
+ | Keys | Description |
218
+ |-----|-----|
219
+ | <kbd>Ctrl + X</kbd> | To cut the selected appointment. |
220
+ | <kbd>Ctrl + C</kbd> | To copy the selected appointment. |
221
+ | <kbd>Ctrl + V</kbd> | To paste the cut/copied appointment. |
222
+
223
+ Methods `cut`, `copy`, and `paste` have been implemented to allow users to perform clipboard actions on appointments.
224
+
225
+ - Provided method `getViewDates` to get the previous, next, or current view render dates.
226
+ - Provided method `getDateRangeText` to get the date range text for the given date collection.
227
+
228
+ ## 27.2.5 (2024-12-03)
229
+
230
+ ### Schedule
231
+
232
+ #### Bug fixes
233
+
234
+ - `#I657588` - The issue with the schedule's current time indicator not being properly aligned has been resolved
235
+
236
+ ## 27.2.3 (2024-11-21)
237
+
238
+ ### Schedule
239
+
240
+ #### Bug fixes
241
+
242
+ - `#F194681` - An issue where a script error occurred while editing an existing event in the scheduler component has been resolved.
243
+
244
+ ## 27.2.2 (2024-11-15)
245
+
246
+ ### Schedule
247
+
248
+ #### Bug fixes
249
+
250
+ - `#I647287` - An issue where an Appointments are rendered in the incorrect time slots when the time zone is set to MET has been resolved.
251
+
252
+ ## 27.1.58 (2024-11-05)
253
+
254
+ ### Schedule
255
+
256
+ #### Bug fixes
257
+
258
+ - `#I647902` - An issue where a script error occurred while click the close icon in print window has been resolved.
259
+
260
+ ## 27.1.57 (2024-10-29)
261
+
262
+ ### Schedule
263
+
264
+ #### Bug fixes
265
+
266
+ - `#I641069` - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
267
+ - `#I643159` - An issue when weekly recurrence rule is rendered in the wrong position when setting the `firstDayOfWeek` has been resolved.
268
+ - `#FB62128` - An issue causing events to display incorrectly when a weekly recurrence rule with `BDAY` and a specified timezone is applied has been resolved.
269
+
270
+ ## 27.1.56 (2024-10-23)
271
+
272
+ ### Schedule
273
+
274
+ #### Bug fixes
275
+
276
+ - `#I638628` - The issue with the `renderCell` event not being triggered in the Agenda view has been resolved.
277
+
278
+ ## 27.1.55 (2024-10-22)
279
+
280
+ ### Schedule
281
+
282
+ #### Bug fixes
283
+
284
+ - `#I592841` - An issue where resizing was not functioning correctly in timeline views when using the `startHour` and `endHour` properties has been resolved.
285
+
286
+ ## 27.1.53 (2024-10-15)
287
+
288
+ ### Schedule
289
+
290
+ #### Bug fixes
291
+
292
+ - `#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.
293
+ - `#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.
294
+ - `#I640650` - An issue where a script error occurred while setting `setWorkHours` in DST time has been resolved.
295
+
296
+ ## 27.1.52 (2024-10-08)
297
+
298
+ ### Schedule
299
+
300
+ #### Bug fixes
301
+
302
+ - `#FB61586` - The issue with the schedule component tooltip rendering outside the viewport has been fixed.
303
+ - `#I610923` - An issue where the appointments are getting overlapped due to appointment width is not calculated properly has been fixed.
304
+
305
+ ## 27.1.51 (2024-09-30)
306
+
307
+ ### Schedule
308
+
309
+ #### Bug fixes
310
+
311
+ - `#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.
312
+ - `#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.
313
+
314
+ ## 27.1.50 (2024-09-24)
315
+
316
+ ### Schedule
317
+
318
+ #### Bug fixes
319
+
320
+ - `#FB60159` - An issue where the monthly recurrence appointment was rendered on the wrong date without considering the `StartTimezone` value of the appointment is fixed.
321
+
322
+ ## 27.1.48 (2024-09-18)
323
+
324
+ ### Schedule
325
+
326
+ #### Features
327
+
328
+ - `#I546459` - Improved timeline views virtual scrolling performance.
329
+ - Provided new keyboard shortcuts to open the editor window and navigate to today's date.
330
+
331
+ | Keys | Description |
332
+ |-----|-----|
333
+ | <kbd>Shift + Alt + N</kbd> | To open a new editor window. |
334
+ | <kbd>Shift + Alt + Y</kbd> | To navigate today date. |
335
+
336
+ #### Bug fixes
337
+
338
+ - `#I194307` - An issue where the `firstDayOfWeek` property was not working in the year view's specific settings has been fixed.
339
+
340
+ ## 26.2.14 (2024-09-10)
341
+
342
+ ### Schedule
343
+
344
+ #### Bug fixes
345
+
346
+ - `#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.
347
+ - `#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.
348
+
349
+ ## 26.2.12 (2024-09-03)
350
+
351
+ ### Schedule
352
+
353
+ #### Bug fixes
354
+
355
+ - `#I617009` - An issue where the drag clone position not updated based on mouse cursor position in the vertical views has been fixed.
356
+
357
+ ## 26.2.10 (2024-08-20)
358
+
359
+ ### Schedule
360
+
361
+ #### Bug fixes
362
+
363
+ - `#I607401` - An issue where the events are not aligned in correct position when Scheduler height changed dynamically has been fixed.
364
+
365
+ ## 26.2.4 (2024-07-24)
366
+
367
+ ### Schedule
368
+
369
+ #### Bug fixes
370
+
371
+ - `#I605064` - An issue with the weekly recurrence appointment rendering while using the repeat interval value of more than 1 has been fixed.
372
+ - `#I600060` - The issue where the drag clone fails to follow the cursor position during dragging, with cell widths set to auto, has been resolved.
373
+
374
+ ## 26.1.41 (2024-07-09)
375
+
376
+ ### Schedule
377
+
378
+ #### Bug fixes
379
+
380
+ - `#I577891` - An issue with the virtual scrolling performance in the vertical view has been addressed.
381
+ - `#I589776` - An issue where the events are moved to next or previous week while multi dragging has been fixed.
382
+ - `#F188870` - An issue with the current time indicator throws the console error when the resource data source is empty has been fixed.
383
+
384
+ ## 26.1.40 (2024-07-02)
385
+
386
+ ### Schedule
387
+
388
+ #### Bug fixes
389
+
390
+ - `#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.
391
+
392
+ - `#I603711` - An issue where the custom editor window did not destroy the rich text editor component has been fixed.
393
+
394
+ ## 26.1.39 (2024-06-25)
395
+
396
+ ### Schedule
397
+
398
+ #### Bug fixes
399
+
400
+ - `#F188618` - The issue with the date time format during CSV export in excel has been resolved.
401
+ - `#I602738` - An issue with the print rendered empty page on the print preview window for vertical views has been fixed.
402
+ - `#I603067` - An issue with same duration events are overlapped each other in the vertical view has been fixed.
403
+
404
+ ## 26.1.38 (2024-06-19)
405
+
406
+ ### Schedule
407
+
408
+ #### Bug fixes
409
+
410
+ - `#I587318` - Issues in the Schedule aria-label attributes are fixed.
411
+ - `#I583567` - Resizing the appointment to the last column of the timeline views is not working issue has been resolved.
412
+ - `#I592841` - The issue with the appointment width calculation, when the `endHour` and `timeScale` properties are customized is fixed.
413
+ - `#FB51620` - The `setWorkHours` method sets work hours to the wrong time range if today's date is a DST start is fixed.
414
+ - `#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.
415
+
416
+ - `#I597851` - The issue with the event template in the Angular implementation, where it wasn't printing properly in the scheduler, has been fixed.
417
+
418
+ ## 26.1.35 (2024-06-11)
419
+
420
+ ### Schedule
421
+
422
+ #### Bug fixes
423
+
424
+ - `#I587571` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
425
+ - `#FB57769` - An issue with the events is not overlap properly when the event has same start and end time.
426
+
427
+ ## 25.2.6 (2024-05-28)
428
+
429
+ ### Schedule
430
+
431
+ #### Bug fixes
432
+
433
+ - `#I586530` - The issue with `refreshTemplates` caused alignment issues in resource header has been resolved.
434
+
435
+ ## 25.2.4 (2024-05-14)
436
+
437
+ ### Schedule
438
+
439
+ #### Bug fixes
440
+
441
+ - `#I539772` - Appointment drag and drop issue in iPad is fixed.
442
+ - `#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.
443
+ - `#I583762` - The issue with `refreshTemplates` caused alignment issues in date header has been resolved.
444
+
445
+ ## 25.2.3 (2024-05-08)
446
+
447
+ ### Schedule
448
+
449
+ #### Bug fixes
450
+
451
+ - `#I582520` - The issue with `scrollToResource` not working in the month view has been resolved.
452
+
453
+ - `#I528774` - The `eventTemplate` causing memory leak on date navigation has been fixed.
454
+
455
+ ## 25.1.42 (2024-04-30)
456
+
457
+ ### Schedule
458
+
459
+ #### Bug fixes
460
+
461
+ - `#I583674` - An issue where the text for today button was not displayed in the toolbar has been fixed.
462
+
463
+ - `#I577108` - An issue with `quickInfotemplates` is not being properly destroyed has been fixed.
464
+
465
+ ## 25.1.41 (2024-04-23)
466
+
467
+ ### Schedule
468
+
469
+ #### Bug fixes
470
+
471
+ - `#I569000` - The issue with the Timeslots show difference than the time scale on the day light saving start and end day has been resolved.
472
+ - An issue with XSS vulnerability identified in the editor window has been fixed.
473
+
474
+ ## 25.1.39 (2024-04-09)
475
+
476
+ ### Schedule
477
+
478
+ #### Bug fixes
479
+
9
480
  - `#I556008` - An issue with the reading and restoring the current resource in compact view has been fixed.
10
481
  - `#I550494` - An issue with appointments overlapping while using `sortComparer` in the timeline views has been fixed.
11
482
  - `#I549215` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
@@ -867,10 +1338,10 @@
867
1338
 
868
1339
  - The following properties type was changed.
869
1340
 
870
- | Property | Previous Type | Current Type |
871
- |---|---|---|
872
- | `selectedType` | `anonymous` | `int` |
873
- | value | `anonymous` | `string` |
1341
+ | Property | Previous Type | Current Type |
1342
+ |----------|---------------|--------------------------------|
1343
+ | `selectedType` | `anonymous` | `int` |
1344
+ | value | `anonymous` | `string` |
874
1345
 
875
1346
  ## 18.4.49 (2021-03-23)
876
1347
 
@@ -1880,7 +2351,6 @@
1880
2351
 
1881
2352
  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.
1882
2353
 
1883
-
1884
2354
  - **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.
1885
2355
  - **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.
1886
2356
  - **Recurrence** - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
@@ -1891,8 +2361,13 @@ Schedule is an event calendar which facilitates user with the common Outlook-cal
1891
2361
  - **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.
1892
2362
  - **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.
1893
2363
  - **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.
1894
- - **RTL** - Supports displaying the component to display in the direction from right to left.
2364
+ - **RTL** - Supports displaying the component to display in the direction from right to left.## 26.2.7 (2024-07-30)
1895
2365
 
2366
+ ### Schedule
2367
+
2368
+ #### Bug fixes
2369
+
2370
+ - `#I614002` - Interacting with the scheduler after printing using the `print` method with print options throws Script error has been fixed.
1896
2371
 
1897
2372
  ## 16.4.48 (2019-01-22)
1898
2373
 
@@ -1916,6 +2391,4 @@ Schedule is an event calendar which facilitates user with the common Outlook-cal
1916
2391
 
1917
2392
  #### Bug Fixes
1918
2393
 
1919
- - An issue with the options of `quickInfoTemplates` API, while defining it within the angular template has been fixed.
1920
-
1921
-
2394
+ - An issue with the options of `quickInfoTemplates` API, while defining it within the angular template has been fixed.
@@ -0,0 +1,2 @@
1
+ export * from './src/index';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
@@ -0,0 +1,12 @@
1
+ export { ViewDirective, ViewsDirective } from './schedule/views.directive';
2
+ export { ResourceDirective, ResourcesDirective } from './schedule/resources.directive';
3
+ export { HeaderRowDirective, HeaderRowsDirective } from './schedule/headerrows.directive';
4
+ export { ToolbarItemDirective, ToolbarItemsDirective } from './schedule/toolbaritems.directive';
5
+ export { ScheduleComponent } from './schedule/schedule.component';
6
+ export { ScheduleModule } from './schedule/schedule.module';
7
+ export { ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService } from './schedule/schedule-all.module';
8
+ export { RecurrenceEditorComponent } from './recurrence-editor/recurrenceeditor.component';
9
+ export { RecurrenceEditorModule } from './recurrence-editor/recurrenceeditor.module';
10
+ export { RecurrenceEditorAllModule } from './recurrence-editor/recurrenceeditor-all.module';
11
+ export * from '@syncfusion/ej2-schedule';
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGFBQWEsRUFBQyxjQUFjLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUN4RSxPQUFPLEVBQUMsaUJBQWlCLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRixPQUFPLEVBQUMsa0JBQWtCLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUN2RixPQUFPLEVBQUMsb0JBQW9CLEVBQUMscUJBQXFCLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUM3RixPQUFPLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLGtCQUFrQixFQUFFLG9CQUFvQixFQUFFLG9CQUFvQixFQUFFLG1CQUFtQixFQUFFLGFBQWEsRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxzQkFBc0IsRUFBRSxzQkFBc0IsRUFBRSxZQUFZLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNqVyxPQUFPLEVBQUUseUJBQXlCLEVBQUMsTUFBTSxnREFBZ0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNyRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUM1RixjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHtWaWV3RGlyZWN0aXZlLFZpZXdzRGlyZWN0aXZlfSBmcm9tICcuL3NjaGVkdWxlL3ZpZXdzLmRpcmVjdGl2ZSc7XG5leHBvcnQge1Jlc291cmNlRGlyZWN0aXZlLFJlc291cmNlc0RpcmVjdGl2ZX0gZnJvbSAnLi9zY2hlZHVsZS9yZXNvdXJjZXMuZGlyZWN0aXZlJztcbmV4cG9ydCB7SGVhZGVyUm93RGlyZWN0aXZlLEhlYWRlclJvd3NEaXJlY3RpdmV9IGZyb20gJy4vc2NoZWR1bGUvaGVhZGVycm93cy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtUb29sYmFySXRlbURpcmVjdGl2ZSxUb29sYmFySXRlbXNEaXJlY3RpdmV9IGZyb20gJy4vc2NoZWR1bGUvdG9vbGJhcml0ZW1zLmRpcmVjdGl2ZSc7XG5leHBvcnQgeyBTY2hlZHVsZUNvbXBvbmVudH0gZnJvbSAnLi9zY2hlZHVsZS9zY2hlZHVsZS5jb21wb25lbnQnO1xuZXhwb3J0IHsgU2NoZWR1bGVNb2R1bGUgfSBmcm9tICcuL3NjaGVkdWxlL3NjaGVkdWxlLm1vZHVsZSc7XG5leHBvcnQgeyBTY2hlZHVsZUFsbE1vZHVsZSwgRGF5U2VydmljZSwgV2Vla1NlcnZpY2UsIFdvcmtXZWVrU2VydmljZSwgTW9udGhTZXJ2aWNlLCBZZWFyU2VydmljZSwgQWdlbmRhU2VydmljZSwgTW9udGhBZ2VuZGFTZXJ2aWNlLCBUaW1lbGluZVZpZXdzU2VydmljZSwgVGltZWxpbmVNb250aFNlcnZpY2UsIFRpbWVsaW5lWWVhclNlcnZpY2UsIFJlc2l6ZVNlcnZpY2UsIERyYWdBbmREcm9wU2VydmljZSwgRXhjZWxFeHBvcnRTZXJ2aWNlLCBJQ2FsZW5kYXJFeHBvcnRTZXJ2aWNlLCBJQ2FsZW5kYXJJbXBvcnRTZXJ2aWNlLCBQcmludFNlcnZpY2UgfSBmcm9tICcuL3NjaGVkdWxlL3NjaGVkdWxlLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgUmVjdXJyZW5jZUVkaXRvckNvbXBvbmVudH0gZnJvbSAnLi9yZWN1cnJlbmNlLWVkaXRvci9yZWN1cnJlbmNlZWRpdG9yLmNvbXBvbmVudCc7XG5leHBvcnQgeyBSZWN1cnJlbmNlRWRpdG9yTW9kdWxlIH0gZnJvbSAnLi9yZWN1cnJlbmNlLWVkaXRvci9yZWN1cnJlbmNlZWRpdG9yLm1vZHVsZSc7XG5leHBvcnQgeyBSZWN1cnJlbmNlRWRpdG9yQWxsTW9kdWxlIH0gZnJvbSAnLi9yZWN1cnJlbmNlLWVkaXRvci9yZWN1cnJlbmNlZWRpdG9yLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXNjaGVkdWxlJzsiXX0=
@@ -0,0 +1,23 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { RecurrenceEditorModule } from './recurrenceeditor.module';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * NgModule definition for the RecurrenceEditor component with providers.
7
+ */
8
+ export class RecurrenceEditorAllModule {
9
+ }
10
+ RecurrenceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ RecurrenceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, imports: [CommonModule, RecurrenceEditorModule], exports: [RecurrenceEditorModule] });
12
+ RecurrenceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, providers: [], imports: [[CommonModule, RecurrenceEditorModule], RecurrenceEditorModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorAllModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ imports: [CommonModule, RecurrenceEditorModule],
17
+ exports: [
18
+ RecurrenceEditorModule
19
+ ],
20
+ providers: []
21
+ }]
22
+ }] });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZWVkaXRvci1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlY3VycmVuY2UtZWRpdG9yL3JlY3VycmVuY2VlZGl0b3ItYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBTW5FOztHQUVHO0FBVUgsTUFBTSxPQUFPLHlCQUF5Qjs7c0hBQXpCLHlCQUF5Qjt1SEFBekIseUJBQXlCLFlBUnhCLFlBQVksRUFBRSxzQkFBc0IsYUFFMUMsc0JBQXNCO3VIQU1qQix5QkFBeUIsYUFKeEIsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLHNCQUFzQixDQUFDLEVBRTNDLHNCQUFzQjsyRkFNakIseUJBQXlCO2tCQVRyQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxzQkFBc0IsQ0FBQztvQkFDL0MsT0FBTyxFQUFFO3dCQUNMLHNCQUFzQjtxQkFDekI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3JDb21wb25lbnQgfSBmcm9tICcuL3JlY3VycmVuY2VlZGl0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IFJlY3VycmVuY2VFZGl0b3JNb2R1bGUgfSBmcm9tICcuL3JlY3VycmVuY2VlZGl0b3IubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBSZWN1cnJlbmNlRWRpdG9yIGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSZWN1cnJlbmNlRWRpdG9yTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFJlY3VycmVuY2VFZGl0b3JNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgUmVjdXJyZW5jZUVkaXRvckFsbE1vZHVsZSB7IH0iXX0=
@@ -0,0 +1,59 @@
1
+ import { __decorate } from "tslib";
2
+ import { Component, ChangeDetectionStrategy } from '@angular/core';
3
+ import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
4
+ import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
5
+ import * as i0 from "@angular/core";
6
+ export const inputs = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
7
+ export const outputs = ['change', 'created', 'destroyed'];
8
+ export const twoWays = [];
9
+ /**
10
+ * `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
11
+ * ```html
12
+ * <ejs-recurrenceeditor></ejs-recurrenceeditor>
13
+ * ```
14
+ */
15
+ let RecurrenceEditorComponent = class RecurrenceEditorComponent extends RecurrenceEditor {
16
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
17
+ super();
18
+ this.ngEle = ngEle;
19
+ this.srenderer = srenderer;
20
+ this.viewContainerRef = viewContainerRef;
21
+ this.injector = injector;
22
+ this.element = this.ngEle.nativeElement;
23
+ this.injectedModules = this.injectedModules || [];
24
+ this.registerEvents(outputs);
25
+ this.addTwoWay.call(this, twoWays);
26
+ setValue('currentInstance', this, this.viewContainerRef);
27
+ this.context = new ComponentBase();
28
+ }
29
+ ngOnInit() {
30
+ this.context.ngOnInit(this);
31
+ }
32
+ ngAfterViewInit() {
33
+ this.context.ngAfterViewInit(this);
34
+ }
35
+ ngOnDestroy() {
36
+ this.context.ngOnDestroy(this);
37
+ }
38
+ ngAfterContentChecked() {
39
+ this.context.ngAfterContentChecked(this);
40
+ }
41
+ };
42
+ RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
43
+ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RecurrenceEditorComponent, selector: "ejs-recurrenceeditor", inputs: { calendarMode: "calendarMode", cssClass: "cssClass", dateFormat: "dateFormat", enablePersistence: "enablePersistence", enableRtl: "enableRtl", endTypes: "endTypes", firstDayOfWeek: "firstDayOfWeek", frequencies: "frequencies", locale: "locale", maxDate: "maxDate", minDate: "minDate", selectedType: "selectedType", startDate: "startDate", value: "value" }, outputs: { change: "change", created: "created", destroyed: "destroyed" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
44
+ RecurrenceEditorComponent = __decorate([
45
+ ComponentMixins([ComponentBase])
46
+ ], RecurrenceEditorComponent);
47
+ export { RecurrenceEditorComponent };
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
49
+ type: Component,
50
+ args: [{
51
+ selector: 'ejs-recurrenceeditor',
52
+ inputs: inputs,
53
+ outputs: outputs,
54
+ template: '',
55
+ changeDetection: ChangeDetectionStrategy.OnPush,
56
+ queries: {}
57
+ }]
58
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
59
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWdDLHVCQUF1QixFQUFpRCxNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsYUFBYSxFQUErQixlQUFlLEVBQTBCLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDOztBQUk1RCxNQUFNLENBQUMsTUFBTSxNQUFNLEdBQWEsQ0FBQyxjQUFjLEVBQUMsVUFBVSxFQUFDLFlBQVksRUFBQyxtQkFBbUIsRUFBQyxXQUFXLEVBQUMsVUFBVSxFQUFDLGdCQUFnQixFQUFDLGFBQWEsRUFBQyxRQUFRLEVBQUMsU0FBUyxFQUFDLFNBQVMsRUFBQyxjQUFjLEVBQUMsV0FBVyxFQUFDLE9BQU8sQ0FBQyxDQUFDO0FBQ25OLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLFFBQVEsRUFBQyxTQUFTLEVBQUMsV0FBVyxDQUFDLENBQUM7QUFDbEUsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLEVBQUUsQ0FBQztBQUVwQzs7Ozs7R0FLRztJQVlVLHlCQUF5QixTQUF6Qix5QkFBMEIsU0FBUSxnQkFBZ0I7SUFTM0QsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUV0SSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsT0FBTyxHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ25DLENBQUM7SUFFTSxxQkFBcUI7UUFFeEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM3QyxDQUFDO0NBSUosQ0FBQTtzSEF2Q1kseUJBQXlCOzBHQUF6Qix5QkFBeUIsNGdCQVB4QixFQUFFO0FBT0gseUJBQXlCO0lBRHJDLGVBQWUsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxDQUFDO0dBQ3BCLHlCQUF5QixDQXVDckM7U0F2Q1kseUJBQXlCOzJGQUF6Qix5QkFBeUI7a0JBWHJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsTUFBTSxFQUFFLE1BQU07b0JBQ2QsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLFFBQVEsRUFBRSxFQUFFO29CQUNaLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUUsRUFFUjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgUmVuZGVyZXIyLCBJbmplY3RvciwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tcG9uZW50QmFzZSwgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBDb21wb25lbnRNaXhpbnMsIFByb3BlcnR5Q29sbGVjdGlvbkluZm8sIHNldFZhbHVlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5pbXBvcnQgeyBSZWN1cnJlbmNlRWRpdG9yIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLXNjaGVkdWxlJztcblxuXG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydjYWxlbmRhck1vZGUnLCdjc3NDbGFzcycsJ2RhdGVGb3JtYXQnLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJ0bCcsJ2VuZFR5cGVzJywnZmlyc3REYXlPZldlZWsnLCdmcmVxdWVuY2llcycsJ2xvY2FsZScsJ21heERhdGUnLCdtaW5EYXRlJywnc2VsZWN0ZWRUeXBlJywnc3RhcnREYXRlJywndmFsdWUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnY2hhbmdlJywnY3JlYXRlZCcsJ2Rlc3Ryb3llZCddO1xuZXhwb3J0IGNvbnN0IHR3b1dheXM6IHN0cmluZ1tdID0gW107XG5cbi8qKlxuICogYGVqcy1yZWN1cnJlbmNlZWRpdG9yYCByZXByZXNlbnRzIHRoZSBBbmd1bGFyIFJlY3VycmVuY2VFZGl0b3IgQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGVqcy1yZWN1cnJlbmNlZWRpdG9yPjwvZWpzLXJlY3VycmVuY2VlZGl0b3I+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdlanMtcmVjdXJyZW5jZWVkaXRvcicsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIFJlY3VycmVuY2VFZGl0b3JDb21wb25lbnQgZXh0ZW5kcyBSZWN1cnJlbmNlRWRpdG9yIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBjb250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdGNoYW5nZTogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdHB1YmxpYyBkZXN0cm95ZWQ6IGFueTtcblxuXG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmNvbnRleHQgID0gbmV3IENvbXBvbmVudEJhc2UoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuY29udGV4dC5uZ09uSW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250ZXh0Lm5nT25EZXN0cm95KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgICAgIFxuICAgICAgICB0aGlzLmNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19
@@ -0,0 +1,25 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { RecurrenceEditorComponent } from './recurrenceeditor.component';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * NgModule definition for the RecurrenceEditor component.
7
+ */
8
+ export class RecurrenceEditorModule {
9
+ }
10
+ RecurrenceEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ RecurrenceEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, declarations: [RecurrenceEditorComponent], imports: [CommonModule], exports: [RecurrenceEditorComponent] });
12
+ RecurrenceEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, imports: [[CommonModule]] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RecurrenceEditorModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ imports: [CommonModule],
17
+ declarations: [
18
+ RecurrenceEditorComponent
19
+ ],
20
+ exports: [
21
+ RecurrenceEditorComponent
22
+ ]
23
+ }]
24
+ }] });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJyZW5jZWVkaXRvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVjdXJyZW5jZS1lZGl0b3IvcmVjdXJyZW5jZWVkaXRvci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBRXpFOztHQUVHO0FBVUgsTUFBTSxPQUFPLHNCQUFzQjs7bUhBQXRCLHNCQUFzQjtvSEFBdEIsc0JBQXNCLGlCQU4zQix5QkFBeUIsYUFGbkIsWUFBWSxhQUtsQix5QkFBeUI7b0hBR3BCLHNCQUFzQixZQVJ0QixDQUFDLFlBQVksQ0FBQzsyRkFRZCxzQkFBc0I7a0JBVGxDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1YseUJBQXlCO3FCQUM1QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wseUJBQXlCO3FCQUM1QjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUmVjdXJyZW5jZUVkaXRvckNvbXBvbmVudCB9IGZyb20gJy4vcmVjdXJyZW5jZWVkaXRvci5jb21wb25lbnQnO1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBSZWN1cnJlbmNlRWRpdG9yIGNvbXBvbmVudC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgUmVjdXJyZW5jZUVkaXRvckNvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBSZWN1cnJlbmNlRWRpdG9yQ29tcG9uZW50XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBSZWN1cnJlbmNlRWRpdG9yTW9kdWxlIHsgfSJdfQ==