@syncfusion/ej2-angular-calendars 23.2.7 → 24.1.41-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 (440) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +981 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1334 -0
  6. package/dist/ej2-angular-calendars.umd.js +1093 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/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/bootstrap-dark.css +1 -2952
  34. package/styles/bootstrap.css +1 -2960
  35. package/styles/bootstrap4.css +1 -2988
  36. package/styles/bootstrap5-dark.css +1 -3118
  37. package/styles/bootstrap5.css +1 -3118
  38. package/styles/calendar/bootstrap-dark.css +1 -824
  39. package/styles/calendar/bootstrap-dark.scss +1 -5
  40. package/styles/calendar/bootstrap.css +1 -825
  41. package/styles/calendar/bootstrap.scss +1 -5
  42. package/styles/calendar/bootstrap4.css +1 -825
  43. package/styles/calendar/bootstrap4.scss +1 -5
  44. package/styles/calendar/bootstrap5-dark.css +1 -894
  45. package/styles/calendar/bootstrap5-dark.scss +1 -5
  46. package/styles/calendar/bootstrap5.css +1 -894
  47. package/styles/calendar/bootstrap5.scss +1 -5
  48. package/styles/calendar/fabric-dark.css +1 -830
  49. package/styles/calendar/fabric-dark.scss +1 -5
  50. package/styles/calendar/fabric.css +1 -835
  51. package/styles/calendar/fabric.scss +1 -5
  52. package/styles/calendar/fluent-dark.css +1 -1000
  53. package/styles/calendar/fluent-dark.scss +1 -5
  54. package/styles/calendar/fluent.css +1 -1000
  55. package/styles/calendar/fluent.scss +1 -5
  56. package/styles/calendar/highcontrast-light.css +1 -825
  57. package/styles/calendar/highcontrast-light.scss +1 -5
  58. package/styles/calendar/highcontrast.css +1 -835
  59. package/styles/calendar/highcontrast.scss +1 -5
  60. package/styles/calendar/material-dark.css +1 -834
  61. package/styles/calendar/material-dark.scss +1 -5
  62. package/styles/calendar/material.css +1 -835
  63. package/styles/calendar/material.scss +1 -5
  64. package/styles/calendar/material3-dark.css +1 -894
  65. package/styles/calendar/material3-dark.scss +1 -5
  66. package/styles/calendar/material3.css +1 -950
  67. package/styles/calendar/material3.scss +1 -5
  68. package/styles/calendar/tailwind-dark.css +1 -927
  69. package/styles/calendar/tailwind-dark.scss +1 -5
  70. package/styles/calendar/tailwind.css +1 -927
  71. package/styles/calendar/tailwind.scss +1 -5
  72. package/styles/datepicker/bootstrap-dark.css +1 -449
  73. package/styles/datepicker/bootstrap-dark.scss +1 -7
  74. package/styles/datepicker/bootstrap.css +1 -450
  75. package/styles/datepicker/bootstrap.scss +1 -7
  76. package/styles/datepicker/bootstrap4.css +1 -462
  77. package/styles/datepicker/bootstrap4.scss +1 -7
  78. package/styles/datepicker/bootstrap5-dark.css +1 -460
  79. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  80. package/styles/datepicker/bootstrap5.css +1 -460
  81. package/styles/datepicker/bootstrap5.scss +1 -7
  82. package/styles/datepicker/fabric-dark.css +1 -442
  83. package/styles/datepicker/fabric-dark.scss +1 -7
  84. package/styles/datepicker/fabric.css +1 -443
  85. package/styles/datepicker/fabric.scss +1 -7
  86. package/styles/datepicker/fluent-dark.css +1 -460
  87. package/styles/datepicker/fluent-dark.scss +1 -7
  88. package/styles/datepicker/fluent.css +1 -460
  89. package/styles/datepicker/fluent.scss +1 -7
  90. package/styles/datepicker/highcontrast-light.css +1 -455
  91. package/styles/datepicker/highcontrast-light.scss +1 -7
  92. package/styles/datepicker/highcontrast.css +1 -456
  93. package/styles/datepicker/highcontrast.scss +1 -7
  94. package/styles/datepicker/material-dark.css +1 -491
  95. package/styles/datepicker/material-dark.scss +1 -7
  96. package/styles/datepicker/material.css +1 -500
  97. package/styles/datepicker/material.scss +1 -7
  98. package/styles/datepicker/material3-dark.css +1 -539
  99. package/styles/datepicker/material3-dark.scss +1 -7
  100. package/styles/datepicker/material3.css +1 -595
  101. package/styles/datepicker/material3.scss +1 -7
  102. package/styles/datepicker/tailwind-dark.css +1 -465
  103. package/styles/datepicker/tailwind-dark.scss +1 -7
  104. package/styles/datepicker/tailwind.css +1 -465
  105. package/styles/datepicker/tailwind.scss +1 -7
  106. package/styles/daterangepicker/bootstrap-dark.css +1 -1177
  107. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  108. package/styles/daterangepicker/bootstrap.css +1 -1183
  109. package/styles/daterangepicker/bootstrap.scss +1 -7
  110. package/styles/daterangepicker/bootstrap4.css +1 -1195
  111. package/styles/daterangepicker/bootstrap4.scss +1 -7
  112. package/styles/daterangepicker/bootstrap5-dark.css +1 -1257
  113. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  114. package/styles/daterangepicker/bootstrap5.css +1 -1257
  115. package/styles/daterangepicker/bootstrap5.scss +1 -7
  116. package/styles/daterangepicker/fabric-dark.css +1 -1177
  117. package/styles/daterangepicker/fabric-dark.scss +1 -7
  118. package/styles/daterangepicker/fabric.css +1 -1178
  119. package/styles/daterangepicker/fabric.scss +1 -7
  120. package/styles/daterangepicker/fluent-dark.css +1 -1295
  121. package/styles/daterangepicker/fluent-dark.scss +1 -7
  122. package/styles/daterangepicker/fluent.css +1 -1295
  123. package/styles/daterangepicker/fluent.scss +1 -7
  124. package/styles/daterangepicker/highcontrast-light.css +1 -1177
  125. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  126. package/styles/daterangepicker/highcontrast.css +1 -1178
  127. package/styles/daterangepicker/highcontrast.scss +1 -7
  128. package/styles/daterangepicker/material-dark.css +1 -1215
  129. package/styles/daterangepicker/material-dark.scss +1 -7
  130. package/styles/daterangepicker/material.css +1 -1229
  131. package/styles/daterangepicker/material.scss +1 -7
  132. package/styles/daterangepicker/material3-dark.css +1 -1325
  133. package/styles/daterangepicker/material3-dark.scss +1 -7
  134. package/styles/daterangepicker/material3.css +1 -1381
  135. package/styles/daterangepicker/material3.scss +1 -7
  136. package/styles/daterangepicker/tailwind-dark.css +1 -1196
  137. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  138. package/styles/daterangepicker/tailwind.css +1 -1196
  139. package/styles/daterangepicker/tailwind.scss +1 -7
  140. package/styles/datetimepicker/bootstrap-dark.css +1 -190
  141. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  142. package/styles/datetimepicker/bootstrap.css +1 -190
  143. package/styles/datetimepicker/bootstrap.scss +1 -8
  144. package/styles/datetimepicker/bootstrap4.css +1 -192
  145. package/styles/datetimepicker/bootstrap4.scss +1 -8
  146. package/styles/datetimepicker/bootstrap5-dark.css +1 -191
  147. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  148. package/styles/datetimepicker/bootstrap5.css +1 -191
  149. package/styles/datetimepicker/bootstrap5.scss +1 -8
  150. package/styles/datetimepicker/fabric-dark.css +1 -190
  151. package/styles/datetimepicker/fabric-dark.scss +1 -8
  152. package/styles/datetimepicker/fabric.css +1 -190
  153. package/styles/datetimepicker/fabric.scss +1 -8
  154. package/styles/datetimepicker/fluent-dark.css +1 -191
  155. package/styles/datetimepicker/fluent-dark.scss +1 -8
  156. package/styles/datetimepicker/fluent.css +1 -191
  157. package/styles/datetimepicker/fluent.scss +1 -8
  158. package/styles/datetimepicker/highcontrast-light.css +1 -190
  159. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  160. package/styles/datetimepicker/highcontrast.css +1 -190
  161. package/styles/datetimepicker/highcontrast.scss +1 -8
  162. package/styles/datetimepicker/material-dark.css +1 -240
  163. package/styles/datetimepicker/material-dark.scss +1 -8
  164. package/styles/datetimepicker/material.css +1 -257
  165. package/styles/datetimepicker/material.scss +1 -8
  166. package/styles/datetimepicker/material3-dark.css +1 -282
  167. package/styles/datetimepicker/material3-dark.scss +1 -8
  168. package/styles/datetimepicker/material3.css +1 -338
  169. package/styles/datetimepicker/material3.scss +1 -8
  170. package/styles/datetimepicker/tailwind-dark.css +1 -191
  171. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  172. package/styles/datetimepicker/tailwind.css +1 -191
  173. package/styles/datetimepicker/tailwind.scss +1 -8
  174. package/styles/fabric-dark.css +1 -2951
  175. package/styles/fabric.css +1 -2958
  176. package/styles/fluent-dark.css +1 -3260
  177. package/styles/fluent.css +1 -3260
  178. package/styles/highcontrast-light.css +1 -2959
  179. package/styles/highcontrast.css +1 -2971
  180. package/styles/material-dark.css +1 -3130
  181. package/styles/material.css +1 -3179
  182. package/styles/material3-dark.css +1 -3221
  183. package/styles/material3-dark.scss +0 -1
  184. package/styles/material3.css +1 -3277
  185. package/styles/material3.scss +0 -1
  186. package/styles/tailwind-dark.css +1 -3092
  187. package/styles/tailwind.css +1 -3092
  188. package/styles/timepicker/bootstrap-dark.css +1 -309
  189. package/styles/timepicker/bootstrap-dark.scss +1 -6
  190. package/styles/timepicker/bootstrap.css +1 -309
  191. package/styles/timepicker/bootstrap.scss +1 -6
  192. package/styles/timepicker/bootstrap4.css +1 -311
  193. package/styles/timepicker/bootstrap4.scss +1 -6
  194. package/styles/timepicker/bootstrap5-dark.css +1 -312
  195. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  196. package/styles/timepicker/bootstrap5.css +1 -312
  197. package/styles/timepicker/bootstrap5.scss +1 -6
  198. package/styles/timepicker/fabric-dark.css +1 -309
  199. package/styles/timepicker/fabric-dark.scss +1 -6
  200. package/styles/timepicker/fabric.css +1 -309
  201. package/styles/timepicker/fabric.scss +1 -6
  202. package/styles/timepicker/fluent-dark.css +1 -310
  203. package/styles/timepicker/fluent-dark.scss +1 -6
  204. package/styles/timepicker/fluent.css +1 -310
  205. package/styles/timepicker/fluent.scss +1 -6
  206. package/styles/timepicker/highcontrast-light.css +1 -309
  207. package/styles/timepicker/highcontrast-light.scss +1 -6
  208. package/styles/timepicker/highcontrast.css +1 -309
  209. package/styles/timepicker/highcontrast.scss +1 -6
  210. package/styles/timepicker/material-dark.css +1 -347
  211. package/styles/timepicker/material-dark.scss +1 -6
  212. package/styles/timepicker/material.css +1 -355
  213. package/styles/timepicker/material.scss +1 -6
  214. package/styles/timepicker/material3-dark.css +1 -398
  215. package/styles/timepicker/material3-dark.scss +1 -6
  216. package/styles/timepicker/material3.css +1 -454
  217. package/styles/timepicker/material3.scss +1 -6
  218. package/styles/timepicker/tailwind-dark.css +1 -310
  219. package/styles/timepicker/tailwind-dark.scss +1 -6
  220. package/styles/timepicker/tailwind.css +1 -310
  221. package/styles/timepicker/tailwind.scss +1 -6
  222. package/esm2020/public_api.mjs +0 -3
  223. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  224. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  225. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  226. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  227. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  228. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  229. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  230. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  231. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  232. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  233. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  234. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  235. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  236. package/esm2020/src/index.mjs +0 -18
  237. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  238. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  239. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  240. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  241. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -737
  242. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  243. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -737
  244. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  245. package/styles/calendar/_all.scss +0 -2
  246. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  247. package/styles/calendar/_bootstrap-definition.scss +0 -228
  248. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  249. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  250. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  251. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  252. package/styles/calendar/_fabric-definition.scss +0 -190
  253. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  254. package/styles/calendar/_fluent-definition.scss +0 -252
  255. package/styles/calendar/_fusionnew-definition.scss +0 -250
  256. package/styles/calendar/_highcontrast-definition.scss +0 -189
  257. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  258. package/styles/calendar/_layout.scss +0 -786
  259. package/styles/calendar/_material-dark-definition.scss +0 -194
  260. package/styles/calendar/_material-definition.scss +0 -189
  261. package/styles/calendar/_material3-dark-definition.scss +0 -1
  262. package/styles/calendar/_material3-definition.scss +0 -195
  263. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  264. package/styles/calendar/_tailwind-definition.scss +0 -262
  265. package/styles/calendar/_theme.scss +0 -534
  266. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  267. package/styles/calendar/icons/_bootstrap.scss +0 -13
  268. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  269. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  270. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  271. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  272. package/styles/calendar/icons/_fabric.scss +0 -13
  273. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  274. package/styles/calendar/icons/_fluent.scss +0 -13
  275. package/styles/calendar/icons/_fusionnew.scss +0 -13
  276. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  277. package/styles/calendar/icons/_highcontrast.scss +0 -13
  278. package/styles/calendar/icons/_material-dark.scss +0 -13
  279. package/styles/calendar/icons/_material.scss +0 -13
  280. package/styles/calendar/icons/_material3-dark.scss +0 -1
  281. package/styles/calendar/icons/_material3.scss +0 -13
  282. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  283. package/styles/calendar/icons/_tailwind.scss +0 -13
  284. package/styles/datepicker/_all.scss +0 -2
  285. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
  286. package/styles/datepicker/_bootstrap-definition.scss +0 -96
  287. package/styles/datepicker/_bootstrap4-definition.scss +0 -101
  288. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  289. package/styles/datepicker/_bootstrap5-definition.scss +0 -107
  290. package/styles/datepicker/_fabric-dark-definition.scss +0 -98
  291. package/styles/datepicker/_fabric-definition.scss +0 -95
  292. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  293. package/styles/datepicker/_fluent-definition.scss +0 -107
  294. package/styles/datepicker/_fusionnew-definition.scss +0 -107
  295. package/styles/datepicker/_highcontrast-definition.scss +0 -96
  296. package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
  297. package/styles/datepicker/_layout.scss +0 -434
  298. package/styles/datepicker/_material-dark-definition.scss +0 -103
  299. package/styles/datepicker/_material-definition.scss +0 -100
  300. package/styles/datepicker/_material3-dark-definition.scss +0 -1
  301. package/styles/datepicker/_material3-definition.scss +0 -116
  302. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  303. package/styles/datepicker/_tailwind-definition.scss +0 -105
  304. package/styles/datepicker/_theme.scss +0 -53
  305. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
  306. package/styles/datepicker/icons/_bootstrap.scss +0 -72
  307. package/styles/datepicker/icons/_bootstrap4.scss +0 -76
  308. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  309. package/styles/datepicker/icons/_bootstrap5.scss +0 -76
  310. package/styles/datepicker/icons/_fabric-dark.scss +0 -65
  311. package/styles/datepicker/icons/_fabric.scss +0 -65
  312. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  313. package/styles/datepicker/icons/_fluent.scss +0 -76
  314. package/styles/datepicker/icons/_fusionnew.scss +0 -76
  315. package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
  316. package/styles/datepicker/icons/_highcontrast.scss +0 -72
  317. package/styles/datepicker/icons/_material-dark.scss +0 -99
  318. package/styles/datepicker/icons/_material.scss +0 -99
  319. package/styles/datepicker/icons/_material3-dark.scss +0 -1
  320. package/styles/datepicker/icons/_material3.scss +0 -79
  321. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  322. package/styles/datepicker/icons/_tailwind.scss +0 -76
  323. package/styles/daterangepicker/_all.scss +0 -2
  324. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
  325. package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
  326. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
  327. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  328. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
  329. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
  330. package/styles/daterangepicker/_fabric-definition.scss +0 -258
  331. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  332. package/styles/daterangepicker/_fluent-definition.scss +0 -322
  333. package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
  334. package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
  335. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
  336. package/styles/daterangepicker/_layout.scss +0 -1034
  337. package/styles/daterangepicker/_material-dark-definition.scss +0 -266
  338. package/styles/daterangepicker/_material-definition.scss +0 -266
  339. package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
  340. package/styles/daterangepicker/_material3-definition.scss +0 -281
  341. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  342. package/styles/daterangepicker/_tailwind-definition.scss +0 -287
  343. package/styles/daterangepicker/_theme.scss +0 -455
  344. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
  345. package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
  346. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
  347. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  348. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
  349. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
  350. package/styles/daterangepicker/icons/_fabric.scss +0 -85
  351. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  352. package/styles/daterangepicker/icons/_fluent.scss +0 -92
  353. package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
  354. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
  355. package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
  356. package/styles/daterangepicker/icons/_material-dark.scss +0 -119
  357. package/styles/daterangepicker/icons/_material.scss +0 -119
  358. package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
  359. package/styles/daterangepicker/icons/_material3.scss +0 -129
  360. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  361. package/styles/daterangepicker/icons/_tailwind.scss +0 -92
  362. package/styles/datetimepicker/_all.scss +0 -2
  363. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
  364. package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
  365. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
  366. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  367. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
  368. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
  369. package/styles/datetimepicker/_fabric-definition.scss +0 -57
  370. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  371. package/styles/datetimepicker/_fluent-definition.scss +0 -65
  372. package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
  373. package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
  374. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
  375. package/styles/datetimepicker/_layout.scss +0 -238
  376. package/styles/datetimepicker/_material-dark-definition.scss +0 -64
  377. package/styles/datetimepicker/_material-definition.scss +0 -62
  378. package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
  379. package/styles/datetimepicker/_material3-definition.scss +0 -71
  380. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  381. package/styles/datetimepicker/_tailwind-definition.scss +0 -65
  382. package/styles/datetimepicker/_theme.scss +0 -70
  383. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  384. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  385. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  386. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  387. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  388. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  389. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  390. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  391. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  392. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  393. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  394. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  395. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  396. package/styles/datetimepicker/icons/_material.scss +0 -62
  397. package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
  398. package/styles/datetimepicker/icons/_material3.scss +0 -11
  399. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  400. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  401. package/styles/timepicker/_all.scss +0 -2
  402. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
  403. package/styles/timepicker/_bootstrap-definition.scss +0 -77
  404. package/styles/timepicker/_bootstrap4-definition.scss +0 -85
  405. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  406. package/styles/timepicker/_bootstrap5-definition.scss +0 -86
  407. package/styles/timepicker/_fabric-dark-definition.scss +0 -80
  408. package/styles/timepicker/_fabric-definition.scss +0 -77
  409. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  410. package/styles/timepicker/_fluent-definition.scss +0 -86
  411. package/styles/timepicker/_fusionnew-definition.scss +0 -86
  412. package/styles/timepicker/_highcontrast-definition.scss +0 -77
  413. package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
  414. package/styles/timepicker/_layout.scss +0 -303
  415. package/styles/timepicker/_material-dark-definition.scss +0 -84
  416. package/styles/timepicker/_material-definition.scss +0 -81
  417. package/styles/timepicker/_material3-dark-definition.scss +0 -1
  418. package/styles/timepicker/_material3-definition.scss +0 -99
  419. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  420. package/styles/timepicker/_tailwind-definition.scss +0 -84
  421. package/styles/timepicker/_theme.scss +0 -114
  422. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
  423. package/styles/timepicker/icons/_bootstrap.scss +0 -24
  424. package/styles/timepicker/icons/_bootstrap4.scss +0 -24
  425. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  426. package/styles/timepicker/icons/_bootstrap5.scss +0 -24
  427. package/styles/timepicker/icons/_fabric-dark.scss +0 -24
  428. package/styles/timepicker/icons/_fabric.scss +0 -24
  429. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  430. package/styles/timepicker/icons/_fluent.scss +0 -24
  431. package/styles/timepicker/icons/_fusionnew.scss +0 -24
  432. package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
  433. package/styles/timepicker/icons/_highcontrast.scss +0 -24
  434. package/styles/timepicker/icons/_material-dark.scss +0 -52
  435. package/styles/timepicker/icons/_material.scss +0 -54
  436. package/styles/timepicker/icons/_material3-dark.scss +0 -1
  437. package/styles/timepicker/icons/_material3.scss +0 -24
  438. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  439. package/styles/timepicker/icons/_tailwind.scss +0 -24
  440. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -0,0 +1,981 @@
