@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (665) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +961 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1372 -0
  6. package/dist/ej2-angular-calendars.umd.js +1073 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +150 -0
  15. package/schematics/generators/calendar-daterange/index.d.ts +3 -0
  16. package/schematics/generators/calendar-daterange/index.js +8 -0
  17. package/schematics/generators/calendar-daterange/sample-details.d.ts +5 -0
  18. package/schematics/generators/calendar-daterange/sample-details.js +7 -0
  19. package/schematics/generators/calendar-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  20. package/schematics/generators/calendar-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  21. package/schematics/generators/calendar-daterange/schema.d.ts +3 -0
  22. package/schematics/generators/calendar-daterange/schema.js +2 -0
  23. package/schematics/generators/calendar-daterange/schema.json +125 -0
  24. package/schematics/generators/calendar-disableddates/index.d.ts +3 -0
  25. package/schematics/generators/calendar-disableddates/index.js +8 -0
  26. package/schematics/generators/calendar-disableddates/sample-details.d.ts +5 -0
  27. package/schematics/generators/calendar-disableddates/sample-details.js +7 -0
  28. package/schematics/generators/calendar-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  29. package/schematics/generators/calendar-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  30. package/schematics/generators/calendar-disableddates/schema.d.ts +3 -0
  31. package/schematics/generators/calendar-disableddates/schema.js +2 -0
  32. package/schematics/generators/calendar-disableddates/schema.json +125 -0
  33. package/schematics/generators/calendar-multiselection/index.d.ts +3 -0
  34. package/schematics/generators/calendar-multiselection/index.js +8 -0
  35. package/schematics/generators/calendar-multiselection/sample-details.d.ts +5 -0
  36. package/schematics/generators/calendar-multiselection/sample-details.js +7 -0
  37. package/schematics/generators/calendar-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +61 -0
  38. package/schematics/generators/calendar-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  39. package/schematics/generators/calendar-multiselection/schema.d.ts +3 -0
  40. package/schematics/generators/calendar-multiselection/schema.js +2 -0
  41. package/schematics/generators/calendar-multiselection/schema.json +125 -0
  42. package/schematics/generators/calendar-views/index.d.ts +3 -0
  43. package/schematics/generators/calendar-views/index.js +8 -0
  44. package/schematics/generators/calendar-views/sample-details.d.ts +5 -0
  45. package/schematics/generators/calendar-views/sample-details.js +7 -0
  46. package/schematics/generators/calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  47. package/schematics/generators/calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  48. package/schematics/generators/calendar-views/schema.d.ts +3 -0
  49. package/schematics/generators/calendar-views/schema.js +2 -0
  50. package/schematics/generators/calendar-views/schema.json +125 -0
  51. package/schematics/generators/calendar-weeknumber/index.d.ts +3 -0
  52. package/schematics/generators/calendar-weeknumber/index.js +8 -0
  53. package/schematics/generators/calendar-weeknumber/sample-details.d.ts +5 -0
  54. package/schematics/generators/calendar-weeknumber/sample-details.js +7 -0
  55. package/schematics/generators/calendar-weeknumber/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
  56. package/schematics/generators/calendar-weeknumber/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  57. package/schematics/generators/calendar-weeknumber/schema.d.ts +3 -0
  58. package/schematics/generators/calendar-weeknumber/schema.js +2 -0
  59. package/schematics/generators/calendar-weeknumber/schema.json +125 -0
  60. package/schematics/generators/datepicker-daterange/index.d.ts +3 -0
  61. package/schematics/generators/datepicker-daterange/index.js +8 -0
  62. package/schematics/generators/datepicker-daterange/sample-details.d.ts +5 -0
  63. package/schematics/generators/datepicker-daterange/sample-details.js +7 -0
  64. package/schematics/generators/datepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  65. package/schematics/generators/datepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  66. package/schematics/generators/datepicker-daterange/schema.d.ts +3 -0
  67. package/schematics/generators/datepicker-daterange/schema.js +2 -0
  68. package/schematics/generators/datepicker-daterange/schema.json +125 -0
  69. package/schematics/generators/datepicker-disableddates/index.d.ts +3 -0
  70. package/schematics/generators/datepicker-disableddates/index.js +8 -0
  71. package/schematics/generators/datepicker-disableddates/sample-details.d.ts +5 -0
  72. package/schematics/generators/datepicker-disableddates/sample-details.js +7 -0
  73. package/schematics/generators/datepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  74. package/schematics/generators/datepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  75. package/schematics/generators/datepicker-disableddates/schema.d.ts +3 -0
  76. package/schematics/generators/datepicker-disableddates/schema.js +2 -0
  77. package/schematics/generators/datepicker-disableddates/schema.json +125 -0
  78. package/schematics/generators/datepicker-format/index.d.ts +3 -0
  79. package/schematics/generators/datepicker-format/index.js +8 -0
  80. package/schematics/generators/datepicker-format/sample-details.d.ts +5 -0
  81. package/schematics/generators/datepicker-format/sample-details.js +7 -0
  82. package/schematics/generators/datepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  83. package/schematics/generators/datepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +27 -0
  84. package/schematics/generators/datepicker-format/schema.d.ts +3 -0
  85. package/schematics/generators/datepicker-format/schema.js +2 -0
  86. package/schematics/generators/datepicker-format/schema.json +125 -0
  87. package/schematics/generators/datepicker-multiselection/index.d.ts +3 -0
  88. package/schematics/generators/datepicker-multiselection/index.js +8 -0
  89. package/schematics/generators/datepicker-multiselection/sample-details.d.ts +5 -0
  90. package/schematics/generators/datepicker-multiselection/sample-details.js +7 -0
  91. package/schematics/generators/datepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  92. package/schematics/generators/datepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  93. package/schematics/generators/datepicker-multiselection/schema.d.ts +3 -0
  94. package/schematics/generators/datepicker-multiselection/schema.js +2 -0
  95. package/schematics/generators/datepicker-multiselection/schema.json +125 -0
  96. package/schematics/generators/datepicker-strictmode/index.d.ts +3 -0
  97. package/schematics/generators/datepicker-strictmode/index.js +8 -0
  98. package/schematics/generators/datepicker-strictmode/sample-details.d.ts +5 -0
  99. package/schematics/generators/datepicker-strictmode/sample-details.js +7 -0
  100. package/schematics/generators/datepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  101. package/schematics/generators/datepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  102. package/schematics/generators/datepicker-strictmode/schema.d.ts +3 -0
  103. package/schematics/generators/datepicker-strictmode/schema.js +2 -0
  104. package/schematics/generators/datepicker-strictmode/schema.json +125 -0
  105. package/schematics/generators/datepicker-views/index.d.ts +3 -0
  106. package/schematics/generators/datepicker-views/index.js +8 -0
  107. package/schematics/generators/datepicker-views/sample-details.d.ts +5 -0
  108. package/schematics/generators/datepicker-views/sample-details.js +7 -0
  109. package/schematics/generators/datepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  110. package/schematics/generators/datepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  111. package/schematics/generators/datepicker-views/schema.d.ts +3 -0
  112. package/schematics/generators/datepicker-views/schema.js +2 -0
  113. package/schematics/generators/datepicker-views/schema.json +125 -0
  114. package/schematics/generators/daterangepicker-daterange/index.d.ts +3 -0
  115. package/schematics/generators/daterangepicker-daterange/index.js +8 -0
  116. package/schematics/generators/daterangepicker-daterange/sample-details.d.ts +5 -0
  117. package/schematics/generators/daterangepicker-daterange/sample-details.js +7 -0
  118. package/schematics/generators/daterangepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  119. package/schematics/generators/daterangepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  120. package/schematics/generators/daterangepicker-daterange/schema.d.ts +3 -0
  121. package/schematics/generators/daterangepicker-daterange/schema.js +2 -0
  122. package/schematics/generators/daterangepicker-daterange/schema.json +125 -0
  123. package/schematics/generators/daterangepicker-dayspan/index.d.ts +3 -0
  124. package/schematics/generators/daterangepicker-dayspan/index.js +8 -0
  125. package/schematics/generators/daterangepicker-dayspan/sample-details.d.ts +5 -0
  126. package/schematics/generators/daterangepicker-dayspan/sample-details.js +7 -0
  127. package/schematics/generators/daterangepicker-dayspan/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  128. package/schematics/generators/daterangepicker-dayspan/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  129. package/schematics/generators/daterangepicker-dayspan/schema.d.ts +3 -0
  130. package/schematics/generators/daterangepicker-dayspan/schema.js +2 -0
  131. package/schematics/generators/daterangepicker-dayspan/schema.json +125 -0
  132. package/schematics/generators/daterangepicker-disableddates/index.d.ts +3 -0
  133. package/schematics/generators/daterangepicker-disableddates/index.js +8 -0
  134. package/schematics/generators/daterangepicker-disableddates/sample-details.d.ts +5 -0
  135. package/schematics/generators/daterangepicker-disableddates/sample-details.js +7 -0
  136. package/schematics/generators/daterangepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  137. package/schematics/generators/daterangepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  138. package/schematics/generators/daterangepicker-disableddates/schema.d.ts +3 -0
  139. package/schematics/generators/daterangepicker-disableddates/schema.js +2 -0
  140. package/schematics/generators/daterangepicker-disableddates/schema.json +125 -0
  141. package/schematics/generators/daterangepicker-format/index.d.ts +3 -0
  142. package/schematics/generators/daterangepicker-format/index.js +8 -0
  143. package/schematics/generators/daterangepicker-format/sample-details.d.ts +5 -0
  144. package/schematics/generators/daterangepicker-format/sample-details.js +7 -0
  145. package/schematics/generators/daterangepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  146. package/schematics/generators/daterangepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +28 -0
  147. package/schematics/generators/daterangepicker-format/schema.d.ts +3 -0
  148. package/schematics/generators/daterangepicker-format/schema.js +2 -0
  149. package/schematics/generators/daterangepicker-format/schema.json +125 -0
  150. package/schematics/generators/daterangepicker-presets/index.d.ts +3 -0
  151. package/schematics/generators/daterangepicker-presets/index.js +8 -0
  152. package/schematics/generators/daterangepicker-presets/sample-details.d.ts +5 -0
  153. package/schematics/generators/daterangepicker-presets/sample-details.js +7 -0
  154. package/schematics/generators/daterangepicker-presets/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  155. package/schematics/generators/daterangepicker-presets/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +12 -0
  156. package/schematics/generators/daterangepicker-presets/schema.d.ts +3 -0
  157. package/schematics/generators/daterangepicker-presets/schema.js +2 -0
  158. package/schematics/generators/daterangepicker-presets/schema.json +125 -0
  159. package/schematics/generators/daterangepicker-strictmode/index.d.ts +3 -0
  160. package/schematics/generators/daterangepicker-strictmode/index.js +8 -0
  161. package/schematics/generators/daterangepicker-strictmode/sample-details.d.ts +5 -0
  162. package/schematics/generators/daterangepicker-strictmode/sample-details.js +7 -0
  163. package/schematics/generators/daterangepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  164. package/schematics/generators/daterangepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  165. package/schematics/generators/daterangepicker-strictmode/schema.d.ts +3 -0
  166. package/schematics/generators/daterangepicker-strictmode/schema.js +2 -0
  167. package/schematics/generators/daterangepicker-strictmode/schema.json +125 -0
  168. package/schematics/generators/datetimepicker-daterange/index.d.ts +3 -0
  169. package/schematics/generators/datetimepicker-daterange/index.js +8 -0
  170. package/schematics/generators/datetimepicker-daterange/sample-details.d.ts +5 -0
  171. package/schematics/generators/datetimepicker-daterange/sample-details.js +7 -0
  172. package/schematics/generators/datetimepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  173. package/schematics/generators/datetimepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  174. package/schematics/generators/datetimepicker-daterange/schema.d.ts +3 -0
  175. package/schematics/generators/datetimepicker-daterange/schema.js +2 -0
  176. package/schematics/generators/datetimepicker-daterange/schema.json +125 -0
  177. package/schematics/generators/datetimepicker-disableddates/index.d.ts +3 -0
  178. package/schematics/generators/datetimepicker-disableddates/index.js +8 -0
  179. package/schematics/generators/datetimepicker-disableddates/sample-details.d.ts +5 -0
  180. package/schematics/generators/datetimepicker-disableddates/sample-details.js +7 -0
  181. package/schematics/generators/datetimepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  182. package/schematics/generators/datetimepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  183. package/schematics/generators/datetimepicker-disableddates/schema.d.ts +3 -0
  184. package/schematics/generators/datetimepicker-disableddates/schema.js +2 -0
  185. package/schematics/generators/datetimepicker-disableddates/schema.json +125 -0
  186. package/schematics/generators/datetimepicker-format/index.d.ts +3 -0
  187. package/schematics/generators/datetimepicker-format/index.js +8 -0
  188. package/schematics/generators/datetimepicker-format/sample-details.d.ts +5 -0
  189. package/schematics/generators/datetimepicker-format/sample-details.js +7 -0
  190. package/schematics/generators/datetimepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
  191. package/schematics/generators/datetimepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +27 -0
  192. package/schematics/generators/datetimepicker-format/schema.d.ts +3 -0
  193. package/schematics/generators/datetimepicker-format/schema.js +2 -0
  194. package/schematics/generators/datetimepicker-format/schema.json +125 -0
  195. package/schematics/generators/datetimepicker-multiselection/index.d.ts +3 -0
  196. package/schematics/generators/datetimepicker-multiselection/index.js +8 -0
  197. package/schematics/generators/datetimepicker-multiselection/sample-details.d.ts +5 -0
  198. package/schematics/generators/datetimepicker-multiselection/sample-details.js +7 -0
  199. package/schematics/generators/datetimepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  200. package/schematics/generators/datetimepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  201. package/schematics/generators/datetimepicker-multiselection/schema.d.ts +3 -0
  202. package/schematics/generators/datetimepicker-multiselection/schema.js +2 -0
  203. package/schematics/generators/datetimepicker-multiselection/schema.json +125 -0
  204. package/schematics/generators/datetimepicker-strictmode/index.d.ts +3 -0
  205. package/schematics/generators/datetimepicker-strictmode/index.js +8 -0
  206. package/schematics/generators/datetimepicker-strictmode/sample-details.d.ts +5 -0
  207. package/schematics/generators/datetimepicker-strictmode/sample-details.js +7 -0
  208. package/schematics/generators/datetimepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  209. package/schematics/generators/datetimepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  210. package/schematics/generators/datetimepicker-strictmode/schema.d.ts +3 -0
  211. package/schematics/generators/datetimepicker-strictmode/schema.js +2 -0
  212. package/schematics/generators/datetimepicker-strictmode/schema.json +125 -0
  213. package/schematics/generators/datetimepicker-views/index.d.ts +3 -0
  214. package/schematics/generators/datetimepicker-views/index.js +8 -0
  215. package/schematics/generators/datetimepicker-views/sample-details.d.ts +5 -0
  216. package/schematics/generators/datetimepicker-views/sample-details.js +7 -0
  217. package/schematics/generators/datetimepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  218. package/schematics/generators/datetimepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  219. package/schematics/generators/datetimepicker-views/schema.d.ts +3 -0
  220. package/schematics/generators/datetimepicker-views/schema.js +2 -0
  221. package/schematics/generators/datetimepicker-views/schema.json +125 -0
  222. package/schematics/generators/timepicker-format/index.d.ts +3 -0
  223. package/schematics/generators/timepicker-format/index.js +8 -0
  224. package/schematics/generators/timepicker-format/sample-details.d.ts +5 -0
  225. package/schematics/generators/timepicker-format/sample-details.js +7 -0
  226. package/schematics/generators/timepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  227. package/schematics/generators/timepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
  228. package/schematics/generators/timepicker-format/schema.d.ts +3 -0
  229. package/schematics/generators/timepicker-format/schema.js +2 -0
  230. package/schematics/generators/timepicker-format/schema.json +125 -0
  231. package/schematics/generators/timepicker-scrollto/index.d.ts +3 -0
  232. package/schematics/generators/timepicker-scrollto/index.js +8 -0
  233. package/schematics/generators/timepicker-scrollto/sample-details.d.ts +5 -0
  234. package/schematics/generators/timepicker-scrollto/sample-details.js +7 -0
  235. package/schematics/generators/timepicker-scrollto/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  236. package/schematics/generators/timepicker-scrollto/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  237. package/schematics/generators/timepicker-scrollto/schema.d.ts +3 -0
  238. package/schematics/generators/timepicker-scrollto/schema.js +2 -0
  239. package/schematics/generators/timepicker-scrollto/schema.json +125 -0
  240. package/schematics/generators/timepicker-step/index.d.ts +3 -0
  241. package/schematics/generators/timepicker-step/index.js +8 -0
  242. package/schematics/generators/timepicker-step/sample-details.d.ts +5 -0
  243. package/schematics/generators/timepicker-step/sample-details.js +7 -0
  244. package/schematics/generators/timepicker-step/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  245. package/schematics/generators/timepicker-step/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  246. package/schematics/generators/timepicker-step/schema.d.ts +3 -0
  247. package/schematics/generators/timepicker-step/schema.js +2 -0
  248. package/schematics/generators/timepicker-step/schema.json +125 -0
  249. package/schematics/generators/timepicker-strictmode/index.d.ts +3 -0
  250. package/schematics/generators/timepicker-strictmode/index.js +8 -0
  251. package/schematics/generators/timepicker-strictmode/sample-details.d.ts +5 -0
  252. package/schematics/generators/timepicker-strictmode/sample-details.js +7 -0
  253. package/schematics/generators/timepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  254. package/schematics/generators/timepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  255. package/schematics/generators/timepicker-strictmode/schema.d.ts +3 -0
  256. package/schematics/generators/timepicker-strictmode/schema.js +2 -0
  257. package/schematics/generators/timepicker-strictmode/schema.json +125 -0
  258. package/schematics/generators/timepicker-timerange/index.d.ts +3 -0
  259. package/schematics/generators/timepicker-timerange/index.js +8 -0
  260. package/schematics/generators/timepicker-timerange/sample-details.d.ts +5 -0
  261. package/schematics/generators/timepicker-timerange/sample-details.js +7 -0
  262. package/schematics/generators/timepicker-timerange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
  263. package/schematics/generators/timepicker-timerange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  264. package/schematics/generators/timepicker-timerange/schema.d.ts +3 -0
  265. package/schematics/generators/timepicker-timerange/schema.js +2 -0
  266. package/schematics/generators/timepicker-timerange/schema.json +125 -0
  267. package/schematics/ng-add/index.d.ts +3 -0
  268. package/schematics/ng-add/index.js +9 -0
  269. package/schematics/ng-add/schema.d.ts +13 -0
  270. package/schematics/ng-add/schema.js +2 -0
  271. package/schematics/ng-add/schema.json +34 -0
  272. package/schematics/tsconfig.json +25 -0
  273. package/schematics/utils/lib-details.d.ts +4 -0
  274. package/schematics/utils/lib-details.js +6 -0
  275. package/schematics/utils/lib-details.ts +2 -2
  276. package/src/calendar/calendar-all.module.d.ts +0 -6
  277. package/src/calendar/calendar.component.d.ts +0 -3
  278. package/src/calendar/calendar.module.d.ts +0 -6
  279. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  280. package/src/datepicker/datepicker.component.d.ts +0 -3
  281. package/src/datepicker/datepicker.module.d.ts +0 -6
  282. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  283. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  284. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  285. package/src/daterangepicker/presets.directive.d.ts +0 -5
  286. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  287. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  288. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  289. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  290. package/src/timepicker/timepicker.component.d.ts +0 -3
  291. package/src/timepicker/timepicker.module.d.ts +0 -6
  292. package/styles/bootstrap-dark.css +190 -13
  293. package/styles/bootstrap.css +190 -13
  294. package/styles/bootstrap4.css +190 -13
  295. package/styles/bootstrap5-dark.css +192 -17
  296. package/styles/bootstrap5.css +192 -17
  297. package/styles/calendar/bootstrap-dark.css +0 -1
  298. package/styles/calendar/bootstrap-dark.scss +1 -5
  299. package/styles/calendar/bootstrap.css +0 -1
  300. package/styles/calendar/bootstrap.scss +1 -5
  301. package/styles/calendar/bootstrap4.css +0 -1
  302. package/styles/calendar/bootstrap4.scss +1 -5
  303. package/styles/calendar/bootstrap5-dark.css +0 -1
  304. package/styles/calendar/bootstrap5-dark.scss +1 -5
  305. package/styles/calendar/bootstrap5.css +0 -1
  306. package/styles/calendar/bootstrap5.scss +1 -5
  307. package/styles/calendar/fabric-dark.css +0 -1
  308. package/styles/calendar/fabric-dark.scss +1 -5
  309. package/styles/calendar/fabric.css +0 -1
  310. package/styles/calendar/fabric.scss +1 -5
  311. package/styles/calendar/fluent-dark.css +0 -1
  312. package/styles/calendar/fluent-dark.scss +1 -5
  313. package/styles/calendar/fluent.css +0 -1
  314. package/styles/calendar/fluent.scss +1 -5
  315. package/styles/calendar/highcontrast-light.css +0 -1
  316. package/styles/calendar/highcontrast-light.scss +1 -5
  317. package/styles/calendar/highcontrast.css +0 -1
  318. package/styles/calendar/highcontrast.scss +1 -5
  319. package/styles/calendar/material-dark.css +0 -1
  320. package/styles/calendar/material-dark.scss +1 -5
  321. package/styles/calendar/material.css +0 -1
  322. package/styles/calendar/material.scss +1 -5
  323. package/styles/calendar/tailwind-dark.css +0 -2
  324. package/styles/calendar/tailwind-dark.scss +1 -5
  325. package/styles/calendar/tailwind.css +0 -2
  326. package/styles/calendar/tailwind.scss +1 -5
  327. package/styles/datepicker/bootstrap-dark.css +79 -3
  328. package/styles/datepicker/bootstrap-dark.scss +1 -7
  329. package/styles/datepicker/bootstrap.css +79 -3
  330. package/styles/datepicker/bootstrap.scss +1 -7
  331. package/styles/datepicker/bootstrap4.css +79 -3
  332. package/styles/datepicker/bootstrap4.scss +1 -7
  333. package/styles/datepicker/bootstrap5-dark.css +80 -4
  334. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  335. package/styles/datepicker/bootstrap5.css +80 -4
  336. package/styles/datepicker/bootstrap5.scss +1 -7
  337. package/styles/datepicker/fabric-dark.css +79 -3
  338. package/styles/datepicker/fabric-dark.scss +1 -7
  339. package/styles/datepicker/fabric.css +79 -3
  340. package/styles/datepicker/fabric.scss +1 -7
  341. package/styles/datepicker/fluent-dark.css +80 -4
  342. package/styles/datepicker/fluent-dark.scss +1 -7
  343. package/styles/datepicker/fluent.css +80 -4
  344. package/styles/datepicker/fluent.scss +1 -7
  345. package/styles/datepicker/highcontrast-light.css +79 -3
  346. package/styles/datepicker/highcontrast-light.scss +1 -7
  347. package/styles/datepicker/highcontrast.css +79 -3
  348. package/styles/datepicker/highcontrast.scss +1 -7
  349. package/styles/datepicker/material-dark.css +79 -3
  350. package/styles/datepicker/material-dark.scss +1 -7
  351. package/styles/datepicker/material.css +79 -3
  352. package/styles/datepicker/material.scss +1 -7
  353. package/styles/datepicker/tailwind-dark.css +80 -4
  354. package/styles/datepicker/tailwind-dark.scss +1 -7
  355. package/styles/datepicker/tailwind.css +80 -4
  356. package/styles/datepicker/tailwind.scss +1 -7
  357. package/styles/daterangepicker/bootstrap-dark.css +111 -3
  358. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  359. package/styles/daterangepicker/bootstrap.css +111 -3
  360. package/styles/daterangepicker/bootstrap.scss +1 -7
  361. package/styles/daterangepicker/bootstrap4.css +111 -3
  362. package/styles/daterangepicker/bootstrap4.scss +1 -7
  363. package/styles/daterangepicker/bootstrap5-dark.css +112 -4
  364. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  365. package/styles/daterangepicker/bootstrap5.css +112 -4
  366. package/styles/daterangepicker/bootstrap5.scss +1 -7
  367. package/styles/daterangepicker/fabric-dark.css +111 -3
  368. package/styles/daterangepicker/fabric-dark.scss +1 -7
  369. package/styles/daterangepicker/fabric.css +111 -3
  370. package/styles/daterangepicker/fabric.scss +1 -7
  371. package/styles/daterangepicker/fluent-dark.css +112 -4
  372. package/styles/daterangepicker/fluent-dark.scss +1 -7
  373. package/styles/daterangepicker/fluent.css +112 -4
  374. package/styles/daterangepicker/fluent.scss +1 -7
  375. package/styles/daterangepicker/highcontrast-light.css +111 -3
  376. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  377. package/styles/daterangepicker/highcontrast.css +111 -3
  378. package/styles/daterangepicker/highcontrast.scss +1 -7
  379. package/styles/daterangepicker/material-dark.css +111 -3
  380. package/styles/daterangepicker/material-dark.scss +1 -7
  381. package/styles/daterangepicker/material.css +111 -3
  382. package/styles/daterangepicker/material.scss +1 -7
  383. package/styles/daterangepicker/tailwind-dark.css +112 -5
  384. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  385. package/styles/daterangepicker/tailwind.css +112 -5
  386. package/styles/daterangepicker/tailwind.scss +1 -7
  387. package/styles/datetimepicker/bootstrap-dark.css +0 -2
  388. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  389. package/styles/datetimepicker/bootstrap.css +0 -2
  390. package/styles/datetimepicker/bootstrap.scss +1 -8
  391. package/styles/datetimepicker/bootstrap4.css +0 -2
  392. package/styles/datetimepicker/bootstrap4.scss +1 -8
  393. package/styles/datetimepicker/bootstrap5-dark.css +0 -3
  394. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  395. package/styles/datetimepicker/bootstrap5.css +0 -3
  396. package/styles/datetimepicker/bootstrap5.scss +1 -8
  397. package/styles/datetimepicker/fabric-dark.css +0 -2
  398. package/styles/datetimepicker/fabric-dark.scss +1 -8
  399. package/styles/datetimepicker/fabric.css +0 -2
  400. package/styles/datetimepicker/fabric.scss +1 -8
  401. package/styles/datetimepicker/fluent-dark.css +0 -3
  402. package/styles/datetimepicker/fluent-dark.scss +1 -8
  403. package/styles/datetimepicker/fluent.css +0 -3
  404. package/styles/datetimepicker/fluent.scss +1 -8
  405. package/styles/datetimepicker/highcontrast-light.css +0 -2
  406. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  407. package/styles/datetimepicker/highcontrast.css +0 -2
  408. package/styles/datetimepicker/highcontrast.scss +1 -8
  409. package/styles/datetimepicker/material-dark.css +0 -2
  410. package/styles/datetimepicker/material-dark.scss +1 -8
  411. package/styles/datetimepicker/material.css +0 -2
  412. package/styles/datetimepicker/material.scss +1 -8
  413. package/styles/datetimepicker/tailwind-dark.css +0 -3
  414. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  415. package/styles/datetimepicker/tailwind.css +0 -3
  416. package/styles/datetimepicker/tailwind.scss +1 -8
  417. package/styles/fabric-dark.css +190 -13
  418. package/styles/fabric.css +190 -13
  419. package/styles/fluent-dark.css +192 -17
  420. package/styles/fluent.css +192 -17
  421. package/styles/highcontrast-light.css +190 -13
  422. package/styles/highcontrast.css +190 -13
  423. package/styles/material-dark.css +190 -13
  424. package/styles/material.css +190 -13
  425. package/styles/tailwind-dark.css +192 -19
  426. package/styles/tailwind.css +192 -19
  427. package/styles/timepicker/bootstrap-dark.css +0 -4
  428. package/styles/timepicker/bootstrap-dark.scss +1 -6
  429. package/styles/timepicker/bootstrap.css +0 -4
  430. package/styles/timepicker/bootstrap.scss +1 -6
  431. package/styles/timepicker/bootstrap4.css +0 -4
  432. package/styles/timepicker/bootstrap4.scss +1 -6
  433. package/styles/timepicker/bootstrap5-dark.css +0 -5
  434. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  435. package/styles/timepicker/bootstrap5.css +0 -5
  436. package/styles/timepicker/bootstrap5.scss +1 -6
  437. package/styles/timepicker/fabric-dark.css +0 -4
  438. package/styles/timepicker/fabric-dark.scss +1 -6
  439. package/styles/timepicker/fabric.css +0 -4
  440. package/styles/timepicker/fabric.scss +1 -6
  441. package/styles/timepicker/fluent-dark.css +0 -5
  442. package/styles/timepicker/fluent-dark.scss +1 -6
  443. package/styles/timepicker/fluent.css +0 -5
  444. package/styles/timepicker/fluent.scss +1 -6
  445. package/styles/timepicker/highcontrast-light.css +0 -4
  446. package/styles/timepicker/highcontrast-light.scss +1 -6
  447. package/styles/timepicker/highcontrast.css +0 -4
  448. package/styles/timepicker/highcontrast.scss +1 -6
  449. package/styles/timepicker/material-dark.css +0 -4
  450. package/styles/timepicker/material-dark.scss +1 -6
  451. package/styles/timepicker/material.css +0 -4
  452. package/styles/timepicker/material.scss +1 -6
  453. package/styles/timepicker/tailwind-dark.css +0 -5
  454. package/styles/timepicker/tailwind-dark.scss +1 -6
  455. package/styles/timepicker/tailwind.css +0 -5
  456. package/styles/timepicker/tailwind.scss +1 -6
  457. package/esm2020/public_api.mjs +0 -3
  458. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  459. package/esm2020/src/calendar/calendar.component.mjs +0 -90
  460. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  461. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  462. package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
  463. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  464. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  465. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
  466. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  467. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  468. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  469. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
  470. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  471. package/esm2020/src/index.mjs +0 -18
  472. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  473. package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
  474. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  475. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  476. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
  477. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  478. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
  479. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  480. package/styles/calendar/_all.scss +0 -2
  481. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  482. package/styles/calendar/_bootstrap-definition.scss +0 -228
  483. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  484. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  485. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  486. package/styles/calendar/_fabric-dark-definition.scss +0 -190
  487. package/styles/calendar/_fabric-definition.scss +0 -188
  488. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  489. package/styles/calendar/_fluent-definition.scss +0 -252
  490. package/styles/calendar/_fusionnew-definition.scss +0 -250
  491. package/styles/calendar/_highcontrast-definition.scss +0 -187
  492. package/styles/calendar/_highcontrast-light-definition.scss +0 -190
  493. package/styles/calendar/_layout.scss +0 -694
  494. package/styles/calendar/_material-dark-definition.scss +0 -192
  495. package/styles/calendar/_material-definition.scss +0 -187
  496. package/styles/calendar/_material3-definition.scss +0 -250
  497. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  498. package/styles/calendar/_tailwind-definition.scss +0 -262
  499. package/styles/calendar/_theme.scss +0 -472
  500. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  501. package/styles/calendar/icons/_bootstrap.scss +0 -13
  502. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  503. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  504. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  505. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  506. package/styles/calendar/icons/_fabric.scss +0 -13
  507. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  508. package/styles/calendar/icons/_fluent.scss +0 -13
  509. package/styles/calendar/icons/_fusionnew.scss +0 -13
  510. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  511. package/styles/calendar/icons/_highcontrast.scss +0 -13
  512. package/styles/calendar/icons/_material-dark.scss +0 -13
  513. package/styles/calendar/icons/_material.scss +0 -13
  514. package/styles/calendar/icons/_material3.scss +0 -13
  515. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  516. package/styles/calendar/icons/_tailwind.scss +0 -13
  517. package/styles/datepicker/_all.scss +0 -2
  518. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
  519. package/styles/datepicker/_bootstrap-definition.scss +0 -34
  520. package/styles/datepicker/_bootstrap4-definition.scss +0 -40
  521. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  522. package/styles/datepicker/_bootstrap5-definition.scss +0 -46
  523. package/styles/datepicker/_fabric-dark-definition.scss +0 -37
  524. package/styles/datepicker/_fabric-definition.scss +0 -34
  525. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  526. package/styles/datepicker/_fluent-definition.scss +0 -46
  527. package/styles/datepicker/_fusionnew-definition.scss +0 -46
  528. package/styles/datepicker/_highcontrast-definition.scss +0 -35
  529. package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
  530. package/styles/datepicker/_layout.scss +0 -121
  531. package/styles/datepicker/_material-dark-definition.scss +0 -42
  532. package/styles/datepicker/_material-definition.scss +0 -39
  533. package/styles/datepicker/_material3-definition.scss +0 -46
  534. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  535. package/styles/datepicker/_tailwind-definition.scss +0 -44
  536. package/styles/datepicker/_theme.scss +0 -44
  537. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
  538. package/styles/datepicker/icons/_bootstrap.scss +0 -52
  539. package/styles/datepicker/icons/_bootstrap4.scss +0 -56
  540. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  541. package/styles/datepicker/icons/_bootstrap5.scss +0 -56
  542. package/styles/datepicker/icons/_fabric-dark.scss +0 -52
  543. package/styles/datepicker/icons/_fabric.scss +0 -52
  544. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  545. package/styles/datepicker/icons/_fluent.scss +0 -56
  546. package/styles/datepicker/icons/_fusionnew.scss +0 -56
  547. package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
  548. package/styles/datepicker/icons/_highcontrast.scss +0 -52
  549. package/styles/datepicker/icons/_material-dark.scss +0 -86
  550. package/styles/datepicker/icons/_material.scss +0 -86
  551. package/styles/datepicker/icons/_material3.scss +0 -56
  552. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  553. package/styles/datepicker/icons/_tailwind.scss +0 -56
  554. package/styles/daterangepicker/_all.scss +0 -2
  555. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -192
  556. package/styles/daterangepicker/_bootstrap-definition.scss +0 -192
  557. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -202
  558. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  559. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -229
  560. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -195
  561. package/styles/daterangepicker/_fabric-definition.scss +0 -192
  562. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  563. package/styles/daterangepicker/_fluent-definition.scss +0 -234
  564. package/styles/daterangepicker/_fusionnew-definition.scss +0 -229
  565. package/styles/daterangepicker/_highcontrast-definition.scss +0 -192
  566. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -195
  567. package/styles/daterangepicker/_layout.scss +0 -598
  568. package/styles/daterangepicker/_material-dark-definition.scss +0 -200
  569. package/styles/daterangepicker/_material-definition.scss +0 -200
  570. package/styles/daterangepicker/_material3-definition.scss +0 -229
  571. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  572. package/styles/daterangepicker/_tailwind-definition.scss +0 -221
  573. package/styles/daterangepicker/_theme.scss +0 -321
  574. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
  575. package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
  576. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
  577. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  578. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
  579. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
  580. package/styles/daterangepicker/icons/_fabric.scss +0 -65
  581. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  582. package/styles/daterangepicker/icons/_fluent.scss +0 -72
  583. package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
  584. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
  585. package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
  586. package/styles/daterangepicker/icons/_material-dark.scss +0 -99
  587. package/styles/daterangepicker/icons/_material.scss +0 -99
  588. package/styles/daterangepicker/icons/_material3.scss +0 -72
  589. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  590. package/styles/daterangepicker/icons/_tailwind.scss +0 -72
  591. package/styles/datetimepicker/_all.scss +0 -2
  592. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
  593. package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
  594. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
  595. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  596. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
  597. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
  598. package/styles/datetimepicker/_fabric-definition.scss +0 -52
  599. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  600. package/styles/datetimepicker/_fluent-definition.scss +0 -60
  601. package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
  602. package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
  603. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
  604. package/styles/datetimepicker/_layout.scss +0 -190
  605. package/styles/datetimepicker/_material-dark-definition.scss +0 -59
  606. package/styles/datetimepicker/_material-definition.scss +0 -57
  607. package/styles/datetimepicker/_material3-definition.scss +0 -60
  608. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  609. package/styles/datetimepicker/_tailwind-definition.scss +0 -60
  610. package/styles/datetimepicker/_theme.scss +0 -50
  611. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  612. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  613. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  614. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  615. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  616. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  617. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  618. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  619. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  620. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  621. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  622. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  623. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  624. package/styles/datetimepicker/icons/_material.scss +0 -62
  625. package/styles/datetimepicker/icons/_material3.scss +0 -11
  626. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  627. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  628. package/styles/timepicker/_all.scss +0 -2
  629. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -51
  630. package/styles/timepicker/_bootstrap-definition.scss +0 -48
  631. package/styles/timepicker/_bootstrap4-definition.scss +0 -56
  632. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  633. package/styles/timepicker/_bootstrap5-definition.scss +0 -57
  634. package/styles/timepicker/_fabric-dark-definition.scss +0 -51
  635. package/styles/timepicker/_fabric-definition.scss +0 -48
  636. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  637. package/styles/timepicker/_fluent-definition.scss +0 -57
  638. package/styles/timepicker/_fusionnew-definition.scss +0 -57
  639. package/styles/timepicker/_highcontrast-definition.scss +0 -48
  640. package/styles/timepicker/_highcontrast-light-definition.scss +0 -51
  641. package/styles/timepicker/_layout.scss +0 -194
  642. package/styles/timepicker/_material-dark-definition.scss +0 -55
  643. package/styles/timepicker/_material-definition.scss +0 -52
  644. package/styles/timepicker/_material3-definition.scss +0 -57
  645. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  646. package/styles/timepicker/_tailwind-definition.scss +0 -55
  647. package/styles/timepicker/_theme.scss +0 -70
  648. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
  649. package/styles/timepicker/icons/_bootstrap.scss +0 -12
  650. package/styles/timepicker/icons/_bootstrap4.scss +0 -12
  651. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  652. package/styles/timepicker/icons/_bootstrap5.scss +0 -12
  653. package/styles/timepicker/icons/_fabric-dark.scss +0 -12
  654. package/styles/timepicker/icons/_fabric.scss +0 -12
  655. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  656. package/styles/timepicker/icons/_fluent.scss +0 -12
  657. package/styles/timepicker/icons/_fusionnew.scss +0 -12
  658. package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
  659. package/styles/timepicker/icons/_highcontrast.scss +0 -12
  660. package/styles/timepicker/icons/_material-dark.scss +0 -40
  661. package/styles/timepicker/icons/_material.scss +0 -42
  662. package/styles/timepicker/icons/_material3.scss +0 -12
  663. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  664. package/styles/timepicker/icons/_tailwind.scss +0 -12
  665. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,4 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
