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