1
+ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
4
+ import { Calendar, DatePicker, DateRangePicker, DateTimePicker, Islamic, MaskedDateTime, TimePicker } from '@syncfusion/ej2-calendars';
5
+ import { CommonModule } from '@angular/common';
6
+
7
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
8
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
9
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
10
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
11
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
12
+ };
13
+ var __metadata = (this && this.__metadata) || function (k, v) {
14
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
15
+ };
16
+ const inputs = ['calendarMode', 'cssClass', 'dayHeaderFormat', 'depth', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'isMultiSelection', 'keyConfigs', 'locale', 'max', 'min', 'serverTimezoneOffset', 'showTodayButton', 'start', 'value', 'values', 'weekNumber', 'weekRule'];
17
+ const outputs = ['focus', 'blur', 'change', 'created', 'destroyed', 'navigated', 'renderDayCell', 'valueChange', 'valuesChange'];
18
+ const twoWays = ['value', 'values'];
19
+ /**
20
+ * Represents the Essential JS 2 Angular Calendar Component.
21
+ * ```html
22
+ * <ejs-calendar [value]='date'></ejs-calendar>
23
+ * ```
24
+ */
25
+ let CalendarComponent = CalendarComponent_1 = class CalendarComponent extends Calendar {
26
+ /**
27
+ * @param {?} ngEle
28
+ * @param {?} srenderer
29
+ * @param {?} viewContainerRef
30
+ * @param {?} injector
31
+ * @param {?} cdr
32
+ */
33
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
34
+ super();
35
+ this.ngEle = ngEle;
36
+ this.srenderer = srenderer;
37
+ this.viewContainerRef = viewContainerRef;
38
+ this.injector = injector;
39
+ this.cdr = cdr;
40
+ this.element = this.ngEle.nativeElement;
41
+ this.injectedModules = this.injectedModules || [];
42
+ try {
43
+ let mod = this.injector.get('CalendarsIslamic');
44
+ if (this.injectedModules.indexOf(mod) === -1) {
45
+ this.injectedModules.push(mod);
46
+ }
47
+ }
48
+ catch (_a) { }
49
+ this.registerEvents(outputs);
50
+ this.addTwoWay.call(this, twoWays);
51
+ setValue('currentInstance', this, this.viewContainerRef);
52
+ this.formContext = new FormBase();
53
+ this.formCompContext = new ComponentBase();
54
+ }
55
+ /**
56
+ * @param {?} registerFunction
57
+ * @return {?}
58
+ */
59
+ registerOnChange(registerFunction) {
60
+ }
61
+ /**
62
+ * @param {?} registerFunction
63
+ * @return {?}
64
+ */
65
+ registerOnTouched(registerFunction) {
66
+ }
67
+ /**
68
+ * @param {?} value
69
+ * @return {?}
70
+ */
71
+ writeValue(value) {
72
+ }
73
+ /**
74
+ * @param {?} disabled
75
+ * @return {?}
76
+ */
77
+ setDisabledState(disabled) {
78
+ }
79
+ /**
80
+ * @return {?}
81
+ */
82
+ ngOnInit() {
83
+ this.formCompContext.ngOnInit(this);
84
+ }
85
+ /**
86
+ * @return {?}
87
+ */
88
+ ngAfterViewInit() {
89
+ this.formContext.ngAfterViewInit(this);
90
+ }
91
+ /**
92
+ * @return {?}
93
+ */
94
+ ngOnDestroy() {
95
+ this.formCompContext.ngOnDestroy(this);
96
+ }
97
+ /**
98
+ * @return {?}
99
+ */
100
+ ngAfterContentChecked() {
101
+ this.formCompContext.ngAfterContentChecked(this);
102
+ }
103
+ };
104
+ CalendarComponent.decorators = [
105
+ { type: Component, args: [{
106
+ selector: 'ejs-calendar',
107
+ inputs: inputs,
108
+ outputs: outputs,
109
+ template: '',
110
+ changeDetection: ChangeDetectionStrategy.OnPush,
111
+ providers: [
112
+ {
113
+ provide: NG_VALUE_ACCESSOR,
114
+ useExisting: forwardRef(() => CalendarComponent_1),
115
+ multi: true
116
+ }
117
+ ],
118
+ queries: {}
119
+ },] },
120
+ ];
121
+ /**
122
+ * @nocollapse
123
+ */
124
+ CalendarComponent.ctorParameters = () => [
125
+ { type: ElementRef, },
126
+ { type: Renderer2, },
127
+ { type: ViewContainerRef, },
128
+ { type: Injector, },
129
+ { type: ChangeDetectorRef, },
130
+ ];
131
+ CalendarComponent = CalendarComponent_1 = __decorate([
132
+ ComponentMixins([ComponentBase, FormBase]),
133
+ __metadata("design:paramtypes", [ElementRef,
134
+ Renderer2,
135
+ ViewContainerRef,
136
+ Injector,
137
+ ChangeDetectorRef])
138
+ ], CalendarComponent);
139
+ var CalendarComponent_1;
140
+
141
+ /**
142
+ * NgModule definition for the Calendar component.
143
+ */
144
+ class CalendarModule {
145
+ }
146
+ CalendarModule.decorators = [
147
+ { type: NgModule, args: [{
148
+ imports: [CommonModule],
149
+ declarations: [
150
+ CalendarComponent
151
+ ],
152
+ exports: [
153
+ CalendarComponent
154
+ ]
155
+ },] },
156
+ ];
157
+ /**
158
+ * @nocollapse
159
+ */
160
+ CalendarModule.ctorParameters = () => [];
161
+
162
+ const IslamicService = { provide: 'CalendarsIslamic', useValue: Islamic };
163
+ /**
164
+ * NgModule definition for the Calendar component with providers.
165
+ */
166
+ class CalendarAllModule {
167
+ }
168
+ CalendarAllModule.decorators = [
169
+ { type: NgModule, args: [{
170
+ imports: [CommonModule, CalendarModule],
171
+ exports: [
172
+ CalendarModule
173
+ ],
174
+ providers: [
175
+ IslamicService
176
+ ]
177
+ },] },
178
+ ];
179
+ /**
180
+ * @nocollapse
181
+ */
182
+ CalendarAllModule.ctorParameters = () => [];
183
+
184
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
185
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
186
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
187
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
188
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
189
+ };
190
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
191
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
192
+ };
193
+ const inputs$1 = ['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'];
194
+ const outputs$1 = ['blur', 'change', 'cleared', 'close', 'created', 'destroyed', 'focus', 'navigated', 'open', 'renderDayCell', 'valueChange'];
195
+ const twoWays$1 = ['value'];
196
+ /**
197
+ * Represents the Essential JS 2 Angular DatePicker Component.
198
+ * ```html
199
+ * <ejs-datepicker [value]='date'></ejs-datepicker>
200
+ * ```
201
+ */
202
+ let DatePickerComponent = DatePickerComponent_1 = class DatePickerComponent extends DatePicker {
203
+ /**
204
+ * @param {?} ngEle
205
+ * @param {?} srenderer
206
+ * @param {?} viewContainerRef
207
+ * @param {?} injector
208
+ * @param {?} cdr
209
+ */
210
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
211
+ super();
212
+ this.ngEle = ngEle;
213
+ this.srenderer = srenderer;
214
+ this.viewContainerRef = viewContainerRef;
215
+ this.injector = injector;
216
+ this.cdr = cdr;
217
+ this.skipFromEvent = true;
218
+ this.element = this.ngEle.nativeElement;
219
+ this.injectedModules = this.injectedModules || [];
220
+ try {
221
+ let mod = this.injector.get('CalendarsIslamic');
222
+ if (this.injectedModules.indexOf(mod) === -1) {
223
+ this.injectedModules.push(mod);
224
+ }
225
+ }
226
+ catch (_a) { }
227
+ try {
228
+ let mod = this.injector.get('CalendarsMaskedDateTime');
229
+ if (this.injectedModules.indexOf(mod) === -1) {
230
+ this.injectedModules.push(mod);
231
+ }
232
+ }
233
+ catch (_b) { }
234
+ this.registerEvents(outputs$1);
235
+ this.addTwoWay.call(this, twoWays$1);
236
+ setValue('currentInstance', this, this.viewContainerRef);
237
+ this.formContext = new FormBase();
238
+ this.formCompContext = new ComponentBase();
239
+ }
240
+ /**
241
+ * @param {?} registerFunction
242
+ * @return {?}
243
+ */
244
+ registerOnChange(registerFunction) {
245
+ }
246
+ /**
247
+ * @param {?} registerFunction
248
+ * @return {?}
249
+ */
250
+ registerOnTouched(registerFunction) {
251
+ }
252
+ /**
253
+ * @param {?} value
254
+ * @return {?}
255
+ */
256
+ writeValue(value) {
257
+ }
258
+ /**
259
+ * @param {?} disabled
260
+ * @return {?}
261
+ */
262
+ setDisabledState(disabled) {
263
+ }
264
+ /**
265
+ * @return {?}
266
+ */
267
+ ngOnInit() {
268
+ this.formCompContext.ngOnInit(this);
269
+ }
270
+ /**
271
+ * @return {?}
272
+ */
273
+ ngAfterViewInit() {
274
+ this.formContext.ngAfterViewInit(this);
275
+ }
276
+ /**
277
+ * @return {?}
278
+ */
279
+ ngOnDestroy() {
280
+ this.formCompContext.ngOnDestroy(this);
281
+ }
282
+ /**
283
+ * @return {?}
284
+ */
285
+ ngAfterContentChecked() {
286
+ this.formCompContext.ngAfterContentChecked(this);
287
+ }
288
+ };
289
+ DatePickerComponent.decorators = [
290
+ { type: Component, args: [{
291
+ selector: 'ejs-datepicker',
292
+ inputs: inputs$1,
293
+ outputs: outputs$1,
294
+ template: '',
295
+ changeDetection: ChangeDetectionStrategy.OnPush,
296
+ providers: [
297
+ {
298
+ provide: NG_VALUE_ACCESSOR,
299
+ useExisting: forwardRef(() => DatePickerComponent_1),
300
+ multi: true
301
+ }
302
+ ],
303
+ queries: {}
304
+ },] },
305
+ ];
306
+ /**
307
+ * @nocollapse
308
+ */
309
+ DatePickerComponent.ctorParameters = () => [
310
+ { type: ElementRef, },
311
+ { type: Renderer2, },
312
+ { type: ViewContainerRef, },
313
+ { type: Injector, },
314
+ { type: ChangeDetectorRef, },
315
+ ];
316
+ DatePickerComponent = DatePickerComponent_1 = __decorate$1([
317
+ ComponentMixins([ComponentBase, FormBase]),
318
+ __metadata$1("design:paramtypes", [ElementRef,
319
+ Renderer2,
320
+ ViewContainerRef,
321
+ Injector,
322
+ ChangeDetectorRef])
323
+ ], DatePickerComponent);
324
+ var DatePickerComponent_1;
325
+
326
+ /**
327
+ * NgModule definition for the DatePicker component.
328
+ */
329
+ class DatePickerModule {
330
+ }
331
+ DatePickerModule.decorators = [
332
+ { type: NgModule, args: [{
333
+ imports: [CommonModule],
334
+ declarations: [
335
+ DatePickerComponent
336
+ ],
337
+ exports: [
338
+ DatePickerComponent
339
+ ]
340
+ },] },
341
+ ];
342
+ /**
343
+ * @nocollapse
344
+ */
345
+ DatePickerModule.ctorParameters = () => [];
346
+
347
+ const MaskedDateTimeService = { provide: 'CalendarsMaskedDateTime', useValue: MaskedDateTime };
348
+ /**
349
+ * NgModule definition for the DatePicker component with providers.
350
+ */
351
+ class DatePickerAllModule {
352
+ }
353
+ DatePickerAllModule.decorators = [
354
+ { type: NgModule, args: [{
355
+ imports: [CommonModule, DatePickerModule],
356
+ exports: [
357
+ DatePickerModule
358
+ ],
359
+ providers: [
360
+ MaskedDateTimeService
361
+ ]
362
+ },] },
363
+ ];
364
+ /**
365
+ * @nocollapse
366
+ */
367
+ DatePickerAllModule.ctorParameters = () => [];
368
+
369
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
370
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
371
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
372
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
373
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
374
+ };
375
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
376
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
377
+ };
378
+ const inputs$2 = ['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'];
379
+ const outputs$2 = ['blur', 'change', 'cleared', 'close', 'created', 'destroyed', 'focus', 'itemRender', 'open', 'valueChange'];
380
+ const twoWays$2 = ['value'];
381
+ /**
382
+ * Represents the Essential JS 2 Angular TimePicker Component.
383
+ * ```html
384
+ * <ejs-timepicker [value]='dateTime'></ejs-timepicker>
385
+ * ```
386
+ */
387
+ let TimePickerComponent = TimePickerComponent_1 = class TimePickerComponent extends TimePicker {
388
+ /**
389
+ * @param {?} ngEle
390
+ * @param {?} srenderer
391
+ * @param {?} viewContainerRef
392
+ * @param {?} injector
393
+ * @param {?} cdr
394
+ */
395
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
396
+ super();
397
+ this.ngEle = ngEle;
398
+ this.srenderer = srenderer;
399
+ this.viewContainerRef = viewContainerRef;
400
+ this.injector = injector;
401
+ this.cdr = cdr;
402
+ this.skipFromEvent = true;
403
+ this.element = this.ngEle.nativeElement;
404
+ this.injectedModules = this.injectedModules || [];
405
+ try {
406
+ let mod = this.injector.get('CalendarsMaskedDateTime');
407
+ if (this.injectedModules.indexOf(mod) === -1) {
408
+ this.injectedModules.push(mod);
409
+ }
410
+ }
411
+ catch (_a) { }
412
+ this.registerEvents(outputs$2);
413
+ this.addTwoWay.call(this, twoWays$2);
414
+ setValue('currentInstance', this, this.viewContainerRef);
415
+ this.formContext = new FormBase();
416
+ this.formCompContext = new ComponentBase();
417
+ }
418
+ /**
419
+ * @param {?} registerFunction
420
+ * @return {?}
421
+ */
422
+ registerOnChange(registerFunction) {
423
+ }
424
+ /**
425
+ * @param {?} registerFunction
426
+ * @return {?}
427
+ */
428
+ registerOnTouched(registerFunction) {
429
+ }
430
+ /**
431
+ * @param {?} value
432
+ * @return {?}
433
+ */
434
+ writeValue(value) {
435
+ }
436
+ /**
437
+ * @param {?} disabled
438
+ * @return {?}
439
+ */
440
+ setDisabledState(disabled) {
441
+ }
442
+ /**
443
+ * @return {?}
444
+ */
445
+ ngOnInit() {
446
+ this.formCompContext.ngOnInit(this);
447
+ }
448
+ /**
449
+ * @return {?}
450
+ */
451
+ ngAfterViewInit() {
452
+ this.formContext.ngAfterViewInit(this);
453
+ }
454
+ /**
455
+ * @return {?}
456
+ */
457
+ ngOnDestroy() {
458
+ this.formCompContext.ngOnDestroy(this);
459
+ }
460
+ /**
461
+ * @return {?}
462
+ */
463
+ ngAfterContentChecked() {
464
+ this.formCompContext.ngAfterContentChecked(this);
465
+ }
466
+ };
467
+ TimePickerComponent.decorators = [
468
+ { type: Component, args: [{
469
+ selector: 'ejs-timepicker',
470
+ inputs: inputs$2,
471
+ outputs: outputs$2,
472
+ template: '',
473
+ changeDetection: ChangeDetectionStrategy.OnPush,
474
+ providers: [
475
+ {
476
+ provide: NG_VALUE_ACCESSOR,
477
+ useExisting: forwardRef(() => TimePickerComponent_1),
478
+ multi: true
479
+ }
480
+ ],
481
+ queries: {}
482
+ },] },
483
+ ];
484
+ /**
485
+ * @nocollapse
486
+ */
487
+ TimePickerComponent.ctorParameters = () => [
488
+ { type: ElementRef, },
489
+ { type: Renderer2, },
490
+ { type: ViewContainerRef, },
491
+ { type: Injector, },
492
+ { type: ChangeDetectorRef, },
493
+ ];
494
+ TimePickerComponent = TimePickerComponent_1 = __decorate$2([
495
+ ComponentMixins([ComponentBase, FormBase]),
496
+ __metadata$2("design:paramtypes", [ElementRef,
497
+ Renderer2,
498
+ ViewContainerRef,
499
+ Injector,
500
+ ChangeDetectorRef])
501
+ ], TimePickerComponent);
502
+ var TimePickerComponent_1;
503
+
504
+ /**
505
+ * NgModule definition for the TimePicker component.
506
+ */
507
+ class TimePickerModule {
508
+ }
509
+ TimePickerModule.decorators = [
510
+ { type: NgModule, args: [{
511
+ imports: [CommonModule],
512
+ declarations: [
513
+ TimePickerComponent
514
+ ],
515
+ exports: [
516
+ TimePickerComponent
517
+ ]
518
+ },] },
519
+ ];
520
+ /**
521
+ * @nocollapse
522
+ */
523
+ TimePickerModule.ctorParameters = () => [];
524
+
525
+ /**
526
+ * NgModule definition for the TimePicker component with providers.
527
+ */
528
+ class TimePickerAllModule {
529
+ }
530
+ TimePickerAllModule.decorators = [
531
+ { type: NgModule, args: [{
532
+ imports: [CommonModule, TimePickerModule],
533
+ exports: [
534
+ TimePickerModule
535
+ ],
536
+ providers: []
537
+ },] },
538
+ ];
539
+ /**
540
+ * @nocollapse
541
+ */
542
+ TimePickerAllModule.ctorParameters = () => [];
543
+
544
+ let input = ['end', 'label', 'start'];
545
+ let outputs$3 = [];
546
+ /**
547
+ * 'e-presets' directive represent a presets of angular daterangepicker
548
+ * It must be contained in a daterangepicker component(`ej-daterangepicker`).
549
+ * ```html
550
+ * <ejs-daterangepicker id='range'>
551
+ * <e-presets>
552
+ * <e-preset label='Last Week' [start]=new Date('06/07/2018') [end]= new Date('06/01/2018')></e-preset>
553
+ * <e-preset label='Last Month' [start]=new Date('06/07/2018') [end]= new Date('05/07/2018')></e-preset>
554
+ * </e-presets>
555
+ * </ejs-daterangepicker>
556
+ * ```
557
+ */
558
+ class PresetDirective extends ComplexBase {
559
+ /**
560
+ * @param {?} viewContainerRef
561
+ */
562
+ constructor(viewContainerRef) {
563
+ super();
564
+ this.viewContainerRef = viewContainerRef;
565
+ setValue('currentInstance', this, this.viewContainerRef);
566
+ this.registerEvents(outputs$3);
567
+ this.directivePropList = input;
568
+ }
569
+ }
570
+ PresetDirective.decorators = [
571
+ { type: Directive, args: [{
572
+ selector: 'e-presets>e-preset',
573
+ inputs: input,
574
+ outputs: outputs$3,
575
+ queries: {}
576
+ },] },
577
+ ];
578
+ /**
579
+ * @nocollapse
580
+ */
581
+ PresetDirective.ctorParameters = () => [
582
+ { type: ViewContainerRef, },
583
+ ];
584
+ /**
585
+ * Preset Array Directive
586
+ */
587
+ class PresetsDirective extends ArrayBase {
588
+ constructor() {
589
+ super('presets');
590
+ }
591
+ }
592
+ PresetsDirective.decorators = [
593
+ { type: Directive, args: [{
594
+ selector: 'ejs-daterangepicker>e-presets',
595
+ queries: {
596
+ children: new ContentChildren(PresetDirective)
597
+ },
598
+ },] },
599
+ ];
600
+ /**
601
+ * @nocollapse
602
+ */
603
+ PresetsDirective.ctorParameters = () => [];
604
+
605
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
606
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
607
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
608
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
609
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
610
+ };
611
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
612
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
613
+ };
614
+ const inputs$3 = ['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'];
615
+ const outputs$4 = ['blur', 'change', 'cleared', 'close', 'created', 'destroyed', 'focus', 'navigated', 'open', 'renderDayCell', 'select', 'startDateChange', 'endDateChange', 'valueChange'];
616
+ const twoWays$3 = ['startDate', 'endDate', 'value'];
617
+ /**
618
+ * Represents the Essential JS 2 Angular DateRangePicker Component.
619
+ * ```html
620
+ * <ejs-daterangepicker [startDate]='date' [endDate]='date'></ejs-daterangepicker>
621
+ * ```
622
+ */
623
+ let DateRangePickerComponent = DateRangePickerComponent_1 = class DateRangePickerComponent extends DateRangePicker {
624
+ /**
625
+ * @param {?} ngEle
626
+ * @param {?} srenderer
627
+ * @param {?} viewContainerRef
628
+ * @param {?} injector
629
+ * @param {?} cdr
630
+ */
631
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
632
+ super();
633
+ this.ngEle = ngEle;
634
+ this.srenderer = srenderer;
635
+ this.viewContainerRef = viewContainerRef;
636
+ this.injector = injector;
637
+ this.cdr = cdr;
638
+ this.tags = ['presets'];
639
+ this.skipFromEvent = true;
640
+ this.element = this.ngEle.nativeElement;
641
+ this.injectedModules = this.injectedModules || [];
642
+ this.registerEvents(outputs$4);
643
+ this.addTwoWay.call(this, twoWays$3);
644
+ setValue('currentInstance', this, this.viewContainerRef);
645
+ this.formContext = new FormBase();
646
+ this.formCompContext = new ComponentBase();
647
+ }
648
+ /**
649
+ * @param {?} registerFunction
650
+ * @return {?}
651
+ */
652
+ registerOnChange(registerFunction) {
653
+ }
654
+ /**
655
+ * @param {?} registerFunction
656
+ * @return {?}
657
+ */
658
+ registerOnTouched(registerFunction) {
659
+ }
660
+ /**
661
+ * @param {?} value
662
+ * @return {?}
663
+ */
664
+ writeValue(value) {
665
+ }
666
+ /**
667
+ * @param {?} disabled
668
+ * @return {?}
669
+ */
670
+ setDisabledState(disabled) {
671
+ }
672
+ /**
673
+ * @return {?}
674
+ */
675
+ ngOnInit() {
676
+ this.formCompContext.ngOnInit(this);
677
+ }
678
+ /**
679
+ * @return {?}
680
+ */
681
+ ngAfterViewInit() {
682
+ this.formContext.ngAfterViewInit(this);
683
+ }
684
+ /**
685
+ * @return {?}
686
+ */
687
+ ngOnDestroy() {
688
+ this.formCompContext.ngOnDestroy(this);
689
+ }
690
+ /**
691
+ * @return {?}
692
+ */
693
+ ngAfterContentChecked() {
694
+ this.tagObjects[0].instance = this.childPresets;
695
+ this.formCompContext.ngAfterContentChecked(this);
696
+ }
697
+ };
698
+ DateRangePickerComponent.decorators = [
699
+ { type: Component, args: [{
700
+ selector: 'ejs-daterangepicker',
701
+ inputs: inputs$3,
702
+ outputs: outputs$4,
703
+ template: '',
704
+ changeDetection: ChangeDetectionStrategy.OnPush,
705
+ providers: [
706
+ {
707
+ provide: NG_VALUE_ACCESSOR,
708
+ useExisting: forwardRef(() => DateRangePickerComponent_1),
709
+ multi: true
710
+ }
711
+ ],
712
+ queries: {
713
+ childPresets: new ContentChild(PresetsDirective)
714
+ }
715
+ },] },
716
+ ];
717
+ /**
718
+ * @nocollapse
719
+ */
720
+ DateRangePickerComponent.ctorParameters = () => [
721
+ { type: ElementRef, },
722
+ { type: Renderer2, },
723
+ { type: ViewContainerRef, },
724
+ { type: Injector, },
725
+ { type: ChangeDetectorRef, },
726
+ ];
727
+ DateRangePickerComponent.propDecorators = {
728
+ 'start': [{ type: ContentChild, args: ['start',] },],
729
+ 'end': [{ type: ContentChild, args: ['end',] },],
730
+ };
731
+ __decorate$3([
732
+ Template(),
733
+ __metadata$3("design:type", Object)
734
+ ], DateRangePickerComponent.prototype, "start", void 0);
735
+ __decorate$3([
736
+ Template(),
737
+ __metadata$3("design:type", Object)
738
+ ], DateRangePickerComponent.prototype, "end", void 0);
739
+ DateRangePickerComponent = DateRangePickerComponent_1 = __decorate$3([
740
+ ComponentMixins([ComponentBase, FormBase]),
741
+ __metadata$3("design:paramtypes", [ElementRef,
742
+ Renderer2,
743
+ ViewContainerRef,
744
+ Injector,
745
+ ChangeDetectorRef])
746
+ ], DateRangePickerComponent);
747
+ var DateRangePickerComponent_1;
748
+
749
+ /**
750
+ * NgModule definition for the DateRangePicker component.
751
+ */
752
+ class DateRangePickerModule {
753
+ }
754
+ DateRangePickerModule.decorators = [
755
+ { type: NgModule, args: [{
756
+ imports: [CommonModule],
757
+ declarations: [
758
+ DateRangePickerComponent,
759
+ PresetDirective,
760
+ PresetsDirective
761
+ ],
762
+ exports: [
763
+ DateRangePickerComponent,
764
+ PresetDirective,
765
+ PresetsDirective
766
+ ]
767
+ },] },
768
+ ];
769
+ /**
770
+ * @nocollapse
771
+ */
772
+ DateRangePickerModule.ctorParameters = () => [];
773
+
774
+ /**
775
+ * NgModule definition for the DateRangePicker component with providers.
776
+ */
777
+ class DateRangePickerAllModule {
778
+ }
779
+ DateRangePickerAllModule.decorators = [
780
+ { type: NgModule, args: [{
781
+ imports: [CommonModule, DateRangePickerModule],
782
+ exports: [
783
+ DateRangePickerModule
784
+ ],
785
+ providers: []
786
+ },] },
787
+ ];
788
+ /**
789
+ * @nocollapse
790
+ */
791
+ DateRangePickerAllModule.ctorParameters = () => [];
792
+
793
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
794
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
795
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
796
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
797
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
798
+ };
799
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
800
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
801
+ };
802
+ const inputs$4 = ['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'];
803
+ const outputs$5 = ['blur', 'change', 'cleared', 'close', 'created', 'destroyed', 'focus', 'navigated', 'open', 'renderDayCell', 'valueChange'];
804
+ const twoWays$4 = ['value'];
805
+ /**
806
+ * Represents the Essential JS 2 Angular DateTimePicker Component.
807
+ * ```html
808
+ * <ejs-datetimepicker [value]='dateTime'></ejs-datetimepicker>
809
+ * ```
810
+ */
811
+ let DateTimePickerComponent = DateTimePickerComponent_1 = class DateTimePickerComponent extends DateTimePicker {
812
+ /**
813
+ * @param {?} ngEle
814
+ * @param {?} srenderer
815
+ * @param {?} viewContainerRef
816
+ * @param {?} injector
817
+ * @param {?} cdr
818
+ */
819
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
820
+ super();
821
+ this.ngEle = ngEle;
822
+ this.srenderer = srenderer;
823
+ this.viewContainerRef = viewContainerRef;
824
+ this.injector = injector;
825
+ this.cdr = cdr;
826
+ this.skipFromEvent = true;
827
+ this.element = this.ngEle.nativeElement;
828
+ this.injectedModules = this.injectedModules || [];
829
+ try {
830
+ let mod = this.injector.get('CalendarsIslamic');
831
+ if (this.injectedModules.indexOf(mod) === -1) {
832
+ this.injectedModules.push(mod);
833
+ }
834
+ }
835
+ catch (_a) { }
836
+ try {
837
+ let mod = this.injector.get('CalendarsMaskedDateTime');
838
+ if (this.injectedModules.indexOf(mod) === -1) {
839
+ this.injectedModules.push(mod);
840
+ }
841
+ }
842
+ catch (_b) { }
843
+ this.registerEvents(outputs$5);
844
+ this.addTwoWay.call(this, twoWays$4);
845
+ setValue('currentInstance', this, this.viewContainerRef);
846
+ this.formContext = new FormBase();
847
+ this.formCompContext = new ComponentBase();
848
+ }
849
+ /**
850
+ * @param {?} registerFunction
851
+ * @return {?}
852
+ */
853
+ registerOnChange(registerFunction) {
854
+ }
855
+ /**
856
+ * @param {?} registerFunction
857
+ * @return {?}
858
+ */
859
+ registerOnTouched(registerFunction) {
860
+ }
861
+ /**
862
+ * @param {?} value
863
+ * @return {?}
864
+ */
865
+ writeValue(value) {
866
+ }
867
+ /**
868
+ * @param {?} disabled
869
+ * @return {?}
870
+ */
871
+ setDisabledState(disabled) {
872
+ }
873
+ /**
874
+ * @return {?}
875
+ */
876
+ ngOnInit() {
877
+ this.formCompContext.ngOnInit(this);
878
+ }
879
+ /**
880
+ * @return {?}
881
+ */
882
+ ngAfterViewInit() {
883
+ this.formContext.ngAfterViewInit(this);
884
+ }
885
+ /**
886
+ * @return {?}
887
+ */
888
+ ngOnDestroy() {
889
+ this.formCompContext.ngOnDestroy(this);
890
+ }
891
+ /**
892
+ * @return {?}
893
+ */
894
+ ngAfterContentChecked() {
895
+ this.formCompContext.ngAfterContentChecked(this);
896
+ }
897
+ };
898
+ DateTimePickerComponent.decorators = [
899
+ { type: Component, args: [{
900
+ selector: 'ejs-datetimepicker',
901
+ inputs: inputs$4,
902
+ outputs: outputs$5,
903
+ template: '',
904
+ changeDetection: ChangeDetectionStrategy.OnPush,
905
+ providers: [
906
+ {
907
+ provide: NG_VALUE_ACCESSOR,
908
+ useExisting: forwardRef(() => DateTimePickerComponent_1),
909
+ multi: true
910
+ }
911
+ ],
912
+ queries: {}
913
+ },] },
914
+ ];
915
+ /**
916
+ * @nocollapse
917
+ */
918
+ DateTimePickerComponent.ctorParameters = () => [
919
+ { type: ElementRef, },
920
+ { type: Renderer2, },
921
+ { type: ViewContainerRef, },
922
+ { type: Injector, },
923
+ { type: ChangeDetectorRef, },
924
+ ];
925
+ DateTimePickerComponent = DateTimePickerComponent_1 = __decorate$4([
926
+ ComponentMixins([ComponentBase, FormBase]),
927
+ __metadata$4("design:paramtypes", [ElementRef,
928
+ Renderer2,
929
+ ViewContainerRef,
930
+ Injector,
931
+ ChangeDetectorRef])
932
+ ], DateTimePickerComponent);
933
+ var DateTimePickerComponent_1;
934
+
935
+ /**
936
+ * NgModule definition for the DateTimePicker component.
937
+ */
938
+ class DateTimePickerModule {
939
+ }
940
+ DateTimePickerModule.decorators = [
941
+ { type: NgModule, args: [{
942
+ imports: [CommonModule],
943
+ declarations: [
944
+ DateTimePickerComponent
945
+ ],
946
+ exports: [
947
+ DateTimePickerComponent
948
+ ]
949
+ },] },
950
+ ];
951
+ /**
952
+ * @nocollapse
953
+ */
954
+ DateTimePickerModule.ctorParameters = () => [];
955
+
956
+ /**
957
+ * NgModule definition for the DateTimePicker component with providers.
958
+ */
959
+ class DateTimePickerAllModule {
960
+ }
961
+ DateTimePickerAllModule.decorators = [
962
+ { type: NgModule, args: [{
963
+ imports: [CommonModule, DateTimePickerModule],
964
+ exports: [
965
+ DateTimePickerModule
966
+ ],
967
+ providers: []
968
+ },] },
969
+ ];
970
+ /**
971
+ * @nocollapse
972
+ */
973
+ DateTimePickerAllModule.ctorParameters = () => [];
974
+
975
+ /**
976
+ * Generated bundle index. Do not edit.
977
+ */
978
+
979
+ export { CalendarComponent, CalendarModule, CalendarAllModule, IslamicService, DatePickerComponent, DatePickerModule, DatePickerAllModule, MaskedDateTimeService, TimePickerComponent, TimePickerModule, TimePickerAllModule, PresetDirective, PresetsDirective, DateRangePickerComponent, DateRangePickerModule, DateRangePickerAllModule, DateTimePickerComponent, DateTimePickerModule, DateTimePickerAllModule, inputs as ɵa, outputs as ɵb, inputs$1 as ɵc, outputs$1 as ɵd, inputs$3 as ɵg, outputs$4 as ɵh, inputs$4 as ɵi, outputs$5 as ɵj, inputs$2 as ɵe, outputs$2 as ɵf };
980
+ export { CalendarBase, Calendar, Islamic, DatePicker, Presets, DateRangePicker, TimePickerBase, TimeMaskPlaceholder, TimePicker, DateTimePicker, MaskedDateTime } from '@syncfusion/ej2-calendars';
981
+ //# sourceMappingURL=ej2-angular-calendars.js.map