@syncfusion/ej2-angular-calendars 22.2.11 → 22.2.12-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (346) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +961 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1418 -0
  6. package/dist/ej2-angular-calendars.umd.js +1073 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/calendar/calendar-all.module.d.ts +0 -6
  18. package/src/calendar/calendar.component.d.ts +0 -3
  19. package/src/calendar/calendar.module.d.ts +0 -6
  20. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  21. package/src/datepicker/datepicker.component.d.ts +0 -3
  22. package/src/datepicker/datepicker.module.d.ts +0 -6
  23. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  24. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  25. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  26. package/src/daterangepicker/presets.directive.d.ts +0 -5
  27. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  28. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  29. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  30. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  31. package/src/timepicker/timepicker.component.d.ts +0 -3
  32. package/src/timepicker/timepicker.module.d.ts +0 -6
  33. package/styles/calendar/bootstrap-dark.scss +1 -5
  34. package/styles/calendar/bootstrap.scss +1 -5
  35. package/styles/calendar/bootstrap4.scss +1 -5
  36. package/styles/calendar/bootstrap5-dark.scss +1 -5
  37. package/styles/calendar/bootstrap5.scss +1 -5
  38. package/styles/calendar/fabric-dark.scss +1 -5
  39. package/styles/calendar/fabric.scss +1 -5
  40. package/styles/calendar/fluent-dark.scss +1 -5
  41. package/styles/calendar/fluent.scss +1 -5
  42. package/styles/calendar/highcontrast-light.scss +1 -5
  43. package/styles/calendar/highcontrast.scss +1 -5
  44. package/styles/calendar/material-dark.css +1 -1
  45. package/styles/calendar/material-dark.scss +1 -5
  46. package/styles/calendar/material.scss +1 -5
  47. package/styles/calendar/material3-dark.scss +1 -5
  48. package/styles/calendar/material3.scss +1 -5
  49. package/styles/calendar/tailwind-dark.scss +1 -5
  50. package/styles/calendar/tailwind.scss +1 -5
  51. package/styles/datepicker/bootstrap-dark.scss +1 -7
  52. package/styles/datepicker/bootstrap.scss +1 -7
  53. package/styles/datepicker/bootstrap4.scss +1 -7
  54. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  55. package/styles/datepicker/bootstrap5.scss +1 -7
  56. package/styles/datepicker/fabric-dark.scss +1 -7
  57. package/styles/datepicker/fabric.scss +1 -7
  58. package/styles/datepicker/fluent-dark.scss +1 -7
  59. package/styles/datepicker/fluent.scss +1 -7
  60. package/styles/datepicker/highcontrast-light.scss +1 -7
  61. package/styles/datepicker/highcontrast.scss +1 -7
  62. package/styles/datepicker/material-dark.css +1 -1
  63. package/styles/datepicker/material-dark.scss +1 -7
  64. package/styles/datepicker/material.scss +1 -7
  65. package/styles/datepicker/material3-dark.scss +1 -7
  66. package/styles/datepicker/material3.scss +1 -7
  67. package/styles/datepicker/tailwind-dark.scss +1 -7
  68. package/styles/datepicker/tailwind.scss +1 -7
  69. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  70. package/styles/daterangepicker/bootstrap.scss +1 -7
  71. package/styles/daterangepicker/bootstrap4.scss +1 -7
  72. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  73. package/styles/daterangepicker/bootstrap5.scss +1 -7
  74. package/styles/daterangepicker/fabric-dark.scss +1 -7
  75. package/styles/daterangepicker/fabric.scss +1 -7
  76. package/styles/daterangepicker/fluent-dark.scss +1 -7
  77. package/styles/daterangepicker/fluent.scss +1 -7
  78. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  79. package/styles/daterangepicker/highcontrast.scss +1 -7
  80. package/styles/daterangepicker/material-dark.css +1 -1
  81. package/styles/daterangepicker/material-dark.scss +1 -7
  82. package/styles/daterangepicker/material.scss +1 -7
  83. package/styles/daterangepicker/material3-dark.scss +1 -7
  84. package/styles/daterangepicker/material3.scss +1 -7
  85. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  86. package/styles/daterangepicker/tailwind.scss +1 -7
  87. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  88. package/styles/datetimepicker/bootstrap.scss +1 -8
  89. package/styles/datetimepicker/bootstrap4.scss +1 -8
  90. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  91. package/styles/datetimepicker/bootstrap5.scss +1 -8
  92. package/styles/datetimepicker/fabric-dark.scss +1 -8
  93. package/styles/datetimepicker/fabric.scss +1 -8
  94. package/styles/datetimepicker/fluent-dark.scss +1 -8
  95. package/styles/datetimepicker/fluent.scss +1 -8
  96. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  97. package/styles/datetimepicker/highcontrast.scss +1 -8
  98. package/styles/datetimepicker/material-dark.css +1 -1
  99. package/styles/datetimepicker/material-dark.scss +1 -8
  100. package/styles/datetimepicker/material.scss +1 -8
  101. package/styles/datetimepicker/material3-dark.scss +1 -8
  102. package/styles/datetimepicker/material3.scss +1 -8
  103. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  104. package/styles/datetimepicker/tailwind.scss +1 -8
  105. package/styles/material-dark.css +1 -1
  106. package/styles/material3-dark.css +224 -0
  107. package/styles/material3-dark.scss +0 -1
  108. package/styles/material3.css +444 -0
  109. package/styles/material3.scss +0 -1
  110. package/styles/timepicker/bootstrap-dark.scss +1 -6
  111. package/styles/timepicker/bootstrap.scss +1 -6
  112. package/styles/timepicker/bootstrap4.scss +1 -6
  113. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  114. package/styles/timepicker/bootstrap5.scss +1 -6
  115. package/styles/timepicker/fabric-dark.scss +1 -6
  116. package/styles/timepicker/fabric.scss +1 -6
  117. package/styles/timepicker/fluent-dark.scss +1 -6
  118. package/styles/timepicker/fluent.scss +1 -6
  119. package/styles/timepicker/highcontrast-light.scss +1 -6
  120. package/styles/timepicker/highcontrast.scss +1 -6
  121. package/styles/timepicker/material-dark.css +1 -1
  122. package/styles/timepicker/material-dark.scss +1 -6
  123. package/styles/timepicker/material.scss +1 -6
  124. package/styles/timepicker/material3-dark.scss +1 -6
  125. package/styles/timepicker/material3.scss +1 -6
  126. package/styles/timepicker/tailwind-dark.scss +1 -6
  127. package/styles/timepicker/tailwind.scss +1 -6
  128. package/esm2020/public_api.mjs +0 -3
  129. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  130. package/esm2020/src/calendar/calendar.component.mjs +0 -90
  131. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  132. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  133. package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
  134. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  135. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  136. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
  137. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  138. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  139. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  140. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
  141. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  142. package/esm2020/src/index.mjs +0 -18
  143. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  144. package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
  145. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  146. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  147. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
  148. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  149. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
  150. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  151. package/styles/calendar/_all.scss +0 -2
  152. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  153. package/styles/calendar/_bootstrap-definition.scss +0 -228
  154. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  155. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  156. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  157. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  158. package/styles/calendar/_fabric-definition.scss +0 -190
  159. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  160. package/styles/calendar/_fluent-definition.scss +0 -252
  161. package/styles/calendar/_fusionnew-definition.scss +0 -250
  162. package/styles/calendar/_highcontrast-definition.scss +0 -189
  163. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  164. package/styles/calendar/_layout.scss +0 -786
  165. package/styles/calendar/_material-dark-definition.scss +0 -194
  166. package/styles/calendar/_material-definition.scss +0 -189
  167. package/styles/calendar/_material3-dark-definition.scss +0 -1
  168. package/styles/calendar/_material3-definition.scss +0 -195
  169. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  170. package/styles/calendar/_tailwind-definition.scss +0 -262
  171. package/styles/calendar/_theme.scss +0 -534
  172. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  173. package/styles/calendar/icons/_bootstrap.scss +0 -13
  174. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  175. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  176. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  177. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  178. package/styles/calendar/icons/_fabric.scss +0 -13
  179. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  180. package/styles/calendar/icons/_fluent.scss +0 -13
  181. package/styles/calendar/icons/_fusionnew.scss +0 -13
  182. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  183. package/styles/calendar/icons/_highcontrast.scss +0 -13
  184. package/styles/calendar/icons/_material-dark.scss +0 -13
  185. package/styles/calendar/icons/_material.scss +0 -13
  186. package/styles/calendar/icons/_material3-dark.scss +0 -1
  187. package/styles/calendar/icons/_material3.scss +0 -13
  188. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  189. package/styles/calendar/icons/_tailwind.scss +0 -13
  190. package/styles/datepicker/_all.scss +0 -2
  191. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
  192. package/styles/datepicker/_bootstrap-definition.scss +0 -96
  193. package/styles/datepicker/_bootstrap4-definition.scss +0 -101
  194. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  195. package/styles/datepicker/_bootstrap5-definition.scss +0 -107
  196. package/styles/datepicker/_fabric-dark-definition.scss +0 -98
  197. package/styles/datepicker/_fabric-definition.scss +0 -95
  198. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  199. package/styles/datepicker/_fluent-definition.scss +0 -107
  200. package/styles/datepicker/_fusionnew-definition.scss +0 -107
  201. package/styles/datepicker/_highcontrast-definition.scss +0 -96
  202. package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
  203. package/styles/datepicker/_layout.scss +0 -409
  204. package/styles/datepicker/_material-dark-definition.scss +0 -103
  205. package/styles/datepicker/_material-definition.scss +0 -100
  206. package/styles/datepicker/_material3-dark-definition.scss +0 -1
  207. package/styles/datepicker/_material3-definition.scss +0 -116
  208. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  209. package/styles/datepicker/_tailwind-definition.scss +0 -105
  210. package/styles/datepicker/_theme.scss +0 -53
  211. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
  212. package/styles/datepicker/icons/_bootstrap.scss +0 -72
  213. package/styles/datepicker/icons/_bootstrap4.scss +0 -76
  214. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  215. package/styles/datepicker/icons/_bootstrap5.scss +0 -76
  216. package/styles/datepicker/icons/_fabric-dark.scss +0 -65
  217. package/styles/datepicker/icons/_fabric.scss +0 -65
  218. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  219. package/styles/datepicker/icons/_fluent.scss +0 -76
  220. package/styles/datepicker/icons/_fusionnew.scss +0 -76
  221. package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
  222. package/styles/datepicker/icons/_highcontrast.scss +0 -72
  223. package/styles/datepicker/icons/_material-dark.scss +0 -99
  224. package/styles/datepicker/icons/_material.scss +0 -99
  225. package/styles/datepicker/icons/_material3-dark.scss +0 -1
  226. package/styles/datepicker/icons/_material3.scss +0 -79
  227. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  228. package/styles/datepicker/icons/_tailwind.scss +0 -76
  229. package/styles/daterangepicker/_all.scss +0 -2
  230. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
  231. package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
  232. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
  233. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  234. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
  235. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
  236. package/styles/daterangepicker/_fabric-definition.scss +0 -258
  237. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  238. package/styles/daterangepicker/_fluent-definition.scss +0 -305
  239. package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
  240. package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
  241. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
  242. package/styles/daterangepicker/_layout.scss +0 -1002
  243. package/styles/daterangepicker/_material-dark-definition.scss +0 -266
  244. package/styles/daterangepicker/_material-definition.scss +0 -266
  245. package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
  246. package/styles/daterangepicker/_material3-definition.scss +0 -278
  247. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  248. package/styles/daterangepicker/_tailwind-definition.scss +0 -287
  249. package/styles/daterangepicker/_theme.scss +0 -455
  250. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
  251. package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
  252. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
  253. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  254. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
  255. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
  256. package/styles/daterangepicker/icons/_fabric.scss +0 -85
  257. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  258. package/styles/daterangepicker/icons/_fluent.scss +0 -92
  259. package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
  260. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
  261. package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
  262. package/styles/daterangepicker/icons/_material-dark.scss +0 -119
  263. package/styles/daterangepicker/icons/_material.scss +0 -119
  264. package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
  265. package/styles/daterangepicker/icons/_material3.scss +0 -129
  266. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  267. package/styles/daterangepicker/icons/_tailwind.scss +0 -92
  268. package/styles/datetimepicker/_all.scss +0 -2
  269. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
  270. package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
  271. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
  272. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  273. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
  274. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
  275. package/styles/datetimepicker/_fabric-definition.scss +0 -57
  276. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  277. package/styles/datetimepicker/_fluent-definition.scss +0 -65
  278. package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
  279. package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
  280. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
  281. package/styles/datetimepicker/_layout.scss +0 -238
  282. package/styles/datetimepicker/_material-dark-definition.scss +0 -64
  283. package/styles/datetimepicker/_material-definition.scss +0 -62
  284. package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
  285. package/styles/datetimepicker/_material3-definition.scss +0 -71
  286. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  287. package/styles/datetimepicker/_tailwind-definition.scss +0 -65
  288. package/styles/datetimepicker/_theme.scss +0 -70
  289. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  290. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  291. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  292. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  293. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  294. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  295. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  296. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  297. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  298. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  299. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  300. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  301. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  302. package/styles/datetimepicker/icons/_material.scss +0 -62
  303. package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
  304. package/styles/datetimepicker/icons/_material3.scss +0 -11
  305. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  306. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  307. package/styles/timepicker/_all.scss +0 -2
  308. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
  309. package/styles/timepicker/_bootstrap-definition.scss +0 -77
  310. package/styles/timepicker/_bootstrap4-definition.scss +0 -85
  311. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  312. package/styles/timepicker/_bootstrap5-definition.scss +0 -86
  313. package/styles/timepicker/_fabric-dark-definition.scss +0 -80
  314. package/styles/timepicker/_fabric-definition.scss +0 -77
  315. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  316. package/styles/timepicker/_fluent-definition.scss +0 -86
  317. package/styles/timepicker/_fusionnew-definition.scss +0 -86
  318. package/styles/timepicker/_highcontrast-definition.scss +0 -77
  319. package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
  320. package/styles/timepicker/_layout.scss +0 -287
  321. package/styles/timepicker/_material-dark-definition.scss +0 -84
  322. package/styles/timepicker/_material-definition.scss +0 -81
  323. package/styles/timepicker/_material3-dark-definition.scss +0 -1
  324. package/styles/timepicker/_material3-definition.scss +0 -99
  325. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  326. package/styles/timepicker/_tailwind-definition.scss +0 -84
  327. package/styles/timepicker/_theme.scss +0 -113
  328. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
  329. package/styles/timepicker/icons/_bootstrap.scss +0 -24
  330. package/styles/timepicker/icons/_bootstrap4.scss +0 -24
  331. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  332. package/styles/timepicker/icons/_bootstrap5.scss +0 -24
  333. package/styles/timepicker/icons/_fabric-dark.scss +0 -24
  334. package/styles/timepicker/icons/_fabric.scss +0 -24
  335. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  336. package/styles/timepicker/icons/_fluent.scss +0 -24
  337. package/styles/timepicker/icons/_fusionnew.scss +0 -24
  338. package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
  339. package/styles/timepicker/icons/_highcontrast.scss +0 -24
  340. package/styles/timepicker/icons/_material-dark.scss +0 -52
  341. package/styles/timepicker/icons/_material.scss +0 -54
  342. package/styles/timepicker/icons/_material3-dark.scss +0 -1
  343. package/styles/timepicker/icons/_material3.scss +0 -24
  344. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  345. package/styles/timepicker/icons/_tailwind.scss +0 -24
  346. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-calendars.umd.js","sources":["~/@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":["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','fullScreenMode','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','fullScreenMode','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','fullScreenMode','htmlAttributes','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','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','fullScreenMode','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":["CommonModule","NgModule","DateTimePickerComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","FormBase","__decorate","forwardRef","NG_VALUE_ACCESSOR","ChangeDetectionStrategy","outputs","inputs","Component","DateTimePicker","setValue","twoWays","DateRangePickerComponent","Template","ContentChild","DateRangePicker","ContentChildren","Directive","ArrayBase","ComplexBase","TimePickerComponent","TimePicker","MaskedDateTime","DatePickerComponent","DatePicker","Islamic","CalendarComponent","Calendar"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-calendars.umd.min.js
