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