1
  /*! component icons */
3
2
  .e-time-wrapper .e-time-icon.e-icons::before,
4
3
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -13,7 +12,6 @@
13
12
 
14
13
  .e-time-wrapper,
15
14
  *.e-control-wrapper.e-time-wrapper {
16
- /* stylelint-disable property-no-vendor-prefix */
17
15
  -webkit-tap-highlight-color: transparent;
18
16
  }
19
17
  .e-time-wrapper .e-time-icon.e-icons,
@@ -129,7 +127,6 @@
129
127
  min-height: 40px;
130
128
  }
131
129
 
132
- /* stylelint-disable */
133
130
  .e-time-overflow {
134
131
  overflow: hidden;
135
132
  }
@@ -157,7 +154,6 @@
157
154
  top: 0 !important;
158
155
  }
159
156
 
160
- /* stylelint-enable */
161
157
  /*! timepicker theme */
162
158
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
163
159
  color: #000;
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
3
- @import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
4
- @import 'highcontrast-light-definition.scss';
5
- @import 'icons/highcontrast-light.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/timepicker/highcontrast-light.scss';
@@ -1,4 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
1
  /*! component icons */
3
2
  .e-time-wrapper .e-time-icon.e-icons::before,
4
3
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -13,7 +12,6 @@
13
12
 
