@syncfusion/ej2-angular-calendars 26.2.4-ngcc → 26.2.4

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 (53) hide show
  1. package/CHANGELOG.md +1377 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/calendar/calendar-all.module.mjs +29 -0
  4. package/esm2020/src/calendar/calendar.component.mjs +91 -0
  5. package/esm2020/src/calendar/calendar.module.mjs +25 -0
  6. package/esm2020/src/datepicker/datepicker-all.module.mjs +29 -0
  7. package/esm2020/src/datepicker/datepicker.component.mjs +99 -0
  8. package/esm2020/src/datepicker/datepicker.module.mjs +25 -0
  9. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +23 -0
  10. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +103 -0
  11. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +34 -0
  12. package/esm2020/src/daterangepicker/presets.directive.mjs +58 -0
  13. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +23 -0
  14. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +99 -0
  15. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +25 -0
  16. package/esm2020/src/index.mjs +18 -0
  17. package/esm2020/src/timepicker/timepicker-all.module.mjs +23 -0
  18. package/esm2020/src/timepicker/timepicker.component.mjs +92 -0
  19. package/esm2020/src/timepicker/timepicker.module.mjs +25 -0
  20. package/esm2020/syncfusion-ej2-angular-calendars.mjs +5 -0
  21. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +735 -0
  22. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  23. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +735 -0
  24. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  25. package/package.json +26 -12
  26. package/src/calendar/calendar-all.module.d.ts +6 -0
  27. package/src/calendar/calendar.component.d.ts +3 -0
  28. package/src/calendar/calendar.module.d.ts +6 -0
  29. package/src/datepicker/datepicker-all.module.d.ts +6 -0
  30. package/src/datepicker/datepicker.component.d.ts +3 -0
  31. package/src/datepicker/datepicker.module.d.ts +6 -0
  32. package/src/daterangepicker/daterangepicker-all.module.d.ts +6 -0
  33. package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
  34. package/src/daterangepicker/daterangepicker.module.d.ts +7 -0
  35. package/src/daterangepicker/presets.directive.d.ts +5 -0
  36. package/src/datetimepicker/datetimepicker-all.module.d.ts +6 -0
  37. package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
  38. package/src/datetimepicker/datetimepicker.module.d.ts +6 -0
  39. package/src/timepicker/timepicker-all.module.d.ts +6 -0
  40. package/src/timepicker/timepicker.component.d.ts +3 -0
  41. package/src/timepicker/timepicker.module.d.ts +6 -0
  42. package/syncfusion-ej2-angular-calendars.d.ts +5 -0
  43. package/@syncfusion/ej2-angular-calendars.es5.js +0 -1048
  44. package/@syncfusion/ej2-angular-calendars.es5.js.map +0 -1
  45. package/@syncfusion/ej2-angular-calendars.js +0 -981
  46. package/@syncfusion/ej2-angular-calendars.js.map +0 -1
  47. package/dist/ej2-angular-calendars.umd.js +0 -1093
  48. package/dist/ej2-angular-calendars.umd.js.map +0 -1
  49. package/dist/ej2-angular-calendars.umd.min.js +0 -11
  50. package/dist/ej2-angular-calendars.umd.min.js.map +0 -1
  51. package/ej2-angular-calendars.d.ts +0 -9
  52. package/ej2-angular-calendars.metadata.json +0 -1
  53. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,1377 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 26.1.41 (2024-07-09)
