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

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