@progress/kendo-angular-dateinputs 7.1.6 → 11.0.0-develop.101

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 (285) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +3 -3
  4. package/calendar/calendar-common.module.d.ts +3 -2
  5. package/calendar/calendar.component.d.ts +2 -2
  6. package/calendar/calendar.module.d.ts +1 -1
  7. package/calendar/calendars.module.d.ts +1 -1
  8. package/calendar/for.directive.d.ts +1 -1
  9. package/calendar/header.component.d.ts +10 -1
  10. package/calendar/horizontal-view-list.component.d.ts +1 -1
  11. package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
  12. package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
  13. package/calendar/localization/calendar-messages.d.ts +1 -1
  14. package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
  15. package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
  16. package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
  17. package/calendar/models/cell-context.interface.d.ts +1 -1
  18. package/calendar/models/keydown.interface.d.ts +1 -1
  19. package/calendar/models/navigation-action.enum.d.ts +1 -1
  20. package/calendar/models/orientation.d.ts +1 -1
  21. package/calendar/models/row-length-options.interface.d.ts +1 -1
  22. package/calendar/models/scrollable.interface.d.ts +1 -1
  23. package/calendar/models/selection-range-end.type.d.ts +1 -1
  24. package/calendar/models/selection-range.interface.d.ts +1 -1
  25. package/calendar/models/selection.d.ts +1 -1
  26. package/calendar/models/type.d.ts +1 -1
  27. package/calendar/models/view-service.interface.d.ts +1 -1
  28. package/calendar/models/view.enum.d.ts +1 -1
  29. package/calendar/models/view.type.d.ts +1 -1
  30. package/calendar/multiview-calendar.component.d.ts +1 -1
  31. package/calendar/multiview-calendar.module.d.ts +1 -1
  32. package/calendar/navigation.component.d.ts +1 -1
  33. package/calendar/services/bus-view.service.d.ts +1 -1
  34. package/calendar/services/century-view.service.d.ts +1 -1
  35. package/calendar/services/decade-view.service.d.ts +1 -1
  36. package/calendar/services/disabled-dates.service.d.ts +1 -1
  37. package/calendar/services/dom.service.d.ts +1 -1
  38. package/calendar/services/month-view.service.d.ts +1 -1
  39. package/calendar/services/navigation.service.d.ts +1 -1
  40. package/calendar/services/scroll-sync.service.d.ts +1 -1
  41. package/calendar/services/selection.service.d.ts +1 -1
  42. package/calendar/services/weeknames.service.d.ts +1 -1
  43. package/calendar/services/year-view.service.d.ts +1 -1
  44. package/calendar/templates/cell-template.directive.d.ts +1 -1
  45. package/calendar/templates/century-cell-template.directive.d.ts +1 -1
  46. package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
  47. package/calendar/templates/header-title-template.directive.d.ts +1 -1
  48. package/calendar/templates/month-cell-template.directive.d.ts +1 -1
  49. package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
  50. package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
  51. package/calendar/templates/year-cell-template.directive.d.ts +1 -1
  52. package/calendar/templates.module.d.ts +1 -1
  53. package/calendar/view-list.component.d.ts +1 -1
  54. package/calendar/view.component.d.ts +1 -1
  55. package/common/dom-queries.d.ts +1 -1
  56. package/common/models/fillmode.d.ts +1 -1
  57. package/common/models/rounded.d.ts +1 -1
  58. package/common/models/size.d.ts +1 -1
  59. package/common/picker.service.d.ts +1 -1
  60. package/common/utils.d.ts +1 -1
  61. package/dateinput/arrow.enum.d.ts +1 -1
  62. package/dateinput/dateinput.component.d.ts +11 -2
  63. package/dateinput/dateinput.module.d.ts +3 -2
  64. package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
  65. package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
  66. package/dateinput/localization/messages.d.ts +1 -1
  67. package/dateinput/models/format-placeholder.model.d.ts +1 -1
  68. package/dateinput/models/format-settings.model.d.ts +1 -1
  69. package/dateinput/models/incremental-steps.model.d.ts +1 -1
  70. package/dateinputs.module.d.ts +1 -1
  71. package/datepicker/datepicker.component.d.ts +12 -3
  72. package/datepicker/datepicker.module.d.ts +3 -2
  73. package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
  74. package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
  75. package/datepicker/localization/messages.d.ts +1 -1
  76. package/daterange/auto-correct-on.type.d.ts +1 -1
  77. package/daterange/date-range-end-input.directive.d.ts +1 -1
  78. package/daterange/date-range-input.d.ts +1 -1
  79. package/daterange/date-range-popup-template.directive.d.ts +1 -1
  80. package/daterange/date-range-popup.component.d.ts +1 -1
  81. package/daterange/date-range-selection.directive.d.ts +1 -1
  82. package/daterange/date-range-start-input.directive.d.ts +1 -1
  83. package/daterange/date-range.component.d.ts +1 -1
  84. package/daterange/date-range.module.d.ts +1 -1
  85. package/daterange/date-range.service.d.ts +1 -1
  86. package/datetimepicker/datetimepicker.component.d.ts +15 -2
  87. package/datetimepicker/datetimepicker.module.d.ts +3 -2
  88. package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
  89. package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
  90. package/datetimepicker/localization/messages.d.ts +1 -1
  91. package/datetimepicker/models/active-tab.type.d.ts +1 -1
  92. package/defaults.d.ts +1 -1
  93. package/{esm2015/calendar/calendar-common.module.js → esm2020/calendar/calendar-common.module.mjs} +8 -7
  94. package/{esm2015/calendar/calendar.component.js → esm2020/calendar/calendar.component.mjs} +14 -14
  95. package/{esm2015/calendar/calendar.module.js → esm2020/calendar/calendar.module.mjs} +5 -5
  96. package/{esm2015/calendar/calendars.module.js → esm2020/calendar/calendars.module.mjs} +5 -5
  97. package/{esm2015/calendar/for.directive.js → esm2020/calendar/for.directive.mjs} +6 -6
  98. package/{esm2015/calendar/header.component.js → esm2020/calendar/header.component.mjs} +50 -24
  99. package/{esm2015/calendar/horizontal-view-list.component.js → esm2020/calendar/horizontal-view-list.component.mjs} +8 -5
  100. package/{esm2015/calendar/localization/calendar-custom-messages.component.js → esm2020/calendar/localization/calendar-custom-messages.component.mjs} +5 -4
  101. package/{esm2015/calendar/localization/calendar-localized-messages.directive.js → esm2020/calendar/localization/calendar-localized-messages.directive.mjs} +5 -4
  102. package/{esm2015/calendar/localization/calendar-messages.js → esm2020/calendar/localization/calendar-messages.mjs} +4 -4
  103. package/{esm2015/calendar/localization/multiview-calendar-custom-messages.component.js → esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs} +5 -4
  104. package/{esm2015/calendar/localization/multiview-calendar-localized-messages.directive.js → esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs} +5 -4
  105. package/{esm2015/calendar/localization/multiview-calendar-messages.js → esm2020/calendar/localization/multiview-calendar-messages.mjs} +4 -4
  106. package/{esm2015/calendar/models/cell-context.interface.js → esm2020/calendar/models/cell-context.interface.mjs} +1 -1
  107. package/{esm2015/calendar/models/keydown.interface.js → esm2020/calendar/models/keydown.interface.mjs} +1 -1
  108. package/{esm2015/calendar/models/navigation-action.enum.js → esm2020/calendar/models/navigation-action.enum.mjs} +1 -1
  109. package/{esm2015/calendar/models/orientation.js → esm2020/calendar/models/orientation.mjs} +1 -1
  110. package/{esm2015/calendar/models/row-length-options.interface.js → esm2020/calendar/models/row-length-options.interface.mjs} +1 -1
  111. package/esm2020/calendar/models/scrollable.interface.mjs +5 -0
  112. package/esm2020/calendar/models/selection-range-end.type.mjs +5 -0
  113. package/{esm2015/calendar/models/selection-range.interface.js → esm2020/calendar/models/selection-range.interface.mjs} +1 -1
  114. package/esm2020/calendar/models/selection.mjs +5 -0
  115. package/esm2020/calendar/models/type.mjs +5 -0
  116. package/esm2020/calendar/models/view-service.interface.mjs +5 -0
  117. package/{esm2015/calendar/models/view.enum.js → esm2020/calendar/models/view.enum.mjs} +1 -1
  118. package/esm2020/calendar/models/view.type.mjs +5 -0
  119. package/{esm2015/calendar/multiview-calendar.component.js → esm2020/calendar/multiview-calendar.component.mjs} +5 -5
  120. package/{esm2015/calendar/multiview-calendar.module.js → esm2020/calendar/multiview-calendar.module.mjs} +5 -5
  121. package/{esm2015/calendar/navigation.component.js → esm2020/calendar/navigation.component.mjs} +8 -5
  122. package/{esm2015/calendar/services/bus-view.service.js → esm2020/calendar/services/bus-view.service.mjs} +5 -5
  123. package/{esm2015/calendar/services/century-view.service.js → esm2020/calendar/services/century-view.service.mjs} +4 -4
  124. package/{esm2015/calendar/services/decade-view.service.js → esm2020/calendar/services/decade-view.service.mjs} +4 -4
  125. package/{esm2015/calendar/services/disabled-dates.service.js → esm2020/calendar/services/disabled-dates.service.mjs} +4 -4
  126. package/{esm2015/calendar/services/dom.service.js → esm2020/calendar/services/dom.service.mjs} +6 -9
  127. package/{esm2015/calendar/services/month-view.service.js → esm2020/calendar/services/month-view.service.mjs} +5 -4
  128. package/{esm2015/calendar/services/navigation.service.js → esm2020/calendar/services/navigation.service.mjs} +5 -4
  129. package/{esm2015/calendar/services/scroll-sync.service.js → esm2020/calendar/services/scroll-sync.service.mjs} +6 -5
  130. package/{esm2015/calendar/services/selection.service.js → esm2020/calendar/services/selection.service.mjs} +6 -4
  131. package/{esm2015/calendar/services/weeknames.service.js → esm2020/calendar/services/weeknames.service.mjs} +5 -4
  132. package/{esm2015/calendar/services/year-view.service.js → esm2020/calendar/services/year-view.service.mjs} +5 -4
  133. package/{esm2015/calendar/templates/cell-template.directive.js → esm2020/calendar/templates/cell-template.directive.mjs} +5 -5
  134. package/{esm2015/calendar/templates/century-cell-template.directive.js → esm2020/calendar/templates/century-cell-template.directive.mjs} +5 -5
  135. package/{esm2015/calendar/templates/decade-cell-template.directive.js → esm2020/calendar/templates/decade-cell-template.directive.mjs} +5 -5
  136. package/{esm2015/calendar/templates/header-title-template.directive.js → esm2020/calendar/templates/header-title-template.directive.mjs} +5 -5
  137. package/{esm2015/calendar/templates/month-cell-template.directive.js → esm2020/calendar/templates/month-cell-template.directive.mjs} +5 -5
  138. package/{esm2015/calendar/templates/navigation-item-template.directive.js → esm2020/calendar/templates/navigation-item-template.directive.mjs} +5 -5
  139. package/{esm2015/calendar/templates/weeknumber-cell-template.directive.js → esm2020/calendar/templates/weeknumber-cell-template.directive.mjs} +5 -5
  140. package/{esm2015/calendar/templates/year-cell-template.directive.js → esm2020/calendar/templates/year-cell-template.directive.mjs} +5 -5
  141. package/{esm2015/calendar/templates.module.js → esm2020/calendar/templates.module.mjs} +5 -5
  142. package/{esm2015/calendar/view-list.component.js → esm2020/calendar/view-list.component.mjs} +10 -7
  143. package/{esm2015/calendar/view.component.js → esm2020/calendar/view.component.mjs} +8 -5
  144. package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +1 -1
  145. package/esm2020/common/models/fillmode.mjs +5 -0
  146. package/esm2020/common/models/rounded.mjs +5 -0
  147. package/esm2020/common/models/size.mjs +5 -0
  148. package/{esm2015/common/picker.service.js → esm2020/common/picker.service.mjs} +1 -1
  149. package/{esm2015/common/utils.js → esm2020/common/utils.mjs} +1 -1
  150. package/{esm2015/dateinput/arrow.enum.js → esm2020/dateinput/arrow.enum.mjs} +1 -1
  151. package/{esm2015/dateinput/dateinput.component.js → esm2020/dateinput/dateinput.component.mjs} +70 -33
  152. package/{esm2015/dateinput/dateinput.module.js → esm2020/dateinput/dateinput.module.mjs} +8 -7
  153. package/{esm2015/dateinput/localization/dateinput-custom-messages.component.js → esm2020/dateinput/localization/dateinput-custom-messages.component.mjs} +5 -4
  154. package/{esm2015/dateinput/localization/dateinput-localized-messages.directive.js → esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs} +5 -4
  155. package/{esm2015/dateinput/localization/messages.js → esm2020/dateinput/localization/messages.mjs} +4 -4
  156. package/esm2020/dateinput/models/format-placeholder.model.mjs +5 -0
  157. package/esm2020/dateinput/models/format-settings.model.mjs +5 -0
  158. package/esm2020/dateinput/models/incremental-steps.model.mjs +5 -0
  159. package/{esm2015/dateinputs.module.js → esm2020/dateinputs.module.mjs} +5 -5
  160. package/{esm2015/datepicker/datepicker.component.js → esm2020/datepicker/datepicker.component.mjs} +37 -17
  161. package/{esm2015/datepicker/datepicker.module.js → esm2020/datepicker/datepicker.module.mjs} +12 -8
  162. package/{esm2015/datepicker/localization/datepicker-custom-messages.component.js → esm2020/datepicker/localization/datepicker-custom-messages.component.mjs} +5 -4
  163. package/{esm2015/datepicker/localization/datepicker-localized-messages.directive.js → esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs} +5 -4
  164. package/{esm2015/datepicker/localization/messages.js → esm2020/datepicker/localization/messages.mjs} +4 -4
  165. package/esm2020/daterange/auto-correct-on.type.mjs +5 -0
  166. package/{esm2015/daterange/date-range-end-input.directive.js → esm2020/daterange/date-range-end-input.directive.mjs} +7 -5
  167. package/{esm2015/daterange/date-range-input.js → esm2020/daterange/date-range-input.mjs} +7 -5
  168. package/{esm2015/daterange/date-range-popup-template.directive.js → esm2020/daterange/date-range-popup-template.directive.mjs} +5 -5
  169. package/{esm2015/daterange/date-range-popup.component.js → esm2020/daterange/date-range-popup.component.mjs} +7 -5
  170. package/{esm2015/daterange/date-range-selection.directive.js → esm2020/daterange/date-range-selection.directive.mjs} +6 -5
  171. package/{esm2015/daterange/date-range-start-input.directive.js → esm2020/daterange/date-range-start-input.directive.mjs} +7 -5
  172. package/{esm2015/daterange/date-range.component.js → esm2020/daterange/date-range.component.mjs} +6 -7
  173. package/{esm2015/daterange/date-range.module.js → esm2020/daterange/date-range.module.mjs} +5 -5
  174. package/{esm2015/daterange/date-range.service.js → esm2020/daterange/date-range.service.mjs} +5 -5
  175. package/{esm2015/datetimepicker/datetimepicker.component.js → esm2020/datetimepicker/datetimepicker.component.mjs} +62 -31
  176. package/{esm2015/datetimepicker/datetimepicker.module.js → esm2020/datetimepicker/datetimepicker.module.mjs} +12 -8
  177. package/{esm2015/datetimepicker/localization/datetimepicker-custom-messages.component.js → esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs} +5 -4
  178. package/{esm2015/datetimepicker/localization/localized-messages.directive.js → esm2020/datetimepicker/localization/localized-messages.directive.mjs} +5 -4
  179. package/{esm2015/datetimepicker/localization/messages.js → esm2020/datetimepicker/localization/messages.mjs} +4 -4
  180. package/esm2020/datetimepicker/models/active-tab.type.mjs +5 -0
  181. package/{esm2015/defaults.js → esm2020/defaults.mjs} +1 -1
  182. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  183. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  184. package/esm2020/popup-settings.model.mjs +5 -0
  185. package/{esm2015/preventable-event.js → esm2020/preventable-event.mjs} +1 -1
  186. package/{esm2015/kendo-angular-dateinputs.js → esm2020/progress-kendo-angular-dateinputs.mjs} +2 -2
  187. package/{esm2015/timepicker/localization/messages.js → esm2020/timepicker/localization/messages.mjs} +4 -4
  188. package/{esm2015/timepicker/localization/timepicker-custom-messages.component.js → esm2020/timepicker/localization/timepicker-custom-messages.component.mjs} +5 -4
  189. package/{esm2015/timepicker/localization/timepicker-localized-messages.directive.js → esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs} +5 -4
  190. package/{esm2015/timepicker/localization/timeselector-custom-messages.component.js → esm2020/timepicker/localization/timeselector-custom-messages.component.mjs} +5 -4
  191. package/{esm2015/timepicker/localization/timeselector-localized-messages.directive.js → esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs} +5 -4
  192. package/esm2020/timepicker/models/incremental-steps.model.mjs +5 -0
  193. package/esm2020/timepicker/models/list-item.interface.mjs +5 -0
  194. package/esm2020/timepicker/models/list-service-settings.mjs +5 -0
  195. package/esm2020/timepicker/models/list-service.interface.mjs +5 -0
  196. package/{esm2015/timepicker/models/time-part.default.js → esm2020/timepicker/models/time-part.default.mjs} +1 -1
  197. package/{esm2015/timepicker/services/dayperiod.service.js → esm2020/timepicker/services/dayperiod.service.mjs} +5 -4
  198. package/{esm2015/timepicker/services/dom.service.js → esm2020/timepicker/services/dom.service.mjs} +4 -4
  199. package/{esm2015/timepicker/services/hours.service.js → esm2020/timepicker/services/hours.service.mjs} +5 -4
  200. package/{esm2015/timepicker/services/milliseconds.service.js → esm2020/timepicker/services/milliseconds.service.mjs} +5 -4
  201. package/{esm2015/timepicker/services/minutes.service.js → esm2020/timepicker/services/minutes.service.mjs} +5 -4
  202. package/{esm2015/timepicker/services/seconds.service.js → esm2020/timepicker/services/seconds.service.mjs} +5 -4
  203. package/{esm2015/timepicker/timelist.component.js → esm2020/timepicker/timelist.component.mjs} +9 -9
  204. package/{esm2015/timepicker/timepicker.component.js → esm2020/timepicker/timepicker.component.mjs} +37 -15
  205. package/{esm2015/timepicker/timepicker.module.js → esm2020/timepicker/timepicker.module.mjs} +10 -7
  206. package/{esm2015/timepicker/timeselector.component.js → esm2020/timepicker/timeselector.component.mjs} +8 -5
  207. package/{esm2015/timepicker/util.js → esm2020/timepicker/util.mjs} +1 -1
  208. package/{esm2015/touch-enabled.js → esm2020/touch-enabled.mjs} +1 -1
  209. package/{esm2015/util.js → esm2020/util.mjs} +3 -3
  210. package/{esm2015/validators/disabled-date.validator.js → esm2020/validators/disabled-date.validator.mjs} +1 -1
  211. package/{esm2015/validators/disabled-dates-range.validator.js → esm2020/validators/disabled-dates-range.validator.mjs} +1 -1
  212. package/{esm2015/validators/incomplete-date.validator.js → esm2020/validators/incomplete-date.validator.mjs} +1 -1
  213. package/{esm2015/validators/max.validator.js → esm2020/validators/max.validator.mjs} +1 -1
  214. package/{esm2015/validators/min.validator.js → esm2020/validators/min.validator.mjs} +1 -1
  215. package/{esm2015/validators/time-range.validator.js → esm2020/validators/time-range.validator.mjs} +1 -1
  216. package/esm2020/virtualization/models/scrollable.interface.mjs +5 -0
  217. package/{esm2015/virtualization/services/row-height.service.js → esm2020/virtualization/services/row-height.service.mjs} +1 -1
  218. package/{esm2015/virtualization/services/scroller.service.js → esm2020/virtualization/services/scroller.service.mjs} +1 -1
  219. package/{esm2015/virtualization/virtualization.component.js → esm2020/virtualization/virtualization.component.mjs} +6 -6
  220. package/{esm2015/virtualization/virtualization.module.js → esm2020/virtualization/virtualization.module.mjs} +5 -5
  221. package/fesm2015/progress-kendo-angular-dateinputs.mjs +16599 -0
  222. package/{fesm2015/kendo-angular-dateinputs.js → fesm2020/progress-kendo-angular-dateinputs.mjs} +836 -715
  223. package/{main.d.ts → index.d.ts} +2 -1
  224. package/package-metadata.d.ts +1 -1
  225. package/package.json +36 -60
  226. package/popup-settings.model.d.ts +1 -1
  227. package/preventable-event.d.ts +1 -1
  228. package/{kendo-angular-dateinputs.d.ts → progress-kendo-angular-dateinputs.d.ts} +2 -2
  229. package/schematics/ngAdd/index.js +5 -7
  230. package/timepicker/localization/messages.d.ts +1 -1
  231. package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
  232. package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
  233. package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
  234. package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
  235. package/timepicker/models/incremental-steps.model.d.ts +1 -1
  236. package/timepicker/models/list-item.interface.d.ts +1 -1
  237. package/timepicker/models/list-service-settings.d.ts +1 -1
  238. package/timepicker/models/list-service.interface.d.ts +1 -1
  239. package/timepicker/models/time-part.default.d.ts +1 -1
  240. package/timepicker/services/dayperiod.service.d.ts +1 -1
  241. package/timepicker/services/dom.service.d.ts +1 -1
  242. package/timepicker/services/hours.service.d.ts +1 -1
  243. package/timepicker/services/milliseconds.service.d.ts +1 -1
  244. package/timepicker/services/minutes.service.d.ts +1 -1
  245. package/timepicker/services/seconds.service.d.ts +1 -1
  246. package/timepicker/timelist.component.d.ts +1 -1
  247. package/timepicker/timepicker.component.d.ts +12 -3
  248. package/timepicker/timepicker.module.d.ts +3 -2
  249. package/timepicker/timeselector.component.d.ts +1 -1
  250. package/timepicker/util.d.ts +1 -1
  251. package/touch-enabled.d.ts +1 -1
  252. package/util.d.ts +1 -1
  253. package/validators/disabled-date.validator.d.ts +1 -1
  254. package/validators/disabled-dates-range.validator.d.ts +1 -1
  255. package/validators/incomplete-date.validator.d.ts +1 -1
  256. package/validators/max.validator.d.ts +1 -1
  257. package/validators/min.validator.d.ts +1 -1
  258. package/validators/time-range.validator.d.ts +1 -1
  259. package/virtualization/models/scrollable.interface.d.ts +1 -1
  260. package/virtualization/services/row-height.service.d.ts +1 -1
  261. package/virtualization/services/scroller.service.d.ts +1 -1
  262. package/virtualization/virtualization.component.d.ts +1 -1
  263. package/virtualization/virtualization.module.d.ts +1 -1
  264. package/bundles/kendo-angular-dateinputs.umd.js +0 -5
  265. package/esm2015/calendar/models/scrollable.interface.js +0 -5
  266. package/esm2015/calendar/models/selection-range-end.type.js +0 -5
  267. package/esm2015/calendar/models/selection.js +0 -5
  268. package/esm2015/calendar/models/type.js +0 -5
  269. package/esm2015/calendar/models/view-service.interface.js +0 -5
  270. package/esm2015/calendar/models/view.type.js +0 -5
  271. package/esm2015/common/models/fillmode.js +0 -5
  272. package/esm2015/common/models/rounded.js +0 -5
  273. package/esm2015/common/models/size.js +0 -5
  274. package/esm2015/dateinput/models/format-placeholder.model.js +0 -5
  275. package/esm2015/dateinput/models/format-settings.model.js +0 -5
  276. package/esm2015/dateinput/models/incremental-steps.model.js +0 -5
  277. package/esm2015/daterange/auto-correct-on.type.js +0 -5
  278. package/esm2015/datetimepicker/models/active-tab.type.js +0 -5
  279. package/esm2015/popup-settings.model.js +0 -5
  280. package/esm2015/timepicker/models/incremental-steps.model.js +0 -5
  281. package/esm2015/timepicker/models/list-item.interface.js +0 -5
  282. package/esm2015/timepicker/models/list-service-settings.js +0 -5
  283. package/esm2015/timepicker/models/list-service.interface.js +0 -5
  284. package/esm2015/virtualization/models/scrollable.interface.js +0 -5
  285. package/schematics/ngAdd/index.js.map +0 -1
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
@@ -51,8 +51,8 @@ const COMPONENT_MODULES = [
51
51
  */
52
52
  export class DateInputsModule {
53
53
  }
54
- DateInputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
55
- DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateInputsModule, imports: [CalendarsModule,
54
+ DateInputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
55
+ DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputsModule, imports: [CalendarsModule,
56
56
  DateInputModule,
57
57
  DatePickerModule,
58
58
  TimePickerModule,
@@ -63,13 +63,13 @@ DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
63
63
  TimePickerModule,
64
64
  DateRangeModule,
65
65
  DateTimePickerModule] });