14
13
  .e-time-wrapper,
15
14
  *.e-control-wrapper.e-time-wrapper {
16
- /* stylelint-disable property-no-vendor-prefix */
17
15
  -webkit-tap-highlight-color: transparent;
18
16
  }
19
17
  .e-time-wrapper .e-time-icon.e-icons,
@@ -129,7 +127,6 @@
129
127
  min-height: 40px;
130
128
  }
131
129
 
132
- /* stylelint-disable */
133
130
  .e-time-overflow {
134
131
  overflow: hidden;
135
132
  }
@@ -157,7 +154,6 @@
157
154
  top: 0 !important;
158
155
  }
159
156
 
160
- /* stylelint-enable */
161
157
  /*! timepicker theme */
162
158
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
163
159
  color: #fff;
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'ej2-inputs/styles/input/highcontrast-definition.scss';
3
- @import 'ej2-popups/styles/popup/highcontrast-definition.scss';
4
- @import 'highcontrast-definition.scss';
5
- @import 'icons/highcontrast.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/timepicker/highcontrast.scss';
@@ -1,5 +1,4 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
- /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
5
4
  opacity: 0;
@@ -48,7 +47,6 @@
48
47
 
49
48
  .e-time-wrapper,
50
49
  *.e-control-wrapper.e-time-wrapper {
51
- /* stylelint-disable property-no-vendor-prefix */
52
50
  -webkit-tap-highlight-color: transparent;
53
51
  }
