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