66
- DateInputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateInputsModule, imports: [COMPONENT_MODULES, CalendarsModule,
66
+ DateInputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputsModule, imports: [COMPONENT_MODULES, CalendarsModule,
67
67
  DateInputModule,
68
68
  DatePickerModule,
69
69
  TimePickerModule,
70
70
  DateRangeModule,
71
71
  DateTimePickerModule] });
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateInputsModule, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputsModule, decorators: [{
73
73
  type: NgModule,
74
74
  args: [{
75
75
  exports: COMPONENT_MODULES,
@@ -1,10 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Component, ChangeDetectionStrategy, EventEmitter, HostBinding, Input, Output, ContentChild, ViewChild, ViewContainerRef, Inject, Optional, forwardRef, isDevMode } from '@angular/core';
5
+ import { Component, ChangeDetectionStrategy, ChangeDetectorRef, ElementRef, TemplateRef, EventEmitter, HostBinding, Renderer2, Input, Output, ContentChild, ViewChild, ViewContainerRef, NgZone, Inject, Optional, forwardRef, isDevMode, Injector } from '@angular/core';
6
6
  import { NG_VALUE_ACCESSOR, NG_VALIDATORS, NgControl } from '@angular/forms';
7
7
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { PopupService } from '@progress/kendo-angular-popup';
8
9
  import { cloneDate } from '@progress/kendo-date-math';
9
10
  import { hasObservers, KendoInput, Keys } from '@progress/kendo-angular-common';
10
11
  import { validatePackage } from '@progress/kendo-licensing';
@@ -30,16 +31,18 @@ import { requiresZoneOnBlur, currentFocusTarget, attributeNames } from '../commo
30
31
  import { fromEvent } from 'rxjs';
31
32
  import { incompleteDateValidator } from '../validators/incomplete-date.validator';
32
33
  import { disabledDatesValidator } from '../validators/disabled-date.validator';
34
+ import { calendarIcon } from '@progress/kendo-svg-icons';
33
35
  import * as i0 from "@angular/core";
34
36
  import * as i1 from "@progress/kendo-angular-l10n";
35
37
  import * as i2 from "@progress/kendo-angular-popup";
36
38
  import * as i3 from "../common/picker.service";
37
39
  import * as i4 from "../calendar/services/disabled-dates.service";
38
40
  import * as i5 from "../dateinput/dateinput.component";
39
- import * as i6 from "../calendar/calendar.component";
40
- import * as i7 from "../calendar/localization/calendar-custom-messages.component";
41
- import * as i8 from "./localization/datepicker-localized-messages.directive";
42
- import * as i9 from "@progress/kendo-angular-common";
41
+ import * as i6 from "@progress/kendo-angular-icons";
42
+ import * as i7 from "../calendar/calendar.component";
43
+ import * as i8 from "../calendar/localization/calendar-custom-messages.component";
44
+ import * as i9 from "./localization/datepicker-localized-messages.directive";
45
+ import * as i10 from "@progress/kendo-angular-common";
43
46
  const MIN_DOC_LINK = 'http://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-min';
44
47
  const MAX_DOC_LINK = 'http://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-max';
45
48
  const VALUE_DOC_LINK = 'http://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/#toc-using-with-json';
@@ -60,6 +63,10 @@ export class DatePickerComponent {
60
63
  this.pickerService = pickerService;
61
64
  this.disabledDatesService = disabledDatesService;
62
65
  this.touchEnabled = touchEnabled;
66
+ /**
67
+ * @hidden
68
+ */
69
+ this.calendarIcon = calendarIcon;
63
70
  /**
64
71
  * Defines the active view that the Calendar initially renders
65
72
  * ([see example]({% slug calendar_type_datepicker %}#toc-active-view)).
@@ -391,11 +398,11 @@ export class DatePickerComponent {
391
398
  */
392
399
  set size(size) {
393
400
  this.renderer.removeClass(this.wrapper.nativeElement, getSizeClass('input', this.size));
394
- this.renderer.removeClass(this.toggleButton.nativeElement, getSizeClass('input', this.size));
401
+ this.renderer.removeClass(this.toggleButton.nativeElement, getSizeClass('button', this.size));
395
402
  const newSize = size ? size : DEFAULT_SIZE;
396
403
  if (newSize !== 'none') {
397
404
  this.renderer.addClass(this.wrapper.nativeElement, getSizeClass('input', newSize));
398
- this.renderer.addClass(this.toggleButton.nativeElement, getSizeClass('input', newSize));
405
+ this.renderer.addClass(this.toggleButton.nativeElement, getSizeClass('button', newSize));
399
406
  }
400
407
  this._size = newSize;
401
408
  }
@@ -456,8 +463,7 @@ export class DatePickerComponent {
456
463
  return this.disabled;
457
464
  }
458
465
  get popupUID() {
459
- var _a;
460
- return (_a = this.calendar) === null || _a === void 0 ? void 0 : _a.popupId;
466
+ return this.calendar?.popupId;
461
467
  }
462
468
  ;
463
469
  get isActive() {
@@ -669,7 +675,7 @@ export class DatePickerComponent {
669
675
  * @hidden
670
676
  */
671
677
  handleInputChange(value) {
672
- this.handleChange(this.input.formatSections.time ? value : this.mergeTime(value));
678
+ this.handleChange(this.input.formatSections['time'] ? value : this.mergeTime(value));
673
679
  }
674
680
  /**
675
681
  * @hidden
@@ -892,8 +898,8 @@ export class DatePickerComponent {
892
898
  }
893
899
  }
894
900
  }
895
- DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i3.PickerService }, { token: i4.DisabledDatesService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
896
- DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DatePickerComponent, selector: "kendo-datepicker", inputs: { cellTemplateRef: ["cellTemplate", "cellTemplateRef"], monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", title: "title", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
901
+ DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i3.PickerService }, { token: i4.DisabledDatesService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
902
+ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DatePickerComponent, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", title: "title", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
897
903
  { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DatePickerComponent), multi: true },
898
904
  { provide: NG_VALIDATORS, useExisting: forwardRef(() => DatePickerComponent), multi: true },
899
905
  { provide: KendoInput, useExisting: forwardRef(() => DatePickerComponent) },
@@ -930,6 +936,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
930
936
  [ariaReadOnly]="readonly"
931
937
  [tabindex]="tabindex"
932
938
  [title]="title"
939
+ [focusableId]="focusableId"
933
940
  [format]="format"
934
941
  [twoDigitYearMax]="twoDigitYearMax"
935
942
  [formatPlaceholder]="formatPlaceholder"
@@ -956,7 +963,12 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
956
963
  }"
957
964
  [scope]="this"
958
965
  >
959
- <span class="k-button-icon k-icon k-i-calendar"></span>
966
+ <kendo-icon-wrapper
967
+ name="calendar"
968
+ class="k-button-icon"
969
+ [svgIcon]="calendarIcon"
970
+ >
971
+ </kendo-icon-wrapper>
960
972
  </button>
961
973
  <ng-container #container></ng-container>
962
974
  <ng-template #popupTemplate>
@@ -996,8 +1008,8 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
996
1008
  </kendo-calendar-messages>
997
1009
  </kendo-calendar>
998
1010
  <ng-template>
999
- `, isInline: true, components: [{ type: i5.DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: i6.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i7.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i8.DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { type: i9.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerComponent, decorators: [{
1011
+ `, isInline: true, components: [{ type: i5.DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: i7.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i8.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i9.DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { type: i10.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerComponent, decorators: [{
1001
1013
  type: Component,
1002
1014
  args: [{
1003
1015
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1041,6 +1053,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1041
1053
  [ariaReadOnly]="readonly"
1042
1054
  [tabindex]="tabindex"
1043
1055
  [title]="title"
1056
+ [focusableId]="focusableId"
1044
1057
  [format]="format"
1045
1058
  [twoDigitYearMax]="twoDigitYearMax"
1046
1059
  [formatPlaceholder]="formatPlaceholder"
@@ -1067,7 +1080,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1067
1080
  }"
1068
1081
  [scope]="this"
1069
1082
  >
1070
- <span class="k-button-icon k-icon k-i-calendar"></span>
1083
+ <kendo-icon-wrapper
1084
+ name="calendar"
1085
+ class="k-button-icon"
1086
+ [svgIcon]="calendarIcon"
1087
+ >
1088
+ </kendo-icon-wrapper>
1071
1089
  </button>
1072
1090
  <ng-container #container></ng-container>
1073
1091
  <ng-template #popupTemplate>
@@ -1123,6 +1141,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
1123
1141
  }], toggleButton: [{
1124
1142
  type: ViewChild,
1125
1143
  args: ['toggleButton', { static: true }]
1144
+ }], focusableId: [{
1145
+ type: Input
1126
1146
  }], cellTemplate: [{
1127
1147
  type: ContentChild,
1128
1148
  args: [CellTemplateDirective, { static: false }]
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
@@ -15,6 +15,7 @@ import { DatePickerLocalizedMessagesDirective } from './localization/datepicker-
15
15
  import { DatePickerCustomMessagesComponent } from './localization/datepicker-custom-messages.component';
16
16
  import { touchEnabled } from '@progress/kendo-common';
17
17
  import { TOUCH_ENABLED } from '../touch-enabled';
18
+ import { IconsModule } from '@progress/kendo-angular-icons';
18
19
  import * as i0 from "@angular/core";
19
20
  /**
20
21
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -22,8 +23,8 @@ import * as i0 from "@angular/core";
22
23
  */
23
24
  export class DatePickerModule {
24
25
  }
25
- DatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerModule, declarations: [DatePickerComponent,
26
+ DatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
27
+ DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerModule, declarations: [DatePickerComponent,
27
28
  DatePickerCustomMessagesComponent,
28
29
  DatePickerLocalizedMessagesDirective], imports: [CommonModule,
29
30
  DateInputModule,
@@ -31,20 +32,22 @@ DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
31
32
  IntlModule,
32
33
  PopupModule,
33
34
  TemplatesModule,
34
- EventsModule], exports: [DatePickerComponent,
35
+ EventsModule,
36
+ IconsModule], exports: [DatePickerComponent,
35
37
  DatePickerCustomMessagesComponent,
36
38
  DatePickerLocalizedMessagesDirective,
37
39
  TemplatesModule] });
38
- DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerModule, providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }], imports: [[
40
+ DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerModule, providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }], imports: [[
39
41
  CommonModule,
40
42
  DateInputModule,
41
43
  CalendarModule,
42
44
  IntlModule,
43
45
  PopupModule,
44
46
  TemplatesModule,
45
- EventsModule
47
+ EventsModule,
48
+ IconsModule
46
49
  ], TemplatesModule] });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerModule, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerModule, decorators: [{
48
51
  type: NgModule,
49
52
  args: [{
50
53
  declarations: [
@@ -65,7 +68,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
65
68
  IntlModule,
66
69
  PopupModule,
67
70
  TemplatesModule,
68
- EventsModule
71
+ EventsModule,
72
+ IconsModule
69
73
  ],
70
74
  providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }]
71
75
  }]
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, forwardRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { DatePickerMessages } from './messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -18,14 +19,14 @@ export class DatePickerCustomMessagesComponent extends DatePickerMessages {
18
19
  return true;
19
20
  }
