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