54
52
  .e-time-wrapper .e-time-icon.e-icons,
@@ -168,7 +166,6 @@
168
166
  min-height: 40px;
169
167
  }
170
168
 
171
- /* stylelint-disable */
172
169
  .e-time-overflow {
173
170
  overflow: hidden;
174
171
  }
@@ -196,7 +193,6 @@
196
193
  top: 0 !important;
197
194
  }
198
195
 
199
- /* stylelint-enable */
200
196
  /*! timepicker theme */
201
197
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
202
198
  color: #00b0ff;
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import 'ej2-inputs/styles/input/material-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/material-dark-definition.scss';
4
- @import 'material-dark-definition.scss';
5
- @import 'icons/material-dark.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/timepicker/material-dark.scss';
@@ -1,5 +1,4 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
- /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
5
4
  opacity: 0;
@@ -56,7 +55,6 @@
56
55
 
57
56
  .e-time-wrapper,
58
57
  *.e-control-wrapper.e-time-wrapper {
59
- /* stylelint-disable property-no-vendor-prefix */
60
58
  -webkit-tap-highlight-color: transparent;
61
59
  }
62
60
  .e-time-wrapper .e-time-icon.e-icons,
@@ -176,7 +174,6 @@
176
174
  min-height: 40px;
177
175
  }