20
21
  }
21
- DatePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- DatePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages", providers: [
22
+ DatePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ DatePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages", providers: [
23
24
  {
24
25
  provide: DatePickerMessages,
25
26
  useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
26
27
  }
27
28
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerCustomMessagesComponent, decorators: [{
29
30
  type: Component,
30
31
  args: [{
31
32
  providers: [
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, forwardRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { DatePickerMessages } from './messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -15,14 +16,14 @@ export class DatePickerLocalizedMessagesDirective extends DatePickerMessages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- DatePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- DatePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]", providers: [
19
+ DatePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ DatePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: DatePickerMessages,
22
23
  useExisting: forwardRef(() => DatePickerLocalizedMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerLocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerLocalizedMessagesDirective, decorators: [{
26
27
  type: Directive,
27
28
  args: [{
28
29
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, Input } from '@angular/core';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class DatePickerMessages extends ComponentMessages {
12
12
  }
13
- DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DatePickerMessages, decorators: [{
13
+ DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,10 +1,12 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Input } from '@angular/core';
5
+ import { Directive, ElementRef, Input, Renderer2, NgZone } from '@angular/core';
6
6
  import { cloneDate, isEqual } from '@progress/kendo-date-math';
7
+ import { DateInputComponent } from '../dateinput/dateinput.component';
7
8
  import { DateRangeInput } from './date-range-input';
9
+ import { DateRangeService } from './date-range.service';
8
10
  import { EMPTY_SELECTIONRANGE } from '../calendar/models/selection-range.interface';
9
11
  import { clampRange, isInRange } from '../util';
10
12
  import { attributeNames, isPresent } from '../common/utils';
@@ -77,9 +79,9 @@ export class DateRangeEndInputDirective extends DateRangeInput {
77
79
  this.dateInput.notify();
78
80
  }
79
81
  }
80
- DateRangeEndInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeEndInputDirective, deps: [{ token: i1.DateRangeService }, { token: i2.DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
81
- DateRangeEndInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DateRangeEndInputDirective, selector: "[kendoDateRangeEndInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeEndInputDirective, decorators: [{
82
+ DateRangeEndInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeEndInputDirective, deps: [{ token: i1.DateRangeService }, { token: i2.DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
83
+ DateRangeEndInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DateRangeEndInputDirective, selector: "[kendoDateRangeEndInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeEndInputDirective, decorators: [{
83
85
  type: Directive,
84
86
  args: [{
85
87
  selector: '[kendoDateRangeEndInput]'
@@ -1,12 +1,14 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive } from '@angular/core';
5
+ import { ElementRef, Renderer2, NgZone, Directive } from '@angular/core';
6
6
  import { cloneDate } from '@progress/kendo-date-math';
7
7
  import { Keys } from '@progress/kendo-angular-common';
8
8
  import { Subscription, fromEvent } from 'rxjs';
9
9
  import { filter } from 'rxjs/operators';
10
+ import { DateInputComponent } from '../dateinput/dateinput.component';
11
+ import { DateRangeService } from './date-range.service';
10
12
  import { isPresent } from '../common/utils';
11
13
  import * as i0 from "@angular/core";
12
14
  import * as i1 from "./date-range.service";
@@ -121,9 +123,9 @@ export class DateRangeInput {
121
123
  }
122
124
  }
123
125
  }
124
- DateRangeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeInput, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
125
- DateRangeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DateRangeInput, ngImport: i0 });
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeInput, decorators: [{
126
+ DateRangeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeInput, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
127
+ DateRangeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DateRangeInput, ngImport: i0 });
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeInput, decorators: [{
127
129
  type: Directive,
128
130
  args: [{}]
129
131
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.DateRangeService }, { type: i2.DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; } });
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive } from '@angular/core';
5
+ import { Directive, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * A directive which renders the content of the DateRange Popup. To define the cell template, nest an
@@ -13,9 +13,9 @@ export class DateRangePopupTemplateDirective {
13
13
  this.templateRef = templateRef;
14
14
  }
15
15
  }
16
- DateRangePopupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangePopupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- DateRangePopupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DateRangePopupTemplateDirective, selector: "[kendoDateRangePopupTemplate]", ngImport: i0 });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangePopupTemplateDirective, decorators: [{
16
+ DateRangePopupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangePopupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
17
+ DateRangePopupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DateRangePopupTemplateDirective, selector: "[kendoDateRangePopupTemplate]", ngImport: i0 });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangePopupTemplateDirective, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  selector: '[kendoDateRangePopupTemplate]'
@@ -1,10 +1,12 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Component, ContentChild, ContentChildren, EventEmitter, Input, Output, ViewChild, ViewChildren, ViewContainerRef, Inject, Optional } from '@angular/core';
5
+ import { Component, ContentChild, ContentChildren, ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef, NgZone, Input, Output, ViewChild, ViewChildren, ViewContainerRef, Inject, QueryList, Optional } from '@angular/core';
6
6
  import { RTL } from '@progress/kendo-angular-l10n';
7
+ import { PopupService } from '@progress/kendo-angular-popup';
7
8
  import { DateRangePopupTemplateDirective } from './date-range-popup-template.directive';
9
+ import { DateRangeService } from './date-range.service';
8
10
  import { MultiViewCalendarComponent } from '../calendar/multiview-calendar.component';
9
11
  import { PreventableEvent } from '../preventable-event';
10
12
  import { isDocumentAvailable, guid, Keys, hasObservers } from '@progress/kendo-angular-common';
@@ -296,14 +298,14 @@ export class DateRangePopupComponent {
296
298
  }
297
299
  }
298
300
  }
299
- DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1.PopupService }, { token: i2.DateRangeService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
300
- DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: { animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: DateRangePopupTemplateDirective, descendants: true }, { propertyName: "contentCalendar", predicate: MultiViewCalendarComponent }], viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef }, { propertyName: "defaultTemplate", first: true, predicate: ["defaultTemplate"], descendants: true }, { propertyName: "viewCalendar", predicate: MultiViewCalendarComponent, descendants: true }], exportAs: ["kendo-daterange-popup"], ngImport: i0, template: `
301
+ DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1.PopupService }, { token: i2.DateRangeService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
302
+ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: { animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: DateRangePopupTemplateDirective, descendants: true }, { propertyName: "contentCalendar", predicate: MultiViewCalendarComponent }], viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef }, { propertyName: "defaultTemplate", first: true, predicate: ["defaultTemplate"], descendants: true }, { propertyName: "viewCalendar", predicate: MultiViewCalendarComponent, descendants: true }], exportAs: ["kendo-daterange-popup"], ngImport: i0, template: `
301
303
  <ng-container #container></ng-container>
