@syncfusion/ej2-angular-calendars 20.2.43 → 20.2.46-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 +1342 -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 +0 -13
  293. package/styles/bootstrap.css +0 -13
  294. package/styles/bootstrap4.css +0 -13
  295. package/styles/bootstrap5-dark.css +2 -17
  296. package/styles/bootstrap5.css +2 -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 +0 -3
  328. package/styles/datepicker/bootstrap-dark.scss +1 -7
  329. package/styles/datepicker/bootstrap.css +0 -3
  330. package/styles/datepicker/bootstrap.scss +1 -7
  331. package/styles/datepicker/bootstrap4.css +0 -3
  332. package/styles/datepicker/bootstrap4.scss +1 -7
  333. package/styles/datepicker/bootstrap5-dark.css +1 -4
  334. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  335. package/styles/datepicker/bootstrap5.css +1 -4
  336. package/styles/datepicker/bootstrap5.scss +1 -7
  337. package/styles/datepicker/fabric-dark.css +0 -3
  338. package/styles/datepicker/fabric-dark.scss +1 -7
  339. package/styles/datepicker/fabric.css +0 -3
  340. package/styles/datepicker/fabric.scss +1 -7
  341. package/styles/datepicker/fluent-dark.css +1 -4
  342. package/styles/datepicker/fluent-dark.scss +1 -7
  343. package/styles/datepicker/fluent.css +1 -4
  344. package/styles/datepicker/fluent.scss +1 -7
  345. package/styles/datepicker/highcontrast-light.css +0 -3
  346. package/styles/datepicker/highcontrast-light.scss +1 -7
  347. package/styles/datepicker/highcontrast.css +0 -3
  348. package/styles/datepicker/highcontrast.scss +1 -7
  349. package/styles/datepicker/material-dark.css +0 -3
  350. package/styles/datepicker/material-dark.scss +1 -7
  351. package/styles/datepicker/material.css +0 -3
  352. package/styles/datepicker/material.scss +1 -7
  353. package/styles/datepicker/tailwind-dark.css +1 -4
  354. package/styles/datepicker/tailwind-dark.scss +1 -7
  355. package/styles/datepicker/tailwind.css +1 -4
  356. package/styles/datepicker/tailwind.scss +1 -7
  357. package/styles/daterangepicker/bootstrap-dark.css +0 -3
  358. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  359. package/styles/daterangepicker/bootstrap.css +0 -3
  360. package/styles/daterangepicker/bootstrap.scss +1 -7
  361. package/styles/daterangepicker/bootstrap4.css +0 -3
  362. package/styles/daterangepicker/bootstrap4.scss +1 -7
  363. package/styles/daterangepicker/bootstrap5-dark.css +1 -4
  364. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  365. package/styles/daterangepicker/bootstrap5.css +1 -4
  366. package/styles/daterangepicker/bootstrap5.scss +1 -7
  367. package/styles/daterangepicker/fabric-dark.css +0 -3
  368. package/styles/daterangepicker/fabric-dark.scss +1 -7
  369. package/styles/daterangepicker/fabric.css +0 -3
  370. package/styles/daterangepicker/fabric.scss +1 -7
  371. package/styles/daterangepicker/fluent-dark.css +1 -4
  372. package/styles/daterangepicker/fluent-dark.scss +1 -7
  373. package/styles/daterangepicker/fluent.css +1 -4
  374. package/styles/daterangepicker/fluent.scss +1 -7
  375. package/styles/daterangepicker/highcontrast-light.css +0 -3
  376. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  377. package/styles/daterangepicker/highcontrast.css +0 -3
  378. package/styles/daterangepicker/highcontrast.scss +1 -7
  379. package/styles/daterangepicker/material-dark.css +0 -3
  380. package/styles/daterangepicker/material-dark.scss +1 -7
  381. package/styles/daterangepicker/material.css +0 -3
  382. package/styles/daterangepicker/material.scss +1 -7
  383. package/styles/daterangepicker/tailwind-dark.css +1 -5
  384. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  385. package/styles/daterangepicker/tailwind.css +1 -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 +0 -13
  418. package/styles/fabric.css +0 -13
  419. package/styles/fluent-dark.css +2 -17
  420. package/styles/fluent.css +2 -17
  421. package/styles/highcontrast-light.css +0 -13
  422. package/styles/highcontrast.css +0 -13
  423. package/styles/material-dark.css +0 -13
  424. package/styles/material.css +0 -13
  425. package/styles/tailwind-dark.css +2 -19
  426. package/styles/tailwind.css +2 -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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-calendars.es5.js","sources":["~/@syncfusion/ej2-angular-calendars/ej2-angular-calendars.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/presets.directive.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.module.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {CalendarComponent,CalendarModule,CalendarAllModule,IslamicService,DatePickerComponent,DatePickerModule,DatePickerAllModule,MaskedDateTimeService,TimePickerComponent,TimePickerModule,TimePickerAllModule,PresetDirective,PresetsDirective,DateRangePickerComponent,DateRangePickerModule,DateRangePickerAllModule,DateTimePickerComponent,DateTimePickerModule,DateTimePickerAllModule,CalendarView,CalendarType,DayHeaderFormats,WeekRule,CalendarBase,Calendar,NavigatedEventArgs,RenderDayCellEventArgs,ChangedEventArgs,IslamicObject,FocusEventArgs,BlurEventArgs,ClearedEventArgs,Islamic,IslamicDateArgs,CalendarBaseModel,CalendarModel,FormatObject,DatePicker,PopupObjectArgs,PreventableEventArgs,DatePickerModel,Presets,DateRange,RangeEventArgs,RangePopupEventArgs,RangeFormatObject,DateRangePicker,PresetsModel,DateRangePickerModel,ChangeEventArgs,ItemEventArgs,CursorPositionDetails,MeridianText,TimeFormatObject,PopupEventArgs,TimePickerBase,TimeMaskPlaceholder,TimePicker,TimeMaskPlaceholderModel,TimePickerModel,DateTimePicker,DateTimePickerModel,MaskedDateTime,events,IMaskedDateTime} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/calendar/calendar.component';\nexport {inputs as ɵc,outputs as ɵd} from './src/datepicker/datepicker.component';\nexport {inputs as ɵg,outputs as ɵh} from './src/daterangepicker/daterangepicker.component';\nexport {inputs as ɵi,outputs as ɵj} from './src/datetimepicker/datetimepicker.component';\nexport {inputs as ɵe,outputs as ɵf} from './src/timepicker/timepicker.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DateTimePickerComponent } from './datetimepicker.component';\nimport { DateTimePickerModule } from './datetimepicker.module';\n/**\n * NgModule definition for the DateTimePicker component with providers.\n */\nexport class DateTimePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DateTimePickerModule],\n exports: [\n DateTimePickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateTimePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateTimePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateTimePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DateTimePickerComponent } from './datetimepicker.component';\n/**\n * NgModule definition for the DateTimePicker component.\n */\nexport class DateTimePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DateTimePickerComponent\n ],\n exports: [\n DateTimePickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateTimePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateTimePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateTimePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DateTimePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enableMask','enablePersistence','enableRtl','enabled','firstDayOfWeek','floatLabelType','format','htmlAttributes','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','showClearButton','showTodayButton','start','step','strictMode','timeFormat','value','values','weekNumber','weekRule','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular DateTimePicker Component.\n * ```html\n * <ejs-datetimepicker [value]='dateTime'></ejs-datetimepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DateTimePickerComponent extends DateTimePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-datetimepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateTimePickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DateTimePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDateTimePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateTimePickerComponent.ctorParameters;\n/** @type {?} */\nDateTimePickerComponent.prototype.formCompContext;\n/** @type {?} */\nDateTimePickerComponent.prototype.formContext;\n/** @type {?} */\nDateTimePickerComponent.prototype.tagObjects;\n/** @type {?} */\nDateTimePickerComponent.prototype.blur;\n/** @type {?} */\nDateTimePickerComponent.prototype.change;\n/** @type {?} */\nDateTimePickerComponent.prototype.cleared;\n/** @type {?} */\nDateTimePickerComponent.prototype.close;\n/** @type {?} */\nDateTimePickerComponent.prototype.created;\n/** @type {?} */\nDateTimePickerComponent.prototype.destroyed;\n/** @type {?} */\nDateTimePickerComponent.prototype.focus;\n/** @type {?} */\nDateTimePickerComponent.prototype.navigated;\n/** @type {?} */\nDateTimePickerComponent.prototype.open;\n/** @type {?} */\nDateTimePickerComponent.prototype.renderDayCell;\n/** @type {?} */\nDateTimePickerComponent.prototype.valueChange;\n/** @type {?} */\nDateTimePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nDateTimePickerComponent.prototype.registerEvents;\n/** @type {?} */\nDateTimePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nDateTimePickerComponent.prototype.ngEle;\n/** @type {?} */\nDateTimePickerComponent.prototype.srenderer;\n/** @type {?} */\nDateTimePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDateTimePickerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PresetDirective, PresetsDirective } from './presets.directive';\nimport { DateRangePickerComponent } from './daterangepicker.component';\nimport { DateRangePickerModule } from './daterangepicker.module';\n/**\n * NgModule definition for the DateRangePicker component with providers.\n */\nexport class DateRangePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DateRangePickerModule],\n exports: [\n DateRangePickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateRangePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateRangePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateRangePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PresetDirective, PresetsDirective } from './presets.directive';\nimport { DateRangePickerComponent } from './daterangepicker.component';\n/**\n * NgModule definition for the DateRangePicker component.\n */\nexport class DateRangePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DateRangePickerComponent,\n PresetDirective,\n PresetsDirective\n ],\n exports: [\n DateRangePickerComponent,\n PresetDirective,\n PresetsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DateRangePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDateRangePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateRangePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DateRangePicker } from '@syncfusion/ej2-calendars';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { PresetsDirective } from './presets.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enablePersistence','enableRtl','enabled','endDate','firstDayOfWeek','floatLabelType','format','htmlAttributes','keyConfigs','locale','max','maxDays','min','minDays','openOnFocus','placeholder','presets','readonly','separator','serverTimezoneOffset','showClearButton','start','startDate','strictMode','value','weekNumber','weekRule','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','select','startDateChange','endDateChange','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['startDate', 'endDate', 'value'];\n/**\n * Represents the Essential JS 2 Angular DateRangePicker Component.\n * ```html\n * <ejs-daterangepicker [startDate]='date' [endDate]='date'></ejs-daterangepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DateRangePickerComponent extends DateRangePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\n\tselect: any;\n\tstartDateChange: any;\n\tendDateChange: any;\npublic valueChange: any;\npublic childPresets: any;\npublic tags: string[] = ['presets'];\n/**\n * Specifies the initial view of the Calendar when it is opened. \n * With the help of this property, initial view can be changed to year or decade view.\n * \\@default Month\n */\n@Template()\n public start: any;\n \n @Template()\npublic end: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPresets;\n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-daterangepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateRangePickerComponent),\n multi: true\n }\n ],\n queries: {\n childPresets: new ContentChild(PresetsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'start': [{ type: ContentChild, args: ['start', ] },],\n'end': [{ type: ContentChild, args: ['end', ] },],\n};\n}\n\nfunction DateRangePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDateRangePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDateRangePickerComponent.ctorParameters;\n/** @type {?} */\nDateRangePickerComponent.propDecorators;\n/** @type {?} */\nDateRangePickerComponent.prototype.formCompContext;\n/** @type {?} */\nDateRangePickerComponent.prototype.formContext;\n/** @type {?} */\nDateRangePickerComponent.prototype.tagObjects;\n/** @type {?} */\nDateRangePickerComponent.prototype.blur;\n/** @type {?} */\nDateRangePickerComponent.prototype.change;\n/** @type {?} */\nDateRangePickerComponent.prototype.cleared;\n/** @type {?} */\nDateRangePickerComponent.prototype.close;\n/** @type {?} */\nDateRangePickerComponent.prototype.created;\n/** @type {?} */\nDateRangePickerComponent.prototype.destroyed;\n/** @type {?} */\nDateRangePickerComponent.prototype.focus;\n/** @type {?} */\nDateRangePickerComponent.prototype.navigated;\n/** @type {?} */\nDateRangePickerComponent.prototype.open;\n/** @type {?} */\nDateRangePickerComponent.prototype.renderDayCell;\n/** @type {?} */\nDateRangePickerComponent.prototype.select;\n/** @type {?} */\nDateRangePickerComponent.prototype.startDateChange;\n/** @type {?} */\nDateRangePickerComponent.prototype.endDateChange;\n/** @type {?} */\nDateRangePickerComponent.prototype.valueChange;\n/** @type {?} */\nDateRangePickerComponent.prototype.childPresets;\n/** @type {?} */\nDateRangePickerComponent.prototype.tags;\n/**\n * Specifies the initial view of the Calendar when it is opened. \n * With the help of this property, initial view can be changed to year or decade view.\n * \\@default Month\n * @type {?}\n */\nDateRangePickerComponent.prototype.start;\n/** @type {?} */\nDateRangePickerComponent.prototype.end;\n/** @type {?} */\nDateRangePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nDateRangePickerComponent.prototype.registerEvents;\n/** @type {?} */\nDateRangePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nDateRangePickerComponent.prototype.ngEle;\n/** @type {?} */\nDateRangePickerComponent.prototype.srenderer;\n/** @type {?} */\nDateRangePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDateRangePickerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['end', 'label', 'start'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-presets' directive represent a presets of angular daterangepicker \n * It must be contained in a daterangepicker component(`ej-daterangepicker`). \n * ```html\n * <ejs-daterangepicker id='range'> \n * <e-presets>\n * <e-preset label='Last Week' [start]=new Date('06/07/2018') [end]= new Date('06/01/2018')></e-preset>\n * <e-preset label='Last Month' [start]=new Date('06/07/2018') [end]= new Date('05/07/2018')></e-preset>\n * </e-presets>\n * </ejs-daterangepicker>\n * ```\n */\nexport class PresetDirective extends ComplexBase<PresetDirective> {\npublic directivePropList: any;\n/**\n * Defines the end date of the preset range\n */\npublic end: any;\n/**\n * Defines the label string of the preset range.\n */\npublic label: any;\n/**\n * Defines the start date of the preset range.\n */\npublic start: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-presets>e-preset',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction PresetDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPresetDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPresetDirective.ctorParameters;\n/** @type {?} */\nPresetDirective.prototype.directivePropList;\n/**\n * Defines the end date of the preset range\n * @type {?}\n */\nPresetDirective.prototype.end;\n/**\n * Defines the label string of the preset range.\n * @type {?}\n */\nPresetDirective.prototype.label;\n/**\n * Defines the start date of the preset range.\n * @type {?}\n */\nPresetDirective.prototype.start;\n/** @type {?} */\nPresetDirective.prototype.viewContainerRef;\n}\n\n/**\n * Preset Array Directive\n */\nexport class PresetsDirective extends ArrayBase<PresetsDirective> {\nconstructor() {\n super('presets');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-daterangepicker>e-presets',\n queries: {\n children: new ContentChildren(PresetDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PresetsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPresetsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPresetsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimePickerComponent } from './timepicker.component';\nimport { TimePickerModule } from './timepicker.module';\n/**\n * NgModule definition for the TimePicker component with providers.\n */\nexport class TimePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TimePickerModule],\n exports: [\n TimePickerModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TimePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTimePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TimePickerComponent } from './timepicker.component';\n/**\n * NgModule definition for the TimePicker component.\n */\nexport class TimePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TimePickerComponent\n ],\n exports: [\n TimePickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TimePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTimePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { TimePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','cssClass','enableMask','enablePersistence','enableRtl','enabled','floatLabelType','format','htmlAttributes','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','showClearButton','step','strictMode','value','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','itemRender','open','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular TimePicker Component.\n * ```html\n * <ejs-timepicker [value]='dateTime'></ejs-timepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class TimePickerComponent extends TimePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\titemRender: any;\n\topen: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-timepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => TimePickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction TimePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTimePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimePickerComponent.ctorParameters;\n/** @type {?} */\nTimePickerComponent.prototype.formCompContext;\n/** @type {?} */\nTimePickerComponent.prototype.formContext;\n/** @type {?} */\nTimePickerComponent.prototype.tagObjects;\n/** @type {?} */\nTimePickerComponent.prototype.blur;\n/** @type {?} */\nTimePickerComponent.prototype.change;\n/** @type {?} */\nTimePickerComponent.prototype.cleared;\n/** @type {?} */\nTimePickerComponent.prototype.close;\n/** @type {?} */\nTimePickerComponent.prototype.created;\n/** @type {?} */\nTimePickerComponent.prototype.destroyed;\n/** @type {?} */\nTimePickerComponent.prototype.focus;\n/** @type {?} */\nTimePickerComponent.prototype.itemRender;\n/** @type {?} */\nTimePickerComponent.prototype.open;\n/** @type {?} */\nTimePickerComponent.prototype.valueChange;\n/** @type {?} */\nTimePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nTimePickerComponent.prototype.registerEvents;\n/** @type {?} */\nTimePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nTimePickerComponent.prototype.ngEle;\n/** @type {?} */\nTimePickerComponent.prototype.srenderer;\n/** @type {?} */\nTimePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nTimePickerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DatePickerComponent } from './datepicker.component';\nimport { DatePickerModule } from './datepicker.module';\nimport {MaskedDateTime} from '@syncfusion/ej2-calendars';\n\n\nexport const /** @type {?} */ MaskedDateTimeService: ValueProvider = { provide: 'CalendarsMaskedDateTime', useValue: MaskedDateTime};\n/**\n * NgModule definition for the DatePicker component with providers.\n */\nexport class DatePickerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DatePickerModule],\n exports: [\n DatePickerModule\n ],\n providers:[\n MaskedDateTimeService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DatePickerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDatePickerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDatePickerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DatePickerComponent } from './datepicker.component';\n/**\n * NgModule definition for the DatePicker component.\n */\nexport class DatePickerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DatePickerComponent\n ],\n exports: [\n DatePickerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DatePickerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDatePickerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDatePickerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { DatePicker } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['allowEdit','calendarMode','cssClass','dayHeaderFormat','depth','enableMask','enablePersistence','enableRtl','enabled','firstDayOfWeek','floatLabelType','format','htmlAttributes','isMultiSelection','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','serverTimezoneOffset','showClearButton','showTodayButton','start','strictMode','value','values','weekNumber','weekRule','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['blur','change','cleared','close','created','destroyed','focus','navigated','open','renderDayCell','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * Represents the Essential JS 2 Angular DatePicker Component.\n * ```html\n * <ejs-datepicker [value]='date'></ejs-datepicker>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class DatePickerComponent extends DatePicker implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcleared: any;\n\tclose: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tnavigated: any;\n\topen: any;\n\trenderDayCell: any;\npublic valueChange: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('CalendarsMaskedDateTime');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-datepicker',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DatePickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DatePickerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDatePickerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDatePickerComponent.ctorParameters;\n/** @type {?} */\nDatePickerComponent.prototype.formCompContext;\n/** @type {?} */\nDatePickerComponent.prototype.formContext;\n/** @type {?} */\nDatePickerComponent.prototype.tagObjects;\n/** @type {?} */\nDatePickerComponent.prototype.blur;\n/** @type {?} */\nDatePickerComponent.prototype.change;\n/** @type {?} */\nDatePickerComponent.prototype.cleared;\n/** @type {?} */\nDatePickerComponent.prototype.close;\n/** @type {?} */\nDatePickerComponent.prototype.created;\n/** @type {?} */\nDatePickerComponent.prototype.destroyed;\n/** @type {?} */\nDatePickerComponent.prototype.focus;\n/** @type {?} */\nDatePickerComponent.prototype.navigated;\n/** @type {?} */\nDatePickerComponent.prototype.open;\n/** @type {?} */\nDatePickerComponent.prototype.renderDayCell;\n/** @type {?} */\nDatePickerComponent.prototype.valueChange;\n/** @type {?} */\nDatePickerComponent.prototype.skipFromEvent;\n/** @type {?} */\nDatePickerComponent.prototype.registerEvents;\n/** @type {?} */\nDatePickerComponent.prototype.addTwoWay;\n/** @type {?} */\nDatePickerComponent.prototype.ngEle;\n/** @type {?} */\nDatePickerComponent.prototype.srenderer;\n/** @type {?} */\nDatePickerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDatePickerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CalendarComponent } from './calendar.component';\nimport { CalendarModule } from './calendar.module';\nimport {Islamic} from '@syncfusion/ej2-calendars';\n\n\nexport const /** @type {?} */ IslamicService: ValueProvider = { provide: 'CalendarsIslamic', useValue: Islamic};\n/**\n * NgModule definition for the Calendar component with providers.\n */\nexport class CalendarAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, CalendarModule],\n exports: [\n CalendarModule\n ],\n providers:[\n IslamicService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CalendarAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCalendarAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCalendarAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CalendarComponent } from './calendar.component';\n/**\n * NgModule definition for the Calendar component.\n */\nexport class CalendarModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n CalendarComponent\n ],\n exports: [\n CalendarComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CalendarModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCalendarModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCalendarModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Calendar } from '@syncfusion/ej2-calendars';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['calendarMode','cssClass','dayHeaderFormat','depth','enablePersistence','enableRtl','enabled','firstDayOfWeek','isMultiSelection','keyConfigs','locale','max','min','serverTimezoneOffset','showTodayButton','start','value','values','weekNumber','weekRule'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'change','created','destroyed','navigated','renderDayCell','valueChange','valuesChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value', 'values'];\n/**\n * Represents the Essential JS 2 Angular Calendar Component.\n * ```html\n * <ejs-calendar [value]='date'></ejs-calendar>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class CalendarComponent extends Calendar implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tnavigated: any;\n\trenderDayCell: any;\n\tvalueChange: any;\npublic valuesChange: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('CalendarsIslamic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-calendar',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => CalendarComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction CalendarComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nCalendarComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCalendarComponent.ctorParameters;\n/** @type {?} */\nCalendarComponent.prototype.formCompContext;\n/** @type {?} */\nCalendarComponent.prototype.formContext;\n/** @type {?} */\nCalendarComponent.prototype.tagObjects;\n/** @type {?} */\nCalendarComponent.prototype.change;\n/** @type {?} */\nCalendarComponent.prototype.created;\n/** @type {?} */\nCalendarComponent.prototype.destroyed;\n/** @type {?} */\nCalendarComponent.prototype.navigated;\n/** @type {?} */\nCalendarComponent.prototype.renderDayCell;\n/** @type {?} */\nCalendarComponent.prototype.valueChange;\n/** @type {?} */\nCalendarComponent.prototype.valuesChange;\n/** @type {?} */\nCalendarComponent.prototype.focus;\n/** @type {?} */\nCalendarComponent.prototype.blur;\n/** @type {?} */\nCalendarComponent.prototype.registerEvents;\n/** @type {?} */\nCalendarComponent.prototype.addTwoWay;\n/** @type {?} */\nCalendarComponent.prototype.ngEle;\n/** @type {?} */\nCalendarComponent.prototype.srenderer;\n/** @type {?} */\nCalendarComponent.prototype.viewContainerRef;\n/** @type {?} */\nCalendarComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays"],"mappings":"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"}