178
176
 
179
- /* stylelint-disable */
180
177
  .e-time-overflow {
181
178
  overflow: hidden;
182
179
  }
@@ -204,7 +201,6 @@
204
201
  top: 0 !important;
205
202
  }
206
203
 
207
- /* stylelint-enable */
208
204
  /*! timepicker theme */
209
205
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
210
206
  color: #e3165b;
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'ej2-inputs/styles/input/material-definition.scss';
3
- @import 'ej2-popups/styles/popup/material-definition.scss';
4
- @import 'material-definition.scss';
5
- @import 'icons/material.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/timepicker/material.scss';
@@ -1,6 +1,4 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /* stylelint-disable property-no-vendor-prefix */
3
- /* stylelint-disable-line no-empty-source */
4
2
  /*! component icons */
5
3
  .e-time-wrapper .e-time-icon.e-icons::before,
6
4
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -15,7 +13,6 @@
15
13
 
16
14
  .e-time-wrapper,
17
15
  *.e-control-wrapper.e-time-wrapper {
18
- /* stylelint-disable property-no-vendor-prefix */
19
16
  -webkit-tap-highlight-color: transparent;
20
17
  }
21
18
  .e-time-wrapper .e-time-icon.e-icons,
@@ -131,7 +128,6 @@
131
128
  min-height: 40px;
132
129
  }
133
130
 
134
- /* stylelint-disable */
135
131
  .e-time-overflow {
136
132
  overflow: hidden;
137
133
  }
@@ -159,7 +155,6 @@
159
155
  top: 0 !important;
160
156
  }
161
157
 
162
- /* stylelint-enable */
163
158
  /*! timepicker theme */
164
159
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
165
160
  color: #fff;
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
4
- @import 'tailwind-dark-definition.scss';
5
- @import 'icons/tailwind-dark.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/timepicker/tailwind-dark.scss';
@@ -1,6 +1,4 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /* stylelint-disable property-no-vendor-prefix */
3
- /* stylelint-disable-line no-empty-source */
4
2
  /*! component icons */
5
3
  .e-time-wrapper .e-time-icon.e-icons::before,
6
4
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -15,7 +13,6 @@
15
13
 
16
14
  .e-time-wrapper,
17
15
  *.e-control-wrapper.e-time-wrapper {
18
- /* stylelint-disable property-no-vendor-prefix */
19
16
  -webkit-tap-highlight-color: transparent;
20
17
  }
21
18
  .e-time-wrapper .e-time-icon.e-icons,
@@ -131,7 +128,6 @@
131
128
  min-height: 40px;
132
129
  }
133
130
 
134
- /* stylelint-disable */
135
131
  .e-time-overflow {
136
132
  overflow: hidden;
137
133
  }
@@ -159,7 +155,6 @@
159
155
  top: 0 !important;
160
156
  }
161
157
 
162
- /* stylelint-enable */
163
158
  /*! timepicker theme */
164
159
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
165
160
  color: #111827;
