@syncfusion/ej2-angular-calendars 31.1.19 → 31.1.20-ngcc

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