302
304
  <ng-template #defaultTemplate>
303
305
  <kendo-multiviewcalendar kendoDateRangeSelection></kendo-multiviewcalendar>
304
306
  </ng-template>
305
307
  `, isInline: true, components: [{ type: i3.MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "blur", "focus", "focusCalendar"], exportAs: ["kendo-multiviewcalendar"] }], directives: [{ type: i4.DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: ["autoCorrectOn", "selectionRange", "activeRangeEnd"], outputs: ["activeRangeEndChange", "selectionRangeChange"] }] });
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangePopupComponent, decorators: [{
308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangePopupComponent, decorators: [{
307
309
  type: Component,
308
310
  args: [{
309
311
  exportAs: 'kendo-daterange-popup',
@@ -1,10 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, EventEmitter, Optional, Input, Output } from '@angular/core';
5
+ import { ChangeDetectorRef, Directive, ElementRef, EventEmitter, Optional, Input, Output, Renderer2 } from '@angular/core';
6
6
  import { Subscription, fromEvent } from 'rxjs';
7
7
  import { DateRangeService } from './date-range.service';
8
+ import { MultiViewCalendarComponent } from '../calendar/multiview-calendar.component';
8
9
  import { EMPTY_SELECTIONRANGE } from '../calendar/models/selection-range.interface';
9
10
  import { isEqual } from '@progress/kendo-date-math';
10
11
  import { clampRange, either, isEqualRange } from '../util';
@@ -176,9 +177,9 @@ export class DateRangeSelectionDirective {
176
177
  this.selectionRangeChange.emit(range);
177
178
  }
178
179
  }
179
- DateRangeSelectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeSelectionDirective, deps: [{ token: i1.MultiViewCalendarComponent }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.DateRangeService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
180
- DateRangeSelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: { autoCorrectOn: "autoCorrectOn", selectionRange: "selectionRange", activeRangeEnd: "activeRangeEnd" }, outputs: { activeRangeEndChange: "activeRangeEndChange", selectionRangeChange: "selectionRangeChange" }, ngImport: i0 });
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeSelectionDirective, decorators: [{
180
+ DateRangeSelectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeSelectionDirective, deps: [{ token: i1.MultiViewCalendarComponent }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.DateRangeService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
181
+ DateRangeSelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: { autoCorrectOn: "autoCorrectOn", selectionRange: "selectionRange", activeRangeEnd: "activeRangeEnd" }, outputs: { activeRangeEndChange: "activeRangeEndChange", selectionRangeChange: "selectionRangeChange" }, ngImport: i0 });
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeSelectionDirective, decorators: [{
182
183
  type: Directive,
183
184
  args: [{
184
185
  selector: '[kendoDateRangeSelection]'
@@ -1,10 +1,12 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Input } from '@angular/core';
5
+ import { Directive, ElementRef, Input, Renderer2, NgZone } from '@angular/core';
6
6
  import { cloneDate, isEqual } from '@progress/kendo-date-math';
7
+ import { DateInputComponent } from '../dateinput/dateinput.component';
7
8
  import { DateRangeInput } from './date-range-input';
9
+ import { DateRangeService } from './date-range.service';
8
10
  import { EMPTY_SELECTIONRANGE } from '../calendar/models/selection-range.interface';
9
11
  import { clampRange, isInRange } from '../util';
10
12
  import { attributeNames } from '../common/utils';
@@ -79,9 +81,9 @@ export class DateRangeStartInputDirective extends DateRangeInput {
79
81
  this.dateInput.notify();
80
82
  }
81
83
  }
82
- DateRangeStartInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeStartInputDirective, deps: [{ token: i1.DateRangeService }, { token: i2.DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
83
- DateRangeStartInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DateRangeStartInputDirective, selector: "[kendoDateRangeStartInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeStartInputDirective, decorators: [{
84
+ DateRangeStartInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeStartInputDirective, deps: [{ token: i1.DateRangeService }, { token: i2.DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
85
+ DateRangeStartInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DateRangeStartInputDirective, selector: "[kendoDateRangeStartInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeStartInputDirective, decorators: [{
85
87
  type: Directive,
86
88
  args: [{
87
89
  selector: '[kendoDateRangeStartInput]'
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Component, ContentChildren, HostBinding, HostListener } from '@angular/core';
5
+ import { Component, ContentChildren, QueryList, HostBinding, HostListener } from '@angular/core';
6
6
  import { validatePackage } from '@progress/kendo-licensing';
7
7
  import { packageMetadata } from '../package-metadata';
8
8
  import { DateRangePopupComponent } from './date-range-popup.component';
@@ -64,16 +64,15 @@ export class DateRangeComponent {
64
64
  });
65
65
  }
66
66
  ngOnDestroy() {
67
- var _a;
68
- (_a = this.subscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
67
+ this.subscription?.unsubscribe();
69
68
  }
70
69
  }
71
- DateRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeComponent, deps: [{ token: i1.DateRangeService }], target: i0.ɵɵFactoryTarget.Component });
72
- DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DateRangeComponent, selector: "kendo-daterange", host: { listeners: { "keydown": "keydown($event)" }, properties: { "class.k-daterangepicker": "this.wrapperClass" } }, providers: [DateRangeService], queries: [{ propertyName: "contentPopup", predicate: DateRangePopupComponent }], ngImport: i0, template: `
70
+ DateRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeComponent, deps: [{ token: i1.DateRangeService }], target: i0.ɵɵFactoryTarget.Component });
71
+ DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DateRangeComponent, selector: "kendo-daterange", host: { listeners: { "keydown": "keydown($event)" }, properties: { "class.k-daterangepicker": "this.wrapperClass" } }, providers: [DateRangeService], queries: [{ propertyName: "contentPopup", predicate: DateRangePopupComponent }], ngImport: i0, template: `
73
72
  <ng-content></ng-content>
74
73
  <kendo-daterange-popup *ngIf="showDefault"></kendo-daterange-popup>
75
74
  `, isInline: true, components: [{ type: i2.DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: ["animate", "anchor", "anchorAlign", "appendTo", "collision", "popupAlign", "margin"], outputs: ["open", "close", "blur", "focus", "cancel"], exportAs: ["kendo-daterange-popup"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DateRangeComponent, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateRangeComponent, decorators: [{
77
76
  type: Component,
78
77
  args: [{
79
78
  providers: [DateRangeService],