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