6
+
7
+ ### DatePicker
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#F58554` - Fixed issue where disabled dates were being selected when enabling html attributes while typing.
12
+
13
+ ## 19.3.46 (2021-10-19)
14
+
15
+ ### TimePicker
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
20
+
21
+ ## 19.2.44 (2021-06-30)
22
+
23
+ ### DatePicker
24
+
25
+ #### New Features
26
+
27
+ - `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
28
+
29
+ ### DateTimePicker
30
+
31
+ #### New Features
32
+
33
+ - `#I299471` - Now, you can enable the masked input using `enableMask` property.
34
+
35
+ ### TimePicker
36
+
37
+ #### New Features
38
+
39
+ - Now, you can enable the masked input using `enableMask` property.
40
+
41
+ ## 18.4.34 (2021-01-12)
42
+
43
+ ### DateTimePicker
44
+
45
+ #### Bug Fixes
46
+
47
+ - `#309143` - Issue with "timepicker popup is not opened when render component with `openOnFocus` as true and click on the time icon" has been resolved.
48
+
49
+ ## 18.3.52 (2020-12-01)
50
+
51
+ ### Calendar
52
+
53
+ #### Bug Fixes
54
+
55
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
56
+
57
+ ### DatePicker
58
+
59
+ #### Bug Fixes
60
+
61
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
62
+
63
+ ### DateTimePicker
64
+
65
+ #### Bug Fixes
66
+
67
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
68
+
69
+ ### DateRangePicker
70
+
71
+ #### Bug Fixes
72
+
73
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
74
+
75
+ ### TimePicker
76
+
77
+ #### Bug Fixes
78
+
79
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
80
+
81
+ ## 18.3.51 (2020-11-24)
82
+
83
+ ### DatePicker
84
+
85
+ #### Bug Fixes
86
+
87
+ - `#301613` - Issue with "week number is not updated properly in first week of the year" has been resolved.
88
+
89
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
90
+
91
+ #### Breaking Changes
92
+
93
+ - While setting the datepicker value programmatically, the `change` event will not trigger.
94
+
95
+ ### DateRangePicker
96
+
97
+ #### Bug Fixes
98
+
99
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
100
+
101
+ #### Breaking Changes
102
+
103
+ - While setting the daterangepicker value programmatically, the `change` event will not trigger.
104
+
105
+ ### DateTimePicker
106
+
107
+ #### Bug Fixes
108
+
109
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
110
+
111
+ #### Breaking Changes
112
+
113
+ - While setting the datetimepicker value programmatically, the `change` event will not trigger.
114
+
115
+ ### TimePicker
116
+
117
+ #### Bug Fixes
118
+
119
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
120
+
121
+ #### Breaking Changes
122
+
123
+ - While setting the timepicker value programmatically, the `change` event will not trigger.
124
+
125
+ ### Calendar
126
+
127
+ #### Bug Fixes
128
+
129
+ - `#299743` - Issue with "week number is not updated properly in first week of the year" has been resolved.
130
+
131
+ ## 18.3.40 (2020-10-13)
132
+
133
+ ### DateRangePicker
134
+
135
+ #### Bug Fixes
136
+
137
+ - `#288129` - Issue with "values cannot be chosen while updating UTC time as start date and end date" has been resolved.
138
+
139
+ ## 18.2.44 (2020-07-07)
140
+
141
+ ### DatePicker
142
+
143
+ #### New Features
144
+
145
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
146
+
147
+ ### DateTimePicker
148
+
149
+ #### New Features
150
+
151
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
152
+
153
+ ### TimePicker
154
+
155
+ #### New Features
156
+
157
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
158
+
159
+ ### DateRangePicker
160
+
161
+ #### New Features
162
+
163
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
164
+
165
+ ## 18.1.43 (2020-04-07)
166
+
167
+ ### TimePicker
168
+
169
+ #### Bug Fixes
170
+
171
+ - `#266088`- Now, you can use focusOut method inside close event.
172
+
173
+ ### DateRangePicker
174
+
175
+ #### Bug Fixes
176
+
177
+ - `#263008`- Issue with "script error throws while navigating month using previous and next icon in the mobile mode" has been resolved.
178
+
179
+ ## 17.4.50 (2020-02-18)
180
+
181
+ ### DateRangePicker
182
+
183
+ #### Bug Fixes
184
+
185
+ - `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
186
+
187
+ ### Calendar
188
+
189
+ #### Bug Fixes
190
+
191
+ - Now, selection style is applied to the previous month selected date in the current month view.
192
+
193
+ ## 17.4.49 (2020-02-11)
194
+
195
+ ### DateTimePicker
196
+
197
+ #### Bug Fixes
198
+
199
+ - Issue with script error throws while selecting value from popup in touch mode has been resolved.
200
+
201
+ ## 17.4.47 (2020-02-05)
202
+
203
+ ### DatePicker
204
+
205
+ #### Bug Fixes
206
+
207
+ - `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
208
+
209
+ ### TimePicker
210
+
211
+ #### Bug Fixes
212
+
213
+ - `#261538` - Issue with script error throws while selecting value from popup in touch mode has been resolved.
214
+
215
+ ## 17.4.46 (2020-01-30)
216
+
217
+ ### DatePicker
218
+
219
+ #### Bug Fixes
220
+
221
+ - `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
222
+
223
+ ## 17.4.43 (2020-01-14)
224
+
225
+ ### Calendar
226
+
227
+ #### Bug Fixes
228
+
229
+ - Issue with "datepicker popup not opened in IE browser" has been resolved.
230
+
231
+ ## 17.4.41 (2020-01-07)
232
+
233
+ ### Calendar
234
+
235
+ #### Bug Fixes
236
+
237
+ - Issue with "change event triggered while again click on the selected month in month view" has been resolved.
238
+
239
+ ## 17.4.40 (2019-12-24)
240
+
241
+ ### DateRangePicker
242
+
243
+ #### Bug Fixes
244
+
245
+ - Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
246
+
247
+ ### DateTimePicker
248
+
249
+ #### Bug Fixes
250
+
251
+ - `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
252
+
253
+ ## 17.4.39 (2019-12-17)
254
+
255
+ ### DateRangePicker
256
+
257
+ #### Bug Fixes
258
+
259
+ - `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
260
+
261
+ - `#F149064` - Issue with "script error throws while navigate month in mobile mode" has been resolved.
262
+
263
+ ## 17.3.27 (2019-11-12)
264
+
265
+ ### DateTimePicker
266
+
267
+ #### New Features
268
+
269
+ - `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
270
+
271
+ ### DatePicker
272
+
273
+ #### New Features
274
+
275
+ - `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
276
+
277
+ ### TimePicker
278
+
279
+ #### New Features
280
+
281
+ - `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
282
+
283
+ ### DateRangePicker
284
+
285
+ #### New Features
286
+
287
+ - `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
288
+
289
+ undefined- `#250743` - Issue with "script error occurs while selecting values in mobile emulator" has been resolved.
290
+
291
+ ## 17.3.26 (2019-11-05)
292
+
293
+ ### DateTimePicker
294
+
295
+ #### New Features
296
+
297
+ - `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.
298
+
299
+ ### Calendar
300
+
301
+ #### New Features
302
+
303
+ - `#246049` - Now, month name, day name are capitalized for all localization.
304
+
305
+ ## 17.3.19 (2019-10-22)
306
+
307
+ ### TimePicker
308
+
309
+ #### Bug Fixes
310
+
311
+ - `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
312
+
313
+ ## 17.2.49 (2019-09-04)
314
+
315
+ ### DatePicker
316
+
317
+ #### Bug Fixes
318
+
319
+ - `#244043` - Issue with "datepicker popup not closed while choose the same date value" has been resolved.
320
+
321
+ ## 17.2.41 (2019-08-14)
322
+
323
+ ### DateRangePicker
324
+
325
+ #### Bug Fixes
326
+
327
+ - `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
328
+
329
+ ## 17.2.36 (2019-07-24)
330
+
331
+ ### DatePicker
332
+
333
+ #### Bug Fixes
334
+
335
+ - `#236828` - Resolved the `accessibility` related issue in DatePicker.
336
+
337
+ ## 17.2.35 (2019-07-17)
338
+
339
+ ### DatePicker
340
+
341
+ #### Bug Fixes
342
+
343
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
344
+
345
+ ### DateRangePicker
346
+
347
+ #### Bug Fixes
348
+
349
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
350
+
351
+ ### DateTimePicker
352
+
353
+ #### Bug Fixes
354
+
355
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
356
+
357
+ ### TimePicker
358
+
359
+ #### Bug Fixes
360
+
361
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
362
+
363
+ ## 17.2.34 (2019-07-11)
364
+
365
+ ### DateTimePicker
366
+
367
+ #### Bug Fixes
368
+
369
+ - #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
370
+
371
+ - `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
372
+
373
+ ## 17.2.28-beta (2019-06-27)
374
+
375
+ ### Calendar
376
+
377
+ #### New Features
378
+
379
+ - #233255, #232782 - Now, you can change the day header format of calendar using 'dayHeaderFormat' property.
380
+
381
+ ### DatePicker
382
+
383
+ #### New Features
384
+
385
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
386
+
387
+ #### Bug Fixes
388
+
389
+ - #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
390
+
391
+ - #238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
392
+
393
+ - #228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.### DateRangePicker
394
+
395
+ #### New Features
396
+
397
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
398
+
399
+ #### Bug Fixes
400
+
401
+ - #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.
402
+
403
+ ### DateTimePicker
404
+
405
+ #### New Features
406
+
407
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
408
+
409
+ ### TimePicker
410
+
411
+ #### New Features
412
+
413
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
414
+
415
+ ## 17.1.49 (2019-05-29)
416
+
417
+ ### DatePicker
418
+
419
+ #### Bug Fixes
420
+
421
+ - #235561 - Now, you can specify the date format without `year` specifier along with strict mode.
422
+
423
+ ## 17.1.48 (2019-05-21)
424
+
425
+ ### Calendar
426
+
427
+ #### Bug Fixes
428
+
429
+ - #235561 - Now, you can navigate year within min and max range in decade view.
430
+
431
+ ### DatePicker
432
+
433
+ #### Bug Fixes
434
+
435
+ - #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
436
+
437
+ ### DateRangePicker
438
+
439
+ #### Bug Fixes
440
+
441
+ - #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
442
+
443
+ ## 17.1.43 (2019-04-30)
444
+
445
+ ### DatePicker
446
+
447
+ - #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
448
+
449
+ - #233877 - Now, you can enter the same date value after form reset.
450
+
451
+ ### DateTimePicker
452
+
453
+ - #233877 - Now, you can enter the same datetime value after form reset.
454
+
455
+ ## 17.1.42 (2019-04-23)
456
+
457
+ ### DateRangePicker
458
+
459
+ #### Bug Fixes
460
+
461
+ - #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
462
+
463
+ ## 17.1.41 (2019-04-16)
464
+
465
+ ### DatePicker
466
+
467
+ #### Bug Fixes
468
+
469
+ - #231875 - Now, you can enable the clear button dynamically after disabled the control.
470
+
471
+ - #F143747 - Now, you can set min and max value as null dynamically.
472
+
473
+ ### DateTimePicker
474
+
475
+ #### Bug Fixes
476
+
477
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
478
+
479
+ ### DateRangePicker
480
+
481
+ #### Bug Fixes
482
+
483
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
484
+
485
+ ### TimePicker
486
+
487
+ #### Bug Fixes
488
+
489
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
490
+
491
+ - #231003 - Issue with different icon size in bootstrap theme has been fixed.
492
+
493
+ ## 17.1.32-beta (2019-03-13)
494
+
495
+ ### DatePicker
496
+
497
+ #### Bug Fixes
498
+
499
+ - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
500
+
501
+ - In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
502
+
503
+ ### DateRangePicker
504
+
505
+ #### New Features
506
+
507
+ - Now, you can move to a particular date without UI interaction using `NavigateTo` method.
508
+
509
+ - Provided option to set the start and depth level view of the calendar.
510
+
511
+ ### DateTimePicker
512
+
513
+ #### New Features
514
+
515
+ - Now, you can provide datetime value as a string to the DateTimePicker.
516
+
517
+ ## 16.4.55 (2019-02-27)
518
+
519
+ ### DatePicker
520
+
521
+ #### Bug Fixes
522
+
523
+ - Resolved the issue with today button text not updated when dynamically change the localization of the page.
524
+
525
+ ## 16.4.54 (2019-02-19)
526
+
527
+ ### DatePicker
528
+
529
+ #### Bug Fixes
530
+
531
+ - Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
532
+
533
+ ### DateRangePicker
534
+
535
+ #### Bug Fixes
536
+
537
+ - Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
538
+
539
+ - Now year values are shown in the selected range of decade view.
540
+
541
+ ### DateTimePicker
542
+
543
+ #### Bug Fixes
544
+
545
+ - Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
546
+
547
+ ### TimePicker
548
+
549
+ #### Bug Fixes
550
+
551
+ - Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
552
+
553
+ ## 16.4.53 (2019-02-13)
554
+
555
+ ### DatePicker
556
+
557
+ #### Bug Fixes
558
+
559
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
560
+
561
+ ### DateRangePicker
562
+
563
+ #### Bug Fixes
564
+
565
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
566
+
567
+ ### DateTimePicker
568
+
569
+ #### Bug Fixes
570
+
571
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
572
+
573
+ ### TimePicker
574
+
575
+ #### Bug Fixes
576
+
577
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
578
+
579
+ ## 16.4.52 (2019-02-05)
580
+
581
+ ### Calendar
582
+
583
+ #### Bug Fixes
584
+
585
+ - Tabindex support has been provided.
586
+
587
+ ### DatePicker
588
+
589
+ #### New Features
590
+
591
+ - Now, date type skeleton support has been provided for the format property.
592
+
593
+ #### Bug Fixes
594
+
595
+ - Tabindex support has been provided.
596
+
597
+ ### DateTimePicker
598
+
599
+ #### New Features
600
+
601
+ - Now, scrollTo support has been added for the TimePicker pop-up element of the DateTimePicker. This is used to set the scroll position to the given time value when no value is selected in the popup list.
602
+
603
+ #### Bug Fixes
604
+
605
+ - Tabindex support has been provided.
606
+
607
+ ### DateRangePicker
608
+
609
+ #### Bug Fixes
610
+
611
+ - Tabindex support has been provided.
612
+
613
+ ### TimePicker
614
+
615
+ #### Bug Fixes
616
+
617
+ - Tabindex support has been provided.
618
+
619
+ ## 17.1.1-beta (2019-01-29)
620
+
621
+ ### TimePicker
622
+
623
+ #### Breaking Changes
624
+
625
+ - TimePicker pop-up will position at the center of the viewport in mobile resolution.
626
+
627
+ ## 16.4.47 (2019-01-16)
628
+
629
+ ### TimePicker
630
+
631
+ #### Bug Fixes
632
+
633
+ - TimePicker will allow assigning string value when type system configuration is disabled.
634
+
635
+ ## 16.4.46 (2019-01-08)
636
+
637
+ ### TimePicker
638
+
639
+ #### New Features
640
+
641
+ - Pop-up positioning support has been provided.
642
+
643
+ ## 16.4.45 (2019-01-02)
644
+
645
+ ### DatePicker
646
+
647
+ #### Bug Fixes
648
+
649
+ - DatePicker will allow assigning string value when type system configuration is disabled.
650
+
651
+ ## 16.4.44 (2018-12-24)
652
+
653
+ ### DatePicker
654
+
655
+ #### Bug Fixes
656
+
657
+ - Fixed the `allowEdit` issue in mobile mode.
658
+
659
+ ### DateRangePicker
660
+
661
+ #### Bug Fixes
662
+
663
+ - Fixed the localization issue in preset `custom range` element.
664
+
665
+ ### TimePicker
666
+
667
+ #### Bug Fixes
668
+
669
+ - Fixed the component destroy issue when `showClearButton` in disabled state.
670
+
671
+ ## 16.4.42 (2018-12-14)
672
+
673
+ ### Calendar
674
+
675
+ #### New Features
676
+
677
+ - Added the Islamic calendar support.
678
+
679
+ ### DatePicker
680
+
681
+ #### New Features
682
+
683
+ - Added the Islamic DatePicker support.
684
+
685
+ ### DateTimePicker
686
+
687
+ #### New Features
688
+
689
+ - Added the Islamic DateTimePicker support.
690
+
691
+ ## 16.4.40-beta (2018-12-10)
692
+
693
+ ### DatePicker
694
+
695
+ #### Bug Fixes
696
+
697
+ - Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
698
+
699
+ ### TimePicker
700
+
701
+ #### Bug Fixes
702
+
703
+ - Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
704
+
705
+ ## 16.3.31 (2018-11-07)
706
+
707
+ ### DatePicker
708
+
709
+ #### Bug Fixes
710
+
711
+ - Fixed the form reset issue in Internet Explorer.
712
+
713
+ ### DateRangePicker
714
+
715
+ #### Bug Fixes
716
+
717
+ - Fixed the form reset issue in Internet Explorer.
718
+
719
+ ## 16.3.29 (2018-10-31)
720
+
721
+ ### DatePicker
722
+
723
+ #### Bug Fixes
724
+
725
+ - Added multiple class name support for the `cssClass` property.
726
+
727
+ ### DateRangePicker
728
+
729
+ #### Bug Fixes
730
+
731
+ - Added multiple class name support for the `cssClass` property.
732
+
733
+ ### TimePicker
734
+
735
+ #### Bug Fixes
736
+
737
+ - Added multiple class name support for the `cssClass` property.
738
+
739
+ ## 16.3.27 (2018-10-23)
740
+
741
+ ### DateRangePicker
742
+
743
+ #### Bug Fixes
744
+
745
+ - Fixed the form reset handler issue while destroying the component.
746
+
747
+ ## 16.3.25 (2018-10-15)
748
+
749
+ ### DateRangePicker
750
+
751
+ #### Bug Fixes
752
+
753
+ - Fixed the `strictMode` issue.
754
+
755
+ ## 16.3.17 (2018-09-12)
756
+
757
+ ### Calendar
758
+
759
+ #### New Features
760
+
761
+ - Multiple date selection support has been included.
762
+
763
+ ### DateTimePicker
764
+
765
+ #### Bug Fixes
766
+
767
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
768
+
769
+ ### DateRangePicker
770
+
771
+ #### Bug Fixes
772
+
773
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
774
+
775
+ ### TimePicker
776
+
777
+ #### Bug Fixes
778
+
779
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
780
+
781
+ ## 16.2.52 (2018-09-04)
782
+
783
+ ### DateTimePicker
784
+
785
+ #### Bug Fixes
786
+
787
+ - DateTimePicker value will now accept the date values (without time) while entering value in the input element.
788
+
789
+ ## 16.2.50 (2018-08-28)
790
+
791
+ ### DatePicker
792
+
793
+ #### Bug Fixes
794
+
795
+ - Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
796
+
797
+ - Fixed the validation issue in mobile devices.
798
+
799
+ ### DateRangePicker
800
+
801
+ #### Bug Fixes
802
+
803
+ - The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
804
+
805
+ - Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
806
+
807
+ ## 16.2.47 (2018-08-07)
808
+
809
+ ### DateRangePicker
810
+
811
+ #### Bug Fixes
812
+
813
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
814
+
815
+ - Angular form rest for the invalid value in the textbox issue has been fixed.
816
+
817
+ ### DatePicker
818
+
819
+ #### Bug Fixes
820
+
821
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
822
+
823
+ ### DateTimePicker
824
+
825
+ #### Bug Fixes
826
+
827
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
828
+
829
+ ### Calendar
830
+
831
+ #### Bug Fixes
832
+
833
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
834
+
835
+ ## 16.2.46 (2018-07-30)
836
+
837
+ ### DatePicker
838
+
839
+ #### New Features
840
+
841
+ - Support for `allowEdit` property has been provided for DatePicker component that allows to edit the value in the input element.
842
+
843
+ #### Bug Fixes
844
+
845
+ - Float label state are not restored after resetting the form issue has been fixed.
846
+
847
+ ### DateRangePicker
848
+
849
+ #### New Features
850
+
851
+ - Support for `allowEdit` property has been provided for DateRangePicker component that allows to edit the value in the input element.
852
+
853
+ ### DateTimePicker
854
+
855
+ #### New Features
856
+
857
+ - Support for `allowEdit` property has been provided for DateTimePicker component that allows to edit the value in the input element.
858
+
859
+ #### Bug Fixes
860
+
861
+ - Float label state are not restored after resetting the form issue has been fixed.
862
+
863
+ ### TimePicker
864
+
865
+ #### New Features
866
+
867
+ - Support for `allowEdit` property has been provided for TimePicker component that allows to edit the value in the input element.
868
+
869
+ #### Bug Fixes
870
+
871
+ - Float label state are not restored after resetting the form issue has been fixed.
872
+
873
+ ## 16.2.45 (2018-07-17)
874
+
875
+ ### DateRangePicker
876
+
877
+ #### New Features
878
+
879
+ - Added the custom object support for the value property with the start and end keys.
880
+
881
+ ## 16.2.44 (2018-07-10)
882
+
883
+ ### DateRangePicker
884
+
885
+ #### Bug Fixes
886
+
887
+ - Float label state are not restored after resetting the form issue has been fixed.
888
+
889
+ ## 16.2.43 (2018-07-03)
890
+
891
+ ### DateRangePicker
892
+
893
+ #### Bug Fixes
894
+
895
+ - Invalid value are not cleared in the textbox after resetting the form issue has been fixed.
896
+
897
+ ## 16.2.41 (2018-06-25)
898
+
899
+ ### Calendars
900
+
901
+ #### Breaking Changes
902
+
903
+ - Newly added `ColorPicker` component in input package requires `SplitButton` dependency, So now it's mandatory to include the `ej2-splitbuttons.umd.min.js` in system.js configuration if your using system.js module loader.
904
+ Update the `system.js` configuration while going with this version and above.
905
+
906
+ - Today button will act as a primary button in high contrast, bootstrap and fabric themes.
907
+
908
+ #### New Features
909
+
910
+ - Event arguments for all Calendar components has been streamlined.
911
+
912
+ ### DateRangePicker
913
+
914
+ #### Breaking Changes
915
+
916
+ - `Value` parameter obtained in change event argument has been changed from `string type to array of date object` and the `string` value from the input element can be obtained from the `text` parameter of the argument.
917
+
918
+ ### TimePicker
919
+
920
+ #### Breaking Changes
921
+
922
+ - In change event, the parameter `e` has been changed to `event`.
923
+
924
+ ## 16.1.49 (2018-06-20)
925
+
926
+ ### DateTimePicker
927
+
928
+ - TimePicker popup is not closing while clicking outside of the window issue has been fixed.
929
+
930
+ ## 16.1.48 (2018-06-13)
931
+
932
+ ### DateRangePicker
933
+
934
+ #### Bug Fixes
935
+
936
+ - Selection is not maintained in the month with start date in the left calendar, while performing drill down in the right calendar has been fixed.
937
+
938
+ ## 16.1.45 (2018-05-23)
939
+
940
+ ### DateRangePicker
941
+
942
+ #### New Features
943
+
944
+ - `DrillDown` support has been provided for DateRangePicker component that allows to quick navigate back and forth from month and year views to select a range easier.
945
+
946
+ - `Value` property support has been provided for DateRangePicker component to set a date range.
947
+
948
+ ## 16.1.42 (2018-05-15)
949
+
950
+ ### DateTimePicker
951
+
952
+ #### Bug Fixes
953
+
954
+ - `ngOnDestroy` related issues with destroying DateTimePicker component has been fixed.
955
+
956
+ ## 16.1.38 (2018-05-02)
957
+
958
+ ### Common
959
+
960
+ #### Bug Fixes
961
+
962
+ - Now, Date parser will return the `null` value while parsing invalid date string.
963
+
964
+ ## 16.1.35 (2018-04-17)
965
+
966
+ ### DateRangePicker
967
+
968
+ #### Bug Fixes
969
+
970
+ - `focusIn` and `focusOut` methods has been included.
971
+
972
+ - `focus` and `blur` events has been included.
973
+
974
+ ## 16.1.34 (2018-04-10)
975
+
976
+ ### Common
977
+
978
+ #### Bug Fixes
979
+
980
+ - Issue with Calendar date generation in `UTC+00:00` time zone has been fixed.
981
+
982
+ ## 16.1.33 (2018-04-03)
983
+
984
+ ### Common
985
+
986
+ #### Bug Fixes
987
+
988
+ - Rendering issue on going with `UTC+00:00` time zone has been fixed.
989
+
990
+ ## 16.1.32 (2018-03-29)
991
+
992
+ ### DateRangePicker
993
+
994
+ #### Bug Fixes
995
+
996
+ - DateRangePicker popup will not open while enabling the `readOnly` property.
997
+
998
+ ### DateTimePicker
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
1003
+
1004
+ - DateTimePicker throws script error while clicking today button in IE browser has been fixed.
1005
+
1006
+ #### Breaking Changes
1007
+
1008
+ - The out of range value will be the value of the component and highlighted with error class.
1009
+
1010
+ ### Calendar
1011
+
1012
+ #### Bug Fixes
1013
+
1014
+ - Calendar throws script error while clicking today button in IE browser has been fixed.
1015
+
1016
+ ### DatePicker
1017
+
1018
+ #### Bug Fixes
1019
+
1020
+ - DatePicker throws script error while clicking today button in IE browser has been fixed.
1021
+
1022
+ ### TimePicker
1023
+
1024
+ #### Breaking Changes
1025
+
1026
+ - The out of range value will be the value of the component and highlighted with error class.
1027
+
1028
+ ## 16.1.29 (2018-03-13)
1029
+
1030
+ ### Common
1031
+
1032
+ #### Bug Fixes
1033
+
1034
+ - `Width` property with string type value issue has been fixed.
1035
+
1036
+ ## 16.1.28 (2018-03-09)
1037
+
1038
+ ### DatePicker
1039
+
1040
+ #### Breaking Changes
1041
+
1042
+ - DatePicker maintains null value, while entering the out of range(min/max) issue has been fixed.
1043
+
1044
+ ## 16.1.24 (2018-02-22)
1045
+
1046
+ ### Common
1047
+
1048
+ #### Breaking Changes
1049
+
1050
+ - Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
1051
+
1052
+ - Event arguments and it's parameter values are same.
1053
+
1054
+ - Popup open in read-only mode issue has been fixed.
1055
+
1056
+ #### New Features
1057
+
1058
+ - High contrast theme support.
1059
+
1060
+ ### DateRangePicker
1061
+
1062
+ #### New Features
1063
+
1064
+ - DateRangePicker rendered based on the screen resolution.
1065
+
1066
+ - `DateTime` support has been provided for DateRangePicker.
1067
+
1068
+ - Input type `date` has been handled in DateRangePicker.
1069
+
1070
+ ### DatePicker
1071
+
1072
+ #### Breaking Changes
1073
+
1074
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1075
+
1076
+ - Focus the input when select the value from the DatePicker popup.
1077
+
1078
+ #### New Features
1079
+
1080
+ - `Today` button support has been provided for DatePicker.
1081
+
1082
+ - Input type `date` has been handled in DatePicker.
1083
+
1084
+ ### TimePicker
1085
+
1086
+ #### Breaking Changes
1087
+
1088
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1089
+
1090
+ #### New Features
1091
+
1092
+ - Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
1093
+
1094
+ - Input type `time` has been handled in TimePicker.
1095
+
1096
+ - Added `scrollTo` support for the TimePicker which is used to set the scroll position to the given time value when no value is selected in the popup list or the given value is not present in the popup list.
1097
+
1098
+ ### Calendar
1099
+
1100
+ #### Breaking Changes
1101
+
1102
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1103
+
1104
+ #### New Features
1105
+
1106
+ - `Today` button support has been provided for Calendar.
1107
+
1108
+ ### DateTimePicker
1109
+
1110
+ DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
1111
+
1112
+ - **Range Restriction** – Allows to select a date and time within a specified range.
1113
+
1114
+ - **Format** – Formatting the value displayed in a textbox.
1115
+
1116
+ - **Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
1117
+
1118
+ - **Strict Mode** - Allows to enter the only valid date and time in a textbox.
1119
+
1120
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DateTimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1121
+
1122
+ ## 15.4.26-preview (2018-01-23)
1123
+
1124
+ ### DateRangePicker
1125
+
1126
+ #### Bug Fixes
1127
+
1128
+ - Select event will be triggered when selecting the start and end date.
1129
+
1130
+ ## 15.4.25-preview (2018-01-09)
1131
+
1132
+ ### DatePicker
1133
+
1134
+ #### Bug Fixes
1135
+
1136
+ - Width and form validation related issues has been fixed.
1137
+
1138
+ ## 15.4.23-preview (2017-12-27)
1139
+
1140
+ ### Common
1141
+
1142
+ #### New Features
1143
+
1144
+ - Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
1145
+
1146
+ #### Breaking Changes
1147
+
1148
+ - Modified the module bundle file name for ES6 bundling.
1149
+
1150
+ ### DatePicker, DateRangePicker and TimePicker
1151
+
1152
+ #### Bug Fixes
1153
+
1154
+ - Popup repositions will not work while scrolling on the fixed element, this has been fixed.
1155
+
1156
+ ## 15.4.21-preview (2017-12-08)
1157
+
1158
+ ### DatePicker
1159
+
1160
+ #### Bug Fixes
1161
+
1162
+ - Popup position issue in mobile layout has been fixed.
1163
+
1164
+ ## 15.4.20-preview (2017-12-01)
1165
+
1166
+ ### Common
1167
+
1168
+ #### New Features
1169
+
1170
+ - Upgraded TypeScript version to 2.6.2
1171
+
1172
+ ### Calendar
1173
+
1174
+ #### Bug Fixes
1175
+
1176
+ - issue on rendering the current month in European Time zone has been fixed.
1177
+
1178
+ ### DatePicker
1179
+
1180
+ #### Bug Fixes
1181
+
1182
+ - issue on rendering the current month in European Time zone has been fixed.
1183
+ - **showClearButton** - Allows to clear the textbox and model values.
1184
+ - **zIndex** - allows to set the z-index value to the popup element.
1185
+
1186
+ ### DateRangePicker
1187
+
1188
+ #### Bug Fixes
1189
+
1190
+ - **showClearButton** - Allows to clear the textbox and model values.
1191
+ - **zIndex** - allows to set the z-index value to the popup element.
1192
+
1193
+ ### TimePicker
1194
+
1195
+ #### Bug Fixes
1196
+
1197
+ - **showClearButton** - Allows to clear the textbox and model values.
1198
+ - **zIndex** - allows to set the z-index value to the popup element.
1199
+
1200
+ ## 15.4.17-preview (2017-11-13)
1201
+
1202
+ ### Calendar
1203
+
1204
+ Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
1205
+
1206
+ - **Range Restriction** - Allows to select a date within a specified date range.
1207
+
1208
+ - **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1209
+
1210
+ - **Customization** - Allows to customize the each day cell of the calendar.
1211
+
1212
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Calendar component features through the keyboard, screen readers, or other assistive technology devices.
1213
+
1214
+ ### DatePicker
1215
+
1216
+ DatePicker component for selecting or entering a date with options for disabling dates,
1217
+ restricting selection and showing custom events.
1218
+
1219
+ - **Range Restriction** - Allows to select a date within a specified date range.
1220
+
1221
+ - **Format** - Formatting the value displayed in a textbox.
1222
+
1223
+ - **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1224
+
1225
+ - **Customization** - Allows to customize the each day cell of the calendar.
1226
+
1227
+ - **StrictMode** - Allows to entering the only valid date in a textbox.
1228
+
1229
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DatePicker component features through the keyboard, screen readers, or other assistive technology devices.
1230
+
1231
+ ### DateRangePicker
1232
+
1233
+ DateRangePicker component that allows user to select the date range from the calendar
1234
+ or entering the range through the input element.
1235
+
1236
+ - **Presets** - Allows to define the customized predefined set of ranges.
1237
+
1238
+ - **Day Span** - Select the data span between the ranges to avoid excess or less date selection.
1239
+
1240
+ - **Range Restriction** - Control the date range selection within a specified range.
1241
+
1242
+ - **Format** - Formatting the value displayed in a textbox.
1243
+
1244
+ - **Customization** - Allows to customize the each day cell of the calendar.
1245
+
1246
+ - **StrictMode** - Allows to entering the only valid date in a textbox.
1247
+
1248
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DateRangePicker component features through the keyboard, screen readers, or other assistive technology devices.
1249
+
1250
+ ### TimePicker
1251
+
1252
+ TimePicker component is the pre-filled dropdown list with the time values 12/24 hours format, that allows to select a time from the list.
1253
+
1254
+ - **Range Restriction** - Allows to select a time within a specified time range.
1255
+
1256
+ - **Format** - Formatting the value displayed in a textbox.
1257
+
1258
+ - **Step** - Provides the option to increment/decrement time value in a popup list.
1259
+
1260
+ - **StrictMode** - Allows to entering the only valid time in a textbox.
1261
+
1262
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.## 19.3.56 (2021-12-02)
1263
+
1264
+ ### TimePicker
1265
+
1266
+ #### Bug Fixes
1267
+
1268
+ - `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
1269
+
1270
+ - `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
1271
+
1272
+ ## 19.3.44 (2021-10-05)
1273
+
1274
+ ### DateTimePicker
1275
+
1276
+ #### Bug Fixes
1277
+
1278
+ - `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1279
+
1280
+ ### DatePicker
1281
+
1282
+ #### Bug Fixes
1283
+
1284
+ - `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
1285
+
1286
+ ## 19.2.62 (2021-09-14)
1287
+
1288
+ ### DateTimePicker
1289
+
1290
+ #### Bug Fixes
1291
+
1292
+ - `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1293
+
1294
+ ## 19.2.47 (2021-07-13)
1295
+
1296
+ ### DatePicker
1297
+
1298
+ #### Bug Fixes
1299
+
1300
+ - `#I334467` - Issue with "input is not disabled while disabling the `formControlName` using form group" has been resolved.
1301
+
1302
+ ## 19.1.64 (2021-05-19)
1303
+
1304
+ ### DateRangePicker
1305
+
1306
+ #### Bug Fixes
1307
+
1308
+ - `#I325926` - Issue with "custom range popup shows always in the presets popup while rendering the component with preset range as date time value and selecting any presets range from popup" has been resolved.
1309
+
1310
+ ## 19.1.55 (2021-04-06)
1311
+
1312
+ ### DatePicker
1313
+
1314
+ #### Bug Fixes
1315
+
1316
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1317
+
1318
+ ### DateRangePicker
1319
+
1320
+ #### Bug Fixes
1321
+
1322
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1323
+
1324
+ ### DateTimePicker
1325
+
1326
+ #### Bug Fixes
1327
+
1328
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1329
+
1330
+ ## 18.4.43 (2021-02-16)
1331
+
1332
+ ### DatePicker
1333
+
1334
+ #### Bug Fixes
1335
+
1336
+ - `#314484` - Issue with "dirty and pristine are not updated properly while resetting the form" has been resolved.
1337
+
1338
+ ## 18.4.39 (2021-01-28)
1339
+
1340
+ ### DatePicker
1341
+
1342
+ #### Bug Fixes
1343
+
1344
+ - `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
1345
+
1346
+ ## 18.4.35 (2021-01-19)
1347
+
1348
+ ### Calendar
1349
+
1350
+ #### New Features
1351
+
1352
+ - `#302472` - Now, you can change the rule for defining the first week of the year using `weekRule` property.
1353
+
1354
+ ## 18.4.31 (2020-12-22)
1355
+
1356
+ ### DateRangePicker
1357
+
1358
+ #### Bug Fixes
1359
+
1360
+ - `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
1361
+
1362
+ ## 18.3.42 (2020-10-20)
1363
+
1364
+ ### Calendar
1365
+
1366
+ #### Bug Fixes
1367
+
1368
+ - `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
1369
+
1370
+ ## 18.1.53 (2020-05-19)
1371
+
1372
+ ### DatePicker
1373
+
1374
+ #### Bug Fixes
1375
+
1376
+ - `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
1377
+