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