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