@@ -1,6 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'ej2-inputs/styles/input/tailwind-definition.scss';
3
- @import 'ej2-popups/styles/popup/tailwind-definition.scss';
4
- @import 'tailwind-definition.scss';
5
- @import 'icons/tailwind.scss';
6
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/timepicker/tailwind.scss';
@@ -1,3 +0,0 @@
1
- // Mapping root file for package generation
2
- export * from './src/index';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
@@ -1,29 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { CalendarModule } from './calendar.module';
4
- import { Islamic } from '@syncfusion/ej2-calendars';
5
- import * as i0 from "@angular/core";
6
- export const IslamicService = { provide: 'CalendarsIslamic', useValue: Islamic };
7
- /**
8
- * NgModule definition for the Calendar component with providers.
9
- */
10
- export class CalendarAllModule {
11
- }
12
- CalendarAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- CalendarAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, imports: [CommonModule, CalendarModule], exports: [CalendarModule] });
14
- CalendarAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, providers: [
15
- IslamicService
16
- ], imports: [[CommonModule, CalendarModule], CalendarModule] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [CommonModule, CalendarModule],
21
- exports: [
22
- CalendarModule
23
- ],
24
- providers: [
25
- IslamicService
26
- ]
27
- }]
28
- }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jYWxlbmRhci9jYWxlbmRhci1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkQsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLDJCQUEyQixDQUFBOztBQUdqRCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQWtCLEVBQUUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUMsQ0FBQztBQUUvRjs7R0FFRztBQVVILE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixZQVJoQixZQUFZLEVBQUUsY0FBYyxhQUVsQyxjQUFjOytHQU1ULGlCQUFpQixhQUpoQjtRQUNOLGNBQWM7S0FDakIsWUFOUSxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMsRUFFbkMsY0FBYzsyRkFNVCxpQkFBaUI7a0JBVDdCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGNBQWMsQ0FBQztvQkFDdkMsT0FBTyxFQUFFO3dCQUNMLGNBQWM7cUJBQ2pCO29CQUNELFNBQVMsRUFBQzt3QkFDTixjQUFjO3FCQUNqQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuL2NhbGVuZGFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYWxlbmRhck1vZHVsZSB9IGZyb20gJy4vY2FsZW5kYXIubW9kdWxlJztcbmltcG9ydCB7SXNsYW1pY30gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWNhbGVuZGFycydcblxuXG5leHBvcnQgY29uc3QgSXNsYW1pY1NlcnZpY2U6IFZhbHVlUHJvdmlkZXIgPSB7IHByb3ZpZGU6ICdDYWxlbmRhcnNJc2xhbWljJywgdXNlVmFsdWU6IElzbGFtaWN9O1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBDYWxlbmRhciBjb21wb25lbnQgd2l0aCBwcm92aWRlcnMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQ2FsZW5kYXJNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIElzbGFtaWNTZXJ2aWNlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBDYWxlbmRhckFsbE1vZHVsZSB7IH0iXX0=
@@ -1,90 +0,0 @@
1
- var CalendarComponent_1;
2
- import { __decorate } from "tslib";
3
- import { Component, ChangeDetectionStrategy, forwardRef } from '@angular/core';
4
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
5
- import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base';
6
- import { Calendar } from '@syncfusion/ej2-calendars';
7
- import * as i0 from "@angular/core";
8
- export const inputs = ['calendarMode', 'cssClass', 'dayHeaderFormat', 'depth', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'isMultiSelection', 'keyConfigs', 'locale', 'max', 'min', 'serverTimezoneOffset', 'showTodayButton', 'start', 'value', 'values', 'weekNumber', 'weekRule'];
9
- export const outputs = ['focus', 'blur', 'change', 'created', 'destroyed', 'navigated', 'renderDayCell', 'valueChange', 'valuesChange'];
10
- export const twoWays = ['value', 'values'];
11
- /**
12
- * Represents the Essential JS 2 Angular Calendar Component.
13
- * ```html
14
- * <ejs-calendar [value]='date'></ejs-calendar>
15
- * ```
16
- */
17
- let CalendarComponent = CalendarComponent_1 = class CalendarComponent extends Calendar {
18
- constructor(ngEle, srenderer, viewContainerRef, injector) {
19
- super();
20
- this.ngEle = ngEle;
21
- this.srenderer = srenderer;
22
- this.viewContainerRef = viewContainerRef;
23
- this.injector = injector;
24
- this.element = this.ngEle.nativeElement;
25
- this.injectedModules = this.injectedModules || [];
26
- try {
27
- let mod = this.injector.get('CalendarsIslamic');
28
- if (this.injectedModules.indexOf(mod) === -1) {
29
- this.injectedModules.push(mod);
30
- }
31
- }
32
- catch { }
33
- this.registerEvents(outputs);
34
- this.addTwoWay.call(this, twoWays);
35
- setValue('currentInstance', this, this.viewContainerRef);
36
- this.formContext = new FormBase();
37
- this.formCompContext = new ComponentBase();
38
- }
39
- registerOnChange(registerFunction) {
40
- }
41
- registerOnTouched(registerFunction) {
42
- }
43
- writeValue(value) {
44
- }
45
- setDisabledState(disabled) {
46
- }
47
- ngOnInit() {
48
- this.formCompContext.ngOnInit(this);
49
- }
50
- ngAfterViewInit() {
51
- this.formContext.ngAfterViewInit(this);
52
- }
53
- ngOnDestroy() {
54
- this.formCompContext.ngOnDestroy(this);
55
- }
56
- ngAfterContentChecked() {
57
- this.formCompContext.ngAfterContentChecked(this);
58
- }
59
- };
60
- CalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
61
- CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CalendarComponent, selector: "ejs-calendar", inputs: { calendarMode: "calendarMode", cssClass: "cssClass", dayHeaderFormat: "dayHeaderFormat", depth: "depth", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", firstDayOfWeek: "firstDayOfWeek", isMultiSelection: "isMultiSelection", keyConfigs: "keyConfigs", locale: "locale", max: "max", min: "min", serverTimezoneOffset: "serverTimezoneOffset", showTodayButton: "showTodayButton", start: "start", value: "value", values: "values", weekNumber: "weekNumber", weekRule: "weekRule" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", destroyed: "destroyed", navigated: "navigated", renderDayCell: "renderDayCell", valueChange: "valueChange", valuesChange: "valuesChange" }, providers: [
62
- {
63
- provide: NG_VALUE_ACCESSOR,
64
- useExisting: forwardRef(() => CalendarComponent_1),
65
- multi: true
66
- }
67
- ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
68
- CalendarComponent = CalendarComponent_1 = __decorate([
69
- ComponentMixins([ComponentBase, FormBase])
70
- ], CalendarComponent);
71
- export { CalendarComponent };
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarComponent, decorators: [{
73
- type: Component,
74
- args: [{
75
- selector: 'ejs-calendar',
76
- inputs: inputs,
77
- outputs: outputs,
78
- template: '',
79
- changeDetection: ChangeDetectionStrategy.OnPush,
80
- providers: [
81
- {
82
- provide: NG_VALUE_ACCESSOR,
83
- useExisting: forwardRef(() => CalendarComponent),
84
- multi: true
85
- }
86
- ],
87
- queries: {}
88
- }]
89
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
90
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NhbGVuZGFyL2NhbGVuZGFyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9FLHVCQUF1QixFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsYUFBYSxFQUErQixlQUFlLEVBQTBCLFFBQVEsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2SixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBSXJELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLGNBQWMsRUFBQyxVQUFVLEVBQUMsaUJBQWlCLEVBQUMsT0FBTyxFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxTQUFTLEVBQUMsZ0JBQWdCLEVBQUMsa0JBQWtCLEVBQUMsWUFBWSxFQUFDLFFBQVEsRUFBQyxLQUFLLEVBQUMsS0FBSyxFQUFDLHNCQUFzQixFQUFDLGlCQUFpQixFQUFDLE9BQU8sRUFBQyxPQUFPLEVBQUMsUUFBUSxFQUFDLFlBQVksRUFBQyxVQUFVLENBQUMsQ0FBQztBQUNoUyxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxPQUFPLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBQyxTQUFTLEVBQUMsV0FBVyxFQUFDLFdBQVcsRUFBQyxlQUFlLEVBQUMsYUFBYSxFQUFDLGNBQWMsQ0FBQyxDQUFDO0FBQzVJLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLE9BQU8sRUFBRSxRQUFRLENBQUMsQ0FBQztBQUVyRDs7Ozs7R0FLRztJQW1CVSxpQkFBaUIsK0JBQWpCLGlCQUFrQixTQUFRLFFBQVE7SUFnQjNDLFlBQW9CLEtBQWlCLEVBQVUsU0FBb0IsRUFBVSxnQkFBaUMsRUFBVSxRQUFrQjtRQUN0SSxLQUFLLEVBQUUsQ0FBQztRQURRLFVBQUssR0FBTCxLQUFLLENBQVk7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQVUscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUFVLGFBQVEsR0FBUixRQUFRLENBQVU7UUFFdEksSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBQ2xELElBQUk7WUFDSSxJQUFJLEdBQUcsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1lBQ2hELElBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUU7Z0JBQ3pDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFBO2FBQ2pDO1NBQ0o7UUFBQyxNQUFNLEdBQUc7UUFFZixJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxPQUFPLENBQUMsQ0FBQztRQUNuQyxRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxXQUFXLEdBQUksSUFBSSxRQUFRLEVBQUUsQ0FBQztRQUNuQyxJQUFJLENBQUMsZUFBZSxHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDaEQsQ0FBQztJQUVNLGdCQUFnQixDQUFDLGdCQUFrQztJQUMxRCxDQUFDO0lBRU0saUJBQWlCLENBQUMsZ0JBQTRCO0lBQ3JELENBQUM7SUFFTSxVQUFVLENBQUMsS0FBVTtJQUM1QixDQUFDO0lBRU0sZ0JBQWdCLENBQUMsUUFBaUI7SUFDekMsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZUFBZSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN4QyxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxlQUFlLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSxxQkFBcUI7UUFFeEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNyRCxDQUFDO0NBSUosQ0FBQTs4R0FqRVksaUJBQWlCO2tHQUFqQixpQkFBaUIsMHdCQVpmO1FBQ1A7WUFDSSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsbUJBQWlCLENBQUM7WUFDaEQsS0FBSyxFQUFFLElBQUk7U0FDZDtLQUNKLGlEQVJTLEVBQUU7QUFjSCxpQkFBaUI7SUFEN0IsZUFBZSxDQUFDLENBQUMsYUFBYSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0dBQzlCLGlCQUFpQixDQWlFN0I7U0FqRVksaUJBQWlCOzJGQUFqQixpQkFBaUI7a0JBbEI3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxjQUFjO29CQUN4QixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxrQkFBa0IsQ0FBQzs0QkFDaEQsS0FBSyxFQUFFLElBQUk7eUJBQ2Q7cUJBQ0o7b0JBQ0QsT0FBTyxFQUFFLEVBRVI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFZhbHVlUHJvdmlkZXIsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgQ29tcG9uZW50TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBGb3JtQmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IENhbGVuZGFyIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWNhbGVuZGFycyc7XG5cblxuXG5leHBvcnQgY29uc3QgaW5wdXRzOiBzdHJpbmdbXSA9IFsnY2FsZW5kYXJNb2RlJywnY3NzQ2xhc3MnLCdkYXlIZWFkZXJGb3JtYXQnLCdkZXB0aCcsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnZW5hYmxlZCcsJ2ZpcnN0RGF5T2ZXZWVrJywnaXNNdWx0aVNlbGVjdGlvbicsJ2tleUNvbmZpZ3MnLCdsb2NhbGUnLCdtYXgnLCdtaW4nLCdzZXJ2ZXJUaW1lem9uZU9mZnNldCcsJ3Nob3dUb2RheUJ1dHRvbicsJ3N0YXJ0JywndmFsdWUnLCd2YWx1ZXMnLCd3ZWVrTnVtYmVyJywnd2Vla1J1bGUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnZm9jdXMnLCAnYmx1cicsICdjaGFuZ2UnLCdjcmVhdGVkJywnZGVzdHJveWVkJywnbmF2aWdhdGVkJywncmVuZGVyRGF5Q2VsbCcsJ3ZhbHVlQ2hhbmdlJywndmFsdWVzQ2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJ3ZhbHVlJywgJ3ZhbHVlcyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEVzc2VudGlhbCBKUyAyIEFuZ3VsYXIgQ2FsZW5kYXIgQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGVqcy1jYWxlbmRhciBbdmFsdWVdPSdkYXRlJz48L2Vqcy1jYWxlbmRhcj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1jYWxlbmRhcicsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gQ2FsZW5kYXJDb21wb25lbnQpLFxuICAgICAgICAgICAgbXVsdGk6IHRydWVcbiAgICAgICAgfVxuICAgIF0sXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2UsIEZvcm1CYXNlXSlcbmV4cG9ydCBjbGFzcyBDYWxlbmRhckNvbXBvbmVudCBleHRlbmRzIENhbGVuZGFyIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBmb3JtQ29tcENvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIGZvcm1Db250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdGNoYW5nZTogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdGRlc3Ryb3llZDogYW55O1xuXHRuYXZpZ2F0ZWQ6IGFueTtcblx0cmVuZGVyRGF5Q2VsbDogYW55O1xuXHR2YWx1ZUNoYW5nZTogYW55O1xuXHRwdWJsaWMgdmFsdWVzQ2hhbmdlOiBhbnk7XG5cblxuXG4gICAgcHVibGljIGZvY3VzOiBhbnk7XG4gICAgcHVibGljIGJsdXI6IGFueTtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnQ2FsZW5kYXJzSXNsYW1pYycpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmZvcm1Db250ZXh0ICA9IG5ldyBGb3JtQmFzZSgpO1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uQ2hhbmdlKHJlZ2lzdGVyRnVuY3Rpb246IChfOiBhbnkpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPblRvdWNoZWQocmVnaXN0ZXJGdW5jdGlvbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcbiAgICB9XG4gICAgXG4gICAgcHVibGljIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgXG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0Lm5nQWZ0ZXJDb250ZW50Q2hlY2tlZCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJFdmVudHM6IChldmVudExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xuICAgIHB1YmxpYyBhZGRUd29XYXk6IChwcm9wTGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG59XG5cbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { CalendarComponent } from './calendar.component';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * NgModule definition for the Calendar component.
7
- */
8
- export class CalendarModule {
9
- }
10
- CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, declarations: [CalendarComponent], imports: [CommonModule], exports: [CalendarComponent] });
12
- CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, imports: [[CommonModule]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule],
17
- declarations: [
18
- CalendarComponent
19
- ],
20
- exports: [
21
- CalendarComponent
22
- ]
23
- }]
24
- }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NhbGVuZGFyL2NhbGVuZGFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7QUFFekQ7O0dBRUc7QUFVSCxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQU5uQixpQkFBaUIsYUFGWCxZQUFZLGFBS2xCLGlCQUFpQjs0R0FHWixjQUFjLFlBUmQsQ0FBQyxZQUFZLENBQUM7MkZBUWQsY0FBYztrQkFUMUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixpQkFBaUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxpQkFBaUI7cUJBQ3BCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDYWxlbmRhckNvbXBvbmVudCB9IGZyb20gJy4vY2FsZW5kYXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgQ2FsZW5kYXIgY29tcG9uZW50LlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBDYWxlbmRhckNvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBDYWxlbmRhckNvbXBvbmVudFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgQ2FsZW5kYXJNb2R1bGUgeyB9Il19
@@ -1,29 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { DatePickerModule } from './datepicker.module';
4
- import { MaskedDateTime } from '@syncfusion/ej2-calendars';
5
- import * as i0 from "@angular/core";
6
- export const MaskedDateTimeService = { provide: 'CalendarsMaskedDateTime', useValue: MaskedDateTime };
7
- /**
8
- * NgModule definition for the DatePicker component with providers.
9
- */
10
- export class DatePickerAllModule {
11
- }
12
- DatePickerAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- DatePickerAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerAllModule, imports: [CommonModule, DatePickerModule], exports: [DatePickerModule] });
14
- DatePickerAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerAllModule, providers: [
15
- MaskedDateTimeService
16
- ], imports: [[CommonModule, DatePickerModule], DatePickerModule] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerAllModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [CommonModule, DatePickerModule],
21
- exports: [
22
- DatePickerModule
23
- ],
24
- providers: [
25
- MaskedDateTimeService
26
- ]
27
- }]
28
- }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXBpY2tlci1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2RhdGVwaWNrZXIvZGF0ZXBpY2tlci1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUMsY0FBYyxFQUFDLE1BQU0sMkJBQTJCLENBQUE7O0FBR3hELE1BQU0sQ0FBQyxNQUFNLHFCQUFxQixHQUFrQixFQUFFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxRQUFRLEVBQUUsY0FBYyxFQUFDLENBQUM7QUFFcEg7O0dBRUc7QUFVSCxNQUFNLE9BQU8sbUJBQW1COztnSEFBbkIsbUJBQW1CO2lIQUFuQixtQkFBbUIsWUFSbEIsWUFBWSxFQUFFLGdCQUFnQixhQUVwQyxnQkFBZ0I7aUhBTVgsbUJBQW1CLGFBSmxCO1FBQ04scUJBQXFCO0tBQ3hCLFlBTlEsQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLENBQUMsRUFFckMsZ0JBQWdCOzJGQU1YLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLENBQUM7b0JBQ3pDLE9BQU8sRUFBRTt3QkFDTCxnQkFBZ0I7cUJBQ25CO29CQUNELFNBQVMsRUFBQzt3QkFDTixxQkFBcUI7cUJBQ3hCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBEYXRlUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi9kYXRlcGlja2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYXRlUGlja2VyTW9kdWxlIH0gZnJvbSAnLi9kYXRlcGlja2VyLm1vZHVsZSc7XG5pbXBvcnQge01hc2tlZERhdGVUaW1lfSBmcm9tICdAc3luY2Z1c2lvbi9lajItY2FsZW5kYXJzJ1xuXG5cbmV4cG9ydCBjb25zdCBNYXNrZWREYXRlVGltZVNlcnZpY2U6IFZhbHVlUHJvdmlkZXIgPSB7IHByb3ZpZGU6ICdDYWxlbmRhcnNNYXNrZWREYXRlVGltZScsIHVzZVZhbHVlOiBNYXNrZWREYXRlVGltZX07XG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIERhdGVQaWNrZXIgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIERhdGVQaWNrZXJNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRGF0ZVBpY2tlck1vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOltcbiAgICAgICAgTWFza2VkRGF0ZVRpbWVTZXJ2aWNlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEYXRlUGlja2VyQWxsTW9kdWxlIHsgfSJdfQ==
@@ -1,98 +0,0 @@
1
- var DatePickerComponent_1;
2
- import { __decorate } from "tslib";
3
- import { Component, ChangeDetectionStrategy, forwardRef } from '@angular/core';
4
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
5
- import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base';
6
- import { DatePicker } from '@syncfusion/ej2-calendars';
7
- import * as i0 from "@angular/core";
8
- export const inputs = ['allowEdit', 'calendarMode', 'cssClass', 'dayHeaderFormat', 'depth', 'enableMask', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'floatLabelType', 'format', 'htmlAttributes', 'isMultiSelection', 'keyConfigs', 'locale', 'maskPlaceholder', 'max', 'min', 'openOnFocus', 'placeholder', 'readonly', 'serverTimezoneOffset', 'showClearButton', 'showTodayButton', 'start', 'strictMode', 'value', 'values', 'weekNumber', 'weekRule', 'width', 'zIndex'];
9
- export const outputs = ['blur', 'change', 'cleared', 'close', 'created', 'destroyed', 'focus', 'navigated', 'open', 'renderDayCell', 'valueChange'];
10
- export const twoWays = ['value'];
11
- /**
12
- * Represents the Essential JS 2 Angular DatePicker Component.
13
- * ```html
14
- * <ejs-datepicker [value]='date'></ejs-datepicker>
15
- * ```
16
- */
17
- let DatePickerComponent = DatePickerComponent_1 = class DatePickerComponent extends DatePicker {
18
- constructor(ngEle, srenderer, viewContainerRef, injector) {
19
- super();
20
- this.ngEle = ngEle;
21
- this.srenderer = srenderer;
22
- this.viewContainerRef = viewContainerRef;
23
- this.injector = injector;
24
- this.skipFromEvent = true;
25
- this.element = this.ngEle.nativeElement;
26
- this.injectedModules = this.injectedModules || [];
27
- try {
28
- let mod = this.injector.get('CalendarsIslamic');
29
- if (this.injectedModules.indexOf(mod) === -1) {
30
- this.injectedModules.push(mod);
31
- }
32
- }
33
- catch { }
34
- try {
35
- let mod = this.injector.get('CalendarsMaskedDateTime');
36
- if (this.injectedModules.indexOf(mod) === -1) {
37
- this.injectedModules.push(mod);
38
- }
39
- }
40
- catch { }
41
- this.registerEvents(outputs);
42
- this.addTwoWay.call(this, twoWays);
43
- setValue('currentInstance', this, this.viewContainerRef);
44
- this.formContext = new FormBase();
45
- this.formCompContext = new ComponentBase();
46
- }
47
- registerOnChange(registerFunction) {
48
- }
49
- registerOnTouched(registerFunction) {
50
- }
51
- writeValue(value) {
52
- }
53
- setDisabledState(disabled) {
54
- }
55
- ngOnInit() {
56
- this.formCompContext.ngOnInit(this);
57
- }
58
- ngAfterViewInit() {
59
- this.formContext.ngAfterViewInit(this);
60
- }
61
- ngOnDestroy() {
62
- this.formCompContext.ngOnDestroy(this);
63
- }
64
- ngAfterContentChecked() {
65
- this.formCompContext.ngAfterContentChecked(this);
66
- }
67
- };
68
- DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
69
- DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: DatePickerComponent, selector: "ejs-datepicker", inputs: { allowEdit: "allowEdit", calendarMode: "calendarMode", cssClass: "cssClass", dayHeaderFormat: "dayHeaderFormat", depth: "depth", enableMask: "enableMask", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", firstDayOfWeek: "firstDayOfWeek", floatLabelType: "floatLabelType", format: "format", htmlAttributes: "htmlAttributes", isMultiSelection: "isMultiSelection", keyConfigs: "keyConfigs", locale: "locale", maskPlaceholder: "maskPlaceholder", max: "max", min: "min", openOnFocus: "openOnFocus", placeholder: "placeholder", readonly: "readonly", serverTimezoneOffset: "serverTimezoneOffset", showClearButton: "showClearButton", showTodayButton: "showTodayButton", start: "start", strictMode: "strictMode", value: "value", values: "values", weekNumber: "weekNumber", weekRule: "weekRule", width: "width", zIndex: "zIndex" }, outputs: { blur: "blur", change: "change", cleared: "cleared", close: "close", created: "created", destroyed: "destroyed", focus: "focus", navigated: "navigated", open: "open", renderDayCell: "renderDayCell", valueChange: "valueChange" }, providers: [
70
- {
71
- provide: NG_VALUE_ACCESSOR,
72
- useExisting: forwardRef(() => DatePickerComponent_1),
73
- multi: true
74
- }
75
- ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
76
- DatePickerComponent = DatePickerComponent_1 = __decorate([
77
- ComponentMixins([ComponentBase, FormBase])
78
- ], DatePickerComponent);
79
- export { DatePickerComponent };
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerComponent, decorators: [{
81
- type: Component,
82
- args: [{
83
- selector: 'ejs-datepicker',
84
- inputs: inputs,
85
- outputs: outputs,
86
- template: '',
87
- changeDetection: ChangeDetectionStrategy.OnPush,
88
- providers: [
89
- {
90
- provide: NG_VALUE_ACCESSOR,
91
- useExisting: forwardRef(() => DatePickerComponent),
92
- multi: true
93
- }
94
- ],
95
- queries: {}
96
- }]
97
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
98
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXBpY2tlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGF0ZXBpY2tlci9kYXRlcGlja2VyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9FLHVCQUF1QixFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsYUFBYSxFQUErQixlQUFlLEVBQTBCLFFBQVEsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2SixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBSXZELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLFdBQVcsRUFBQyxjQUFjLEVBQUMsVUFBVSxFQUFDLGlCQUFpQixFQUFDLE9BQU8sRUFBQyxZQUFZLEVBQUMsbUJBQW1CLEVBQUMsV0FBVyxFQUFDLFNBQVMsRUFBQyxnQkFBZ0IsRUFBQyxnQkFBZ0IsRUFBQyxRQUFRLEVBQUMsZ0JBQWdCLEVBQUMsa0JBQWtCLEVBQUMsWUFBWSxFQUFDLFFBQVEsRUFBQyxpQkFBaUIsRUFBQyxLQUFLLEVBQUMsS0FBSyxFQUFDLGFBQWEsRUFBQyxhQUFhLEVBQUMsVUFBVSxFQUFDLHNCQUFzQixFQUFDLGlCQUFpQixFQUFDLGlCQUFpQixFQUFDLE9BQU8sRUFBQyxZQUFZLEVBQUMsT0FBTyxFQUFDLFFBQVEsRUFBQyxZQUFZLEVBQUMsVUFBVSxFQUFDLE9BQU8sRUFBQyxRQUFRLENBQUMsQ0FBQztBQUM3YyxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxNQUFNLEVBQUMsUUFBUSxFQUFDLFNBQVMsRUFBQyxPQUFPLEVBQUMsU0FBUyxFQUFDLFdBQVcsRUFBQyxPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0sRUFBQyxlQUFl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LFFBQVEsQ0FBQyxDQUFDO0dBQzlCLG1CQUFtQixDQTJFL0I7U0EzRVksbUJBQW1COzJGQUFuQixtQkFBbUI7a0JBbEIvQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsRUFBRTtvQkFDWixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsU0FBUyxFQUFFO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLG9CQUFvQixDQUFDOzRCQUNsRCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjtvQkFDRCxPQUFPLEVBQUUsRUFFUjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgVmFsdWVQcm92aWRlciwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tcG9uZW50QmFzZSwgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBDb21wb25lbnRNaXhpbnMsIFByb3BlcnR5Q29sbGVjdGlvbkluZm8sIEZvcm1CYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgRGF0ZVBpY2tlciB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1jYWxlbmRhcnMnO1xuXG5cblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2FsbG93RWRpdCcsJ2NhbGVuZGFyTW9kZScsJ2Nzc0NsYXNzJywnZGF5SGVhZGVyRm9ybWF0JywnZGVwdGgnLCdlbmFibGVNYXNrJywnZW5hYmxlUGVyc2lzdGVuY2UnLCdlbmFibGVSdGwnLCdlbmFibGVkJywnZmlyc3REYXlPZldlZWsnLCdmbG9hdExhYmVsVHlwZScsJ2Zvcm1hdCcsJ2h0bWxBdHRyaWJ1dGVzJywnaXNNdWx0aVNlbGVjdGlvbicsJ2tleUNvbmZpZ3MnLCdsb2NhbGUnLCdtYXNrUGxhY2Vob2xkZXInLCdtYXgnLCdtaW4nLCdvcGVuT25Gb2N1cycsJ3BsYWNlaG9sZGVyJywncmVhZG9ubHknLCdzZXJ2ZXJUaW1lem9uZU9mZnNldCcsJ3Nob3dDbGVhckJ1dHRvbicsJ3Nob3dUb2RheUJ1dHRvbicsJ3N0YXJ0Jywnc3RyaWN0TW9kZScsJ3ZhbHVlJywndmFsdWVzJywnd2Vla051bWJlcicsJ3dlZWtSdWxlJywnd2lkdGgnLCd6SW5kZXgnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnYmx1cicsJ2NoYW5nZScsJ2NsZWFyZWQnLCdjbG9zZScsJ2NyZWF0ZWQnLCdkZXN0cm95ZWQnLCdmb2N1cycsJ25hdmlnYXRlZCcsJ29wZW4nLCdyZW5kZXJEYXlDZWxsJywndmFsdWVDaGFuZ2UnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFsndmFsdWUnXTtcblxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBFc3NlbnRpYWwgSlMgMiBBbmd1bGFyIERhdGVQaWNrZXIgQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGVqcy1kYXRlcGlja2VyIFt2YWx1ZV09J2RhdGUnPjwvZWpzLWRhdGVwaWNrZXI+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdlanMtZGF0ZXBpY2tlcicsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRGF0ZVBpY2tlckNvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZVxuICAgICAgICB9XG4gICAgXSxcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuQENvbXBvbmVudE1peGlucyhbQ29tcG9uZW50QmFzZSwgRm9ybUJhc2VdKVxuZXhwb3J0IGNsYXNzIERhdGVQaWNrZXJDb21wb25lbnQgZXh0ZW5kcyBEYXRlUGlja2VyIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBmb3JtQ29tcENvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIGZvcm1Db250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdGJsdXI6IGFueTtcblx0Y2hhbmdlOiBhbnk7XG5cdGNsZWFyZWQ6IGFueTtcblx0Y2xvc2U6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRkZXN0cm95ZWQ6IGFueTtcblx0Zm9jdXM6IGFueTtcblx0bmF2aWdhdGVkOiBhbnk7XG5cdG9wZW46IGFueTtcblx0cmVuZGVyRGF5Q2VsbDogYW55O1xuXHRwdWJsaWMgdmFsdWVDaGFuZ2U6IGFueTtcblxuXG5cbiAgICBwcml2YXRlIHNraXBGcm9tRXZlbnQ6Ym9vbGVhbiA9IHRydWU7XG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcbiAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ0NhbGVuZGFyc0lzbGFtaWMnKTtcbiAgICAgICAgICAgICAgICBpZih0aGlzLmluamVjdGVkTW9kdWxlcy5pbmRleE9mKG1vZCkgPT09IC0xKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuaW5qZWN0ZWRNb2R1bGVzLnB1c2gobW9kKVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gY2F0Y2ggeyB9XG5cciAgICAgICAgdHJ5IHtcbiAgICAgICAgICAgICAgICBsZXQgbW9kID0gdGhpcy5pbmplY3Rvci5nZXQoJ0NhbGVuZGFyc01hc2tlZERhdGVUaW1lJyk7XG4gICAgICAgICAgICAgICAgaWYodGhpcy5pbmplY3RlZE1vZHVsZXMuaW5kZXhPZihtb2QpID09PSAtMSkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcy5wdXNoKG1vZClcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGNhdGNoIHsgfVxuXHJcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5hZGRUd29XYXkuY2FsbCh0aGlzLCB0d29XYXlzKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQgID0gbmV3IEZvcm1CYXNlKCk7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25DaGFuZ2UocmVnaXN0ZXJGdW5jdGlvbjogKF86IGFueSkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uVG91Y2hlZChyZWdpc3RlckZ1bmN0aW9uOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgfVxuXG4gICAgcHVibGljIHdyaXRlVmFsdWUodmFsdWU6IGFueSk6IHZvaWQge1xuICAgIH1cbiAgICBcbiAgICBwdWJsaWMgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29udGV4dC5uZ0FmdGVyVmlld0luaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICBcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19
@@ -1,25 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { DatePickerComponent } from './datepicker.component';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * NgModule definition for the DatePicker component.
7
- */
8
- export class DatePickerModule {
9
- }
10
- DatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerModule, declarations: [DatePickerComponent], imports: [CommonModule], exports: [DatePickerComponent] });
12
- DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerModule, imports: [[CommonModule]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DatePickerModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule],
17
- declarations: [
18
- DatePickerComponent
19
- ],
20
- exports: [
21
- DatePickerComponent
22
- ]
23
- }]
24
- }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXBpY2tlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGF0ZXBpY2tlci9kYXRlcGlja2VyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFFN0Q7O0dBRUc7QUFVSCxNQUFNLE9BQU8sZ0JBQWdCOzs2R0FBaEIsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsaUJBTnJCLG1CQUFtQixhQUZiLFlBQVksYUFLbEIsbUJBQW1COzhHQUdkLGdCQUFnQixZQVJoQixDQUFDLFlBQVksQ0FBQzsyRkFRZCxnQkFBZ0I7a0JBVDVCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1YsbUJBQW1CO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsbUJBQW1CO3FCQUN0QjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRGF0ZVBpY2tlckNvbXBvbmVudCB9IGZyb20gJy4vZGF0ZXBpY2tlci5jb21wb25lbnQnO1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBEYXRlUGlja2VyIGNvbXBvbmVudC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRGF0ZVBpY2tlckNvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBEYXRlUGlja2VyQ29tcG9uZW50XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEYXRlUGlja2VyTW9kdWxlIHsgfSJdfQ==
@@ -1,23 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { DateRangePickerModule } from './daterangepicker.module';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * NgModule definition for the DateRangePicker component with providers.
7
- */
8
- export class DateRangePickerAllModule {
9
- }
10
- DateRangePickerAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DateRangePickerAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DateRangePickerAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DateRangePickerAllModule, imports: [CommonModule, DateRangePickerModule], exports: [DateRangePickerModule] });
12
- DateRangePickerAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DateRangePickerAllModule, providers: [], imports: [[CommonModule, DateRangePickerModule], DateRangePickerModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DateRangePickerAllModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule, DateRangePickerModule],
17
- exports: [
18
- DateRangePickerModule
19
- ],
20
- providers: []
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXJhbmdlcGlja2VyLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGF0ZXJhbmdlcGlja2VyL2RhdGVyYW5nZXBpY2tlci1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUcvQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFNakU7O0dBRUc7QUFVSCxNQUFNLE9BQU8sd0JBQXdCOztxSEFBeEIsd0JBQXdCO3NIQUF4Qix3QkFBd0IsWUFSdkIsWUFBWSxFQUFFLHFCQUFxQixhQUV6QyxxQkFBcUI7c0hBTWhCLHdCQUF3QixhQUp2QixFQUVULFlBTlEsQ0FBQyxZQUFZLEVBQUUscUJBQXFCLENBQUMsRUFFMUMscUJBQXFCOzJGQU1oQix3QkFBd0I7a0JBVHBDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHFCQUFxQixDQUFDO29CQUM5QyxPQUFPLEVBQUU7d0JBQ0wscUJBQXFCO3FCQUN4QjtvQkFDRCxTQUFTLEVBQUMsRUFFVDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUHJlc2V0RGlyZWN0aXZlLCBQcmVzZXRzRGlyZWN0aXZlIH0gZnJvbSAnLi9wcmVzZXRzLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYXRlUmFuZ2VQaWNrZXJDb21wb25lbnQgfSBmcm9tICcuL2RhdGVyYW5nZXBpY2tlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGF0ZVJhbmdlUGlja2VyTW9kdWxlIH0gZnJvbSAnLi9kYXRlcmFuZ2VwaWNrZXIubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBEYXRlUmFuZ2VQaWNrZXIgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIERhdGVSYW5nZVBpY2tlck1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBEYXRlUmFuZ2VQaWNrZXJNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRGF0ZVJhbmdlUGlja2VyQWxsTW9kdWxlIHsgfSJdfQ==