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