3
+ * version : 22.2.12
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-calendars"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-calendars","@angular/common"],t):t(e["ej2-angular-calendars"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.calendars,e.ng.common)}(this,function(e,t,n,r,o,a){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},c=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},l=["calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","firstDayOfWeek","isMultiSelection","keyConfigs","locale","max","min","serverTimezoneOffset","showTodayButton","start","value","values","weekNumber","weekRule"],u=["focus","blur","change","created","destroyed","navigated","renderDayCell","valueChange","valuesChange"],p=["value","values"];e.CalendarComponent=d=function(e){function t(t,n,o,a){var i=e.call(this)||this;i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[];try{var s=i.injector.get("CalendarsIslamic");-1===i.injectedModules.indexOf(s)&&i.injectedModules.push(s)}catch(c){}return i.registerEvents(u),i.addTwoWay.call(i,p),r.setValue("currentInstance",i,i.viewContainerRef),i.formContext=new r.FormBase,i.formCompContext=new r.ComponentBase,i}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.Calendar),e.CalendarComponent.decorators=[{type:t.Component,args:[{selector:"ejs-calendar",inputs:l,outputs:u,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return d}),multi:!0}],queries:{}}]}],e.CalendarComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.CalendarComponent=d=s([r.ComponentMixins([r.ComponentBase,r.FormBase]),c("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.CalendarComponent);var d,f=function(){return function(){}}();f.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.CalendarComponent],exports:[e.CalendarComponent]}]}],f.ctorParameters=function(){return[]};var m={provide:"CalendarsIslamic",useValue:o.Islamic},C=function(){return function(){}}();C.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,f],exports:[f],providers:[m]}]}],C.ctorParameters=function(){return[]};var g=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},y=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","serverTimezoneOffset","showClearButton","showTodayButton","start","strictMode","value","values","weekNumber","weekRule","width","zIndex"],v=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],R=["value"];e.DatePickerComponent=k=function(e){function t(t,n,o,a){var i=e.call(this)||this;i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.skipFromEvent=!0,i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[];try{var s=i.injector.get("CalendarsIslamic");-1===i.injectedModules.indexOf(s)&&i.injectedModules.push(s)}catch(c){}try{s=i.injector.get("CalendarsMaskedDateTime");-1===i.injectedModules.indexOf(s)&&i.injectedModules.push(s)}catch(l){}return i.registerEvents(v),i.addTwoWay.call(i,R),r.setValue("currentInstance",i,i.viewContainerRef),i.formContext=new r.FormBase,i.formCompContext=new r.ComponentBase,i}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.DatePicker),e.DatePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-datepicker",inputs:h,outputs:v,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return k}),multi:!0}],queries:{}}]}],e.DatePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DatePickerComponent=k=g([r.ComponentMixins([r.ComponentBase,r.FormBase]),y("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DatePickerComponent);var k,P=function(){return function(){}}();P.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.DatePickerComponent],exports:[e.DatePickerComponent]}]}],P.ctorParameters=function(){return[]};var D={provide:"CalendarsMaskedDateTime",useValue:o.MaskedDateTime},w=function(){return function(){}}();w.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,P],exports:[P],providers:[D]}]}],w.ctorParameters=function(){return[]};var M=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},j=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},O=["allowEdit","cssClass","enableMask","enablePersistence","enableRtl","enabled","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","step","strictMode","value","width","zIndex"],b=["blur","change","cleared","close","created","destroyed","focus","itemRender","open","valueChange"],x=["value"];e.TimePickerComponent=T=function(e){function t(t,n,o,a){var i=e.call(this)||this;i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.skipFromEvent=!0,i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[];try{var s=i.injector.get("CalendarsMaskedDateTime");-1===i.injectedModules.indexOf(s)&&i.injectedModules.push(s)}catch(c){}return i.registerEvents(b),i.addTwoWay.call(i,x),r.setValue("currentInstance",i,i.viewContainerRef),i.formContext=new r.FormBase,i.formCompContext=new r.ComponentBase,i}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.TimePicker),e.TimePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-timepicker",inputs:O,outputs:b,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return T}),multi:!0}],queries:{}}]}],e.TimePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TimePickerComponent=T=M([r.ComponentMixins([r.ComponentBase,r.FormBase]),j("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TimePickerComponent);var T,E=function(){return function(){}}();E.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.TimePickerComponent],exports:[e.TimePickerComponent]}]}],E.ctorParameters=function(){return[]};var I=function(){return function(){}}();I.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,E],exports:[E],providers:[]}]}],I.ctorParameters=function(){return[]};var _=["end","label","start"],A=[],V=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(A),n.directivePropList=_,n}return i(t,e),t}(r.ComplexBase);V.decorators=[{type:t.Directive,args:[{selector:"e-presets>e-preset",inputs:_,outputs:A,queries:{}}]}],V.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var B=function(e){function t(){return e.call(this,"presets")||this}return i(t,e),t}(r.ArrayBase);B.decorators=[{type:t.Directive,args:[{selector:"ejs-daterangepicker>e-presets",queries:{children:new t.ContentChildren(V)}}]}],B.ctorParameters=function(){return[]};var S=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},F=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},N=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","endDate","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","max","maxDays","min","minDays","openOnFocus","placeholder","presets","readonly","separator","serverTimezoneOffset","showClearButton","start","startDate","strictMode","value","weekNumber","weekRule","width","zIndex"],q=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","select","startDateChange","endDateChange","valueChange"],L=["startDate","endDate","value"];e.DateRangePickerComponent=z=function(e){function t(t,n,o,a){var i=e.call(this)||this;return i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.tags=["presets"],i.skipFromEvent=!0,i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[],i.registerEvents(q),i.addTwoWay.call(i,L),r.setValue("currentInstance",i,i.viewContainerRef),i.formContext=new r.FormBase,i.formCompContext=new r.ComponentBase,i}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPresets,this.formCompContext.ngAfterContentChecked(this)},t}(o.DateRangePicker),e.DateRangePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-daterangepicker",inputs:N,outputs:q,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return z}),multi:!0}],queries:{childPresets:new t.ContentChild(B)}}]}],e.DateRangePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DateRangePickerComponent.propDecorators={start:[{type:t.ContentChild,args:["start"]}],end:[{type:t.ContentChild,args:["end"]}]},S([r.Template(),F("design:type",Object)],e.DateRangePickerComponent.prototype,"start",void 0),S([r.Template(),F("design:type",Object)],e.DateRangePickerComponent.prototype,"end",void 0),e.DateRangePickerComponent=z=S([r.ComponentMixins([r.ComponentBase,r.FormBase]),F("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DateRangePickerComponent);var z,W=function(){return function(){}}();W.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.DateRangePickerComponent,V,B],exports:[e.DateRangePickerComponent,V,B]}]}],W.ctorParameters=function(){return[]};var G=function(){return function(){}}();G.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,W],exports:[W],providers:[]}]}],G.ctorParameters=function(){return[]};var U=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},H=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},J=["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","showTodayButton","start","step","strictMode","timeFormat","value","values","weekNumber","weekRule","width","zIndex"],K=["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],Q=["value"];e.DateTimePickerComponent=X=function(e){function t(t,n,o,a){var i=e.call(this)||this;i.ngEle=t,i.srenderer=n,i.viewContainerRef=o,i.injector=a,i.skipFromEvent=!0,i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[];try{var s=i.injector.get("CalendarsIslamic");-1===i.injectedModules.indexOf(s)&&i.injectedModules.push(s)}catch(c){}try{s=i.injector.get("CalendarsMaskedDateTime");-1===i.injectedModules.indexOf(s)&&i.injectedModules.push(s)}catch(l){}return i.registerEvents(K),i.addTwoWay.call(i,Q),r.setValue("currentInstance",i,i.viewContainerRef),i.formContext=new r.FormBase,i.formCompContext=new r.ComponentBase,i}return i(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(o.DateTimePicker),e.DateTimePickerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-datetimepicker",inputs:J,outputs:K,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:n.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return X}),multi:!0}],queries:{}}]}],e.DateTimePickerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DateTimePickerComponent=X=U([r.ComponentMixins([r.ComponentBase,r.FormBase]),H("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DateTimePickerComponent);var X,Y=function(){return function(){}}();Y.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule],declarations:[e.DateTimePickerComponent],exports:[e.DateTimePickerComponent]}]}],Y.ctorParameters=function(){return[]};var Z=function(){return function(){}}();Z.decorators=[{type:t.NgModule,args:[{imports:[a.CommonModule,Y],exports:[Y],providers:[]}]}],Z.ctorParameters=function(){return[]},e.CalendarModule=f,e.CalendarAllModule=C,e.IslamicService=m,e.DatePickerModule=P,e.DatePickerAllModule=w,e.MaskedDateTimeService=D,e.TimePickerModule=E,e.TimePickerAllModule=I,e.PresetDirective=V,e.PresetsDirective=B,e.DateRangePickerModule=W,e.DateRangePickerAllModule=G,e.DateTimePickerModule=Y,e.DateTimePickerAllModule=Z,e.ɵa=l,e.ɵb=u,e.ɵc=h,e.ɵd=v,e.ɵg=N,e.ɵh=q,e.ɵi=J,e.ɵj=K,e.ɵe=O,e.ɵf=b,e.CalendarBase=o.CalendarBase,e.Calendar=o.Calendar,e.Islamic=o.Islamic,e.DatePicker=o.DatePicker,e.Presets=o.Presets,e.DateRangePicker=o.DateRangePicker,e.TimePickerBase=o.TimePickerBase,e.TimeMaskPlaceholder=o.TimeMaskPlaceholder,e.TimePicker=o.TimePicker,e.DateTimePicker=o.DateTimePicker,e.MaskedDateTime=o.MaskedDateTime,Object.defineProperty(e,"__esModule",{value:!0})});
11
+ //# sourceMappingURL=ej2-angular-calendars.umd.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-calendars.umd.min.js","sources":["~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.component.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar.module.ts","~/@syncfusion/ej2-angular-calendars/src/calendar/calendar-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datepicker/datepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/timepicker/timepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/presets.directive.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/daterangepicker/daterangepicker-all.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.component.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker.module.ts","~/@syncfusion/ej2-angular-calendars/src/datetimepicker/datetimepicker-all.module.ts"],"sourcesContent":["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","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 { 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 { 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','fullScreenMode','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 } 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 { 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 { 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','fullScreenMode','htmlAttributes','keyConfigs','locale','maskPlaceholder','max','min','openOnFocus','placeholder','readonly','scrollTo','serverTimezoneOffset','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 } 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 { 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 { 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 { 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','fullScreenMode','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 { 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 { 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 { 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','fullScreenMode','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 } 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 { 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"],"names":["inputs","outputs","twoWays","exports","CalendarComponent","CalendarComponent_1","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","Calendar","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","__decorate","ComponentMixins","__metadata","CalendarModule","NgModule","imports","CommonModule","declarations","IslamicService","useValue","Islamic","CalendarAllModule","DatePickerComponent","DatePickerComponent_1","skipFromEvent","_b","DatePicker","DatePickerModule","MaskedDateTimeService","MaskedDateTime","DatePickerAllModule","TimePickerComponent","TimePickerComponent_1","TimePicker","TimePickerModule","TimePickerAllModule","input","PresetDirective","directivePropList","ComplexBase","Directive","PresetsDirective","ArrayBase","children","ContentChildren","DateRangePickerComponent","DateRangePickerComponent_1","tags","tagObjects","instance","childPresets","DateRangePicker","ContentChild","propDecorators","start","end","Template","DateRangePickerModule","DateRangePickerAllModule","DateTimePickerComponent","DateTimePickerComponent_1","DateTimePicker","DateTimePickerModule","DateTimePickerAllModule"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/calendar/calendar.component';
6
+ export { inputs as ɵc, outputs as ɵd } from './src/datepicker/datepicker.component';
7
+ export { inputs as ɵg, outputs as ɵh } from './src/daterangepicker/daterangepicker.component';
8
+ export { inputs as ɵi, outputs as ɵj } from './src/datetimepicker/datetimepicker.component';
9
+ export { inputs as ɵe, outputs as ɵf } from './src/timepicker/timepicker.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-calendars"}],"metadata":{"ɵa":["calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","firstDayOfWeek","isMultiSelection","keyConfigs","locale","max","min","serverTimezoneOffset","showTodayButton","start","value","values","weekNumber","weekRule"],"ɵb":["focus","blur","change","created","destroyed","navigated","renderDayCell","valueChange","valuesChange"],"ɵc":["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","serverTimezoneOffset","showClearButton","showTodayButton","start","strictMode","value","values","weekNumber","weekRule","width","zIndex"],"ɵd":["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],"ɵe":["allowEdit","cssClass","enableMask","enablePersistence","enableRtl","enabled","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","step","strictMode","value","width","zIndex"],"ɵf":["blur","change","cleared","close","created","destroyed","focus","itemRender","open","valueChange"],"ɵg":["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enablePersistence","enableRtl","enabled","endDate","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","keyConfigs","locale","max","maxDays","min","minDays","openOnFocus","placeholder","presets","readonly","separator","serverTimezoneOffset","showClearButton","start","startDate","strictMode","value","weekNumber","weekRule","width","zIndex"],"ɵh":["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","select","startDateChange","endDateChange","valueChange"],"ɵi":["allowEdit","calendarMode","cssClass","dayHeaderFormat","depth","enableMask","enablePersistence","enableRtl","enabled","firstDayOfWeek","floatLabelType","format","fullScreenMode","htmlAttributes","isMultiSelection","keyConfigs","locale","maskPlaceholder","max","min","openOnFocus","placeholder","readonly","scrollTo","serverTimezoneOffset","showClearButton","showTodayButton","start","step","strictMode","timeFormat","value","values","weekNumber","weekRule","width","zIndex"],"ɵj":["blur","change","cleared","close","created","destroyed","focus","navigated","open","renderDayCell","valueChange"],"CalendarComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"Calendar"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-calendar","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"CalendarComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"CalendarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"CalendarComponent"}],"exports":[{"__symbolic":"reference","name":"CalendarComponent"}]}]}],"members":{}},"CalendarAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"CalendarModule"}],"exports":[{"__symbolic":"reference","name":"CalendarModule"}],"providers":[{"__symbolic":"reference","name":"IslamicService"}]}]}],"members":{}},"IslamicService":{"provide":"CalendarsIslamic","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"Islamic"}},"DatePickerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"DatePicker"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-datepicker","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DatePickerComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DatePickerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DatePickerComponent"}],"exports":[{"__symbolic":"reference","name":"DatePickerComponent"}]}]}],"members":{}},"DatePickerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DatePickerModule"}],"exports":[{"__symbolic":"reference","name":"DatePickerModule"}],"providers":[{"__symbolic":"reference","name":"MaskedDateTimeService"}]}]}],"members":{}},"MaskedDateTimeService":{"provide":"CalendarsMaskedDateTime","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"MaskedDateTime"}},"TimePickerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"TimePicker"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-timepicker","inputs":{"__symbolic":"reference","name":"ɵe"},"outputs":{"__symbolic":"reference","name":"ɵf"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"TimePickerComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"TimePickerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"TimePickerComponent"}],"exports":[{"__symbolic":"reference","name":"TimePickerComponent"}]}]}],"members":{}},"TimePickerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"TimePickerModule"}],"exports":[{"__symbolic":"reference","name":"TimePickerModule"}],"providers":[]}]}],"members":{}},"PresetDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-presets>e-preset","inputs":["end","label","start"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"PresetsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-daterangepicker>e-presets","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"PresetDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DateRangePickerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"DateRangePicker"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-daterangepicker","inputs":{"__symbolic":"reference","name":"ɵg"},"outputs":{"__symbolic":"reference","name":"ɵh"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DateRangePickerComponent"},"multi":true}],"queries":{"childPresets":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"PresetsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"start":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["start"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"end":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["end"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DateRangePickerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DateRangePickerComponent"},{"__symbolic":"reference","name":"PresetDirective"},{"__symbolic":"reference","name":"PresetsDirective"}],"exports":[{"__symbolic":"reference","name":"DateRangePickerComponent"},{"__symbolic":"reference","name":"PresetDirective"},{"__symbolic":"reference","name":"PresetsDirective"}]}]}],"members":{}},"DateRangePickerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DateRangePickerModule"}],"exports":[{"__symbolic":"reference","name":"DateRangePickerModule"}],"providers":[]}]}],"members":{}},"DateTimePickerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-calendars","name":"DateTimePicker"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-datetimepicker","inputs":{"__symbolic":"reference","name":"ɵi"},"outputs":{"__symbolic":"reference","name":"ɵj"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"DateTimePickerComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DateTimePickerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DateTimePickerComponent"}],"exports":[{"__symbolic":"reference","name":"DateTimePickerComponent"}]}]}],"members":{}},"DateTimePickerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DateTimePickerModule"}],"exports":[{"__symbolic":"reference","name":"DateTimePickerModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/calendar/calendar.component","ɵb":"./src/calendar/calendar.component","ɵc":"./src/datepicker/datepicker.component","ɵd":"./src/datepicker/datepicker.component","ɵe":"./src/timepicker/timepicker.component","ɵf":"./src/timepicker/timepicker.component","ɵg":"./src/daterangepicker/daterangepicker.component","ɵh":"./src/daterangepicker/daterangepicker.component","ɵi":"./src/datetimepicker/datetimepicker.component","ɵj":"./src/datetimepicker/datetimepicker.component","CalendarComponent":"./src/calendar/calendar.component","CalendarModule":"./src/calendar/calendar.module","CalendarAllModule":"./src/calendar/calendar-all.module","IslamicService":"./src/calendar/calendar-all.module","DatePickerComponent":"./src/datepicker/datepicker.component","DatePickerModule":"./src/datepicker/datepicker.module","DatePickerAllModule":"./src/datepicker/datepicker-all.module","MaskedDateTimeService":"./src/datepicker/datepicker-all.module","TimePickerComponent":"./src/timepicker/timepicker.component","TimePickerModule":"./src/timepicker/timepicker.module","TimePickerAllModule":"./src/timepicker/timepicker-all.module","PresetDirective":"./src/daterangepicker/presets.directive","PresetsDirective":"./src/daterangepicker/presets.directive","DateRangePickerComponent":"./src/daterangepicker/daterangepicker.component","DateRangePickerModule":"./src/daterangepicker/daterangepicker.module","DateRangePickerAllModule":"./src/daterangepicker/daterangepicker-all.module","DateTimePickerComponent":"./src/datetimepicker/datetimepicker.component","DateTimePickerModule":"./src/datetimepicker/datetimepicker.module","DateTimePickerAllModule":"./src/datetimepicker/datetimepicker-all.module"},"importAs":"@syncfusion/ej2-angular-calendars"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-calendars@*",
3
- "_id": "@syncfusion/ej2-angular-calendars@22.2.10",
3
+ "_id": "@syncfusion/ej2-angular-calendars@22.2.11",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-+XmGCgS/6ShX+bZTfzR497NEKfstjU+8SdLTC8LdwWy1eKoyB61whfzjJpnrajUShSTgtP2x4EE5I+ia9abp8w==",
5
+ "_integrity": "sha512-pfbpzslt7HFV7tJeUyr05SUCLrGgbulJ020Z8JzFD81tcUr+V1YjKyLM/+FS4TYLfNifMXsw5vYb481nU8Nc7A==",
6
6
  "_location": "/@syncfusion/ej2-angular-calendars",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-22.2.10.tgz",
23
- "_shasum": "28a6d30e69dc251f93db1b6a1a637487672c529d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-22.2.11.tgz",
23
+ "_shasum": "117f6083f2ac7c5dfb0b0f1cd9ed39e0150b017f",
24
24
  "_spec": "@syncfusion/ej2-angular-calendars@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -32,29 +32,13 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.10",
36
- "@syncfusion/ej2-calendars": "22.2.11",
37
- "tslib": "^2.3.0"
35
+ "@syncfusion/ej2-base": "~22.2.12",
36
+ "@syncfusion/ej2-calendars": "22.2.12"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-calendars.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-calendars.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-calendars.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-calendars.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-calendars.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-calendars.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-calendars.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-calendars.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-calendars.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -63,7 +47,9 @@
63
47
  "ej2-ng-calendars"
64
48
  ],
65
49
  "license": "SEE LICENSE IN license",
66
- "module": "fesm2015/syncfusion-ej2-angular-calendars.mjs",
50
+ "main": "dist/ej2-angular-calendars.umd.js",
51
+ "metadata": "ej2-angular-calendars.metadata.json",
52
+ "module": "@syncfusion/ej2-angular-calendars.es5.js",
67
53
  "name": "@syncfusion/ej2-angular-calendars",
68
54
  "repository": {
69
55
  "type": "git",
@@ -71,6 +57,6 @@
71
57
  },
72
58
  "schematics": "./schematics/collection.json",
73
59
  "sideEffects": false,
74
- "typings": "syncfusion-ej2-angular-calendars.d.ts",
75
- "version": "22.2.11"
60
+ "typings": "ej2-angular-calendars.d.ts",
61
+ "version": "22.2.12-ngcc"
76
62
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-calendar','ejs-datepicker','ejs-timepicker','ejs-daterangepicker','ejs-datetimepicker'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-calendars";
2
- export declare const pkgVer = "^22.2.10";
2
+ export declare const pkgVer = "^22.2.11";
3
3
  export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
4
- export declare const themeVer = "~22.2.10";
4
+ export declare const themeVer = "~22.2.11";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-calendars';
4
- exports.pkgVer = '^22.2.11';
4
+ exports.pkgVer = '^22.2.12';
5
5
  exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6
- exports.themeVer = '~22.2.11';
6
+ exports.themeVer = '~22.2.12';