@syncfusion/ej2-angular-calendars 22.2.9 → 22.2.10-ngcc

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