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