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