@progress/kendo-angular-dateinputs 14.4.0-develop.2 → 14.4.0-develop.21

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 (270) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/README.md +1 -1
  4. package/calendar/calendar-common.module.d.ts +1 -1
  5. package/calendar/calendar.component.d.ts +2 -1
  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 +1 -1
  10. package/calendar/horizontal-view-list.component.d.ts +6 -2
  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 +5 -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 +14 -2
  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 +6 -2
  55. package/common/adaptive.module.d.ts +1 -1
  56. package/common/dom-queries.d.ts +1 -1
  57. package/common/models/fillmode.d.ts +1 -1
  58. package/common/models/rounded.d.ts +1 -1
  59. package/common/models/size.d.ts +1 -1
  60. package/common/picker.service.d.ts +1 -1
  61. package/common/utils.d.ts +1 -1
  62. package/dateinput/arrow.enum.d.ts +1 -1
  63. package/dateinput/dateinput.component.d.ts +2 -1
  64. package/dateinput/dateinput.module.d.ts +1 -1
  65. package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
  66. package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
  67. package/dateinput/localization/messages.d.ts +1 -1
  68. package/dateinput/models/format-placeholder.model.d.ts +1 -1
  69. package/dateinput/models/format-settings.model.d.ts +1 -1
  70. package/dateinput/models/incremental-steps.model.d.ts +1 -1
  71. package/dateinputs.module.d.ts +1 -1
  72. package/datepicker/datepicker.component.d.ts +2 -1
  73. package/datepicker/datepicker.module.d.ts +1 -1
  74. package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
  75. package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
  76. package/datepicker/localization/messages.d.ts +1 -1
  77. package/daterange/auto-correct-on.type.d.ts +1 -1
  78. package/daterange/date-range-end-input.directive.d.ts +1 -1
  79. package/daterange/date-range-input.d.ts +1 -1
  80. package/daterange/date-range-popup-template.directive.d.ts +1 -1
  81. package/daterange/date-range-popup.component.d.ts +1 -1
  82. package/daterange/date-range-selection.directive.d.ts +1 -1
  83. package/daterange/date-range-start-input.directive.d.ts +1 -1
  84. package/daterange/date-range.component.d.ts +1 -1
  85. package/daterange/date-range.module.d.ts +1 -1
  86. package/daterange/date-range.service.d.ts +1 -1
  87. package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
  88. package/daterange/localization/daterange-popup-localized-messages.directive.d.ts +1 -1
  89. package/daterange/localization/messages.d.ts +1 -1
  90. package/datetimepicker/datetimepicker.component.d.ts +2 -1
  91. package/datetimepicker/datetimepicker.module.d.ts +1 -1
  92. package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
  93. package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
  94. package/datetimepicker/localization/messages.d.ts +1 -1
  95. package/datetimepicker/models/active-tab.type.d.ts +1 -1
  96. package/defaults.d.ts +1 -1
  97. package/esm2020/calendar/calendar-common.module.mjs +1 -1
  98. package/esm2020/calendar/calendar.component.mjs +3 -2
  99. package/esm2020/calendar/calendar.module.mjs +1 -1
  100. package/esm2020/calendar/calendars.module.mjs +1 -1
  101. package/esm2020/calendar/for.directive.mjs +1 -1
  102. package/esm2020/calendar/header.component.mjs +1 -1
  103. package/esm2020/calendar/horizontal-view-list.component.mjs +12 -4
  104. package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +1 -1
  105. package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +1 -1
  106. package/esm2020/calendar/localization/calendar-messages.mjs +1 -1
  107. package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +1 -1
  108. package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +1 -1
  109. package/esm2020/calendar/localization/multiview-calendar-messages.mjs +1 -1
  110. package/esm2020/calendar/models/cell-context.interface.mjs +1 -1
  111. package/esm2020/calendar/models/keydown.interface.mjs +1 -1
  112. package/esm2020/calendar/models/navigation-action.enum.mjs +1 -1
  113. package/esm2020/calendar/models/orientation.mjs +1 -1
  114. package/esm2020/calendar/models/row-length-options.interface.mjs +1 -1
  115. package/esm2020/calendar/models/scrollable.interface.mjs +1 -1
  116. package/esm2020/calendar/models/selection-range-end.type.mjs +1 -1
  117. package/esm2020/calendar/models/selection-range.interface.mjs +1 -1
  118. package/esm2020/calendar/models/selection.mjs +1 -1
  119. package/esm2020/calendar/models/type.mjs +1 -1
  120. package/esm2020/calendar/models/view-service.interface.mjs +1 -1
  121. package/esm2020/calendar/models/view.enum.mjs +1 -1
  122. package/esm2020/calendar/models/view.type.mjs +1 -1
  123. package/esm2020/calendar/multiview-calendar.component.mjs +25 -4
  124. package/esm2020/calendar/multiview-calendar.module.mjs +1 -1
  125. package/esm2020/calendar/navigation.component.mjs +1 -1
  126. package/esm2020/calendar/services/bus-view.service.mjs +1 -1
  127. package/esm2020/calendar/services/century-view.service.mjs +1 -1
  128. package/esm2020/calendar/services/decade-view.service.mjs +1 -1
  129. package/esm2020/calendar/services/disabled-dates.service.mjs +1 -1
  130. package/esm2020/calendar/services/dom.service.mjs +1 -1
  131. package/esm2020/calendar/services/month-view.service.mjs +1 -1
  132. package/esm2020/calendar/services/navigation.service.mjs +1 -1
  133. package/esm2020/calendar/services/scroll-sync.service.mjs +1 -1
  134. package/esm2020/calendar/services/selection.service.mjs +1 -1
  135. package/esm2020/calendar/services/weeknames.service.mjs +1 -1
  136. package/esm2020/calendar/services/year-view.service.mjs +1 -1
  137. package/esm2020/calendar/templates/cell-template.directive.mjs +1 -1
  138. package/esm2020/calendar/templates/century-cell-template.directive.mjs +1 -1
  139. package/esm2020/calendar/templates/decade-cell-template.directive.mjs +1 -1
  140. package/esm2020/calendar/templates/header-title-template.directive.mjs +1 -1
  141. package/esm2020/calendar/templates/month-cell-template.directive.mjs +1 -1
  142. package/esm2020/calendar/templates/navigation-item-template.directive.mjs +1 -1
  143. package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +1 -1
  144. package/esm2020/calendar/templates/year-cell-template.directive.mjs +1 -1
  145. package/esm2020/calendar/templates.module.mjs +1 -1
  146. package/esm2020/calendar/view-list.component.mjs +2 -2
  147. package/esm2020/calendar/view.component.mjs +11 -4
  148. package/esm2020/common/adaptive.module.mjs +1 -1
  149. package/esm2020/common/dom-queries.mjs +1 -1
  150. package/esm2020/common/models/fillmode.mjs +1 -1
  151. package/esm2020/common/models/rounded.mjs +1 -1
  152. package/esm2020/common/models/size.mjs +1 -1
  153. package/esm2020/common/picker.service.mjs +1 -1
  154. package/esm2020/common/utils.mjs +1 -1
  155. package/esm2020/dateinput/arrow.enum.mjs +1 -1
  156. package/esm2020/dateinput/dateinput.component.mjs +3 -2
  157. package/esm2020/dateinput/dateinput.module.mjs +1 -1
  158. package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +1 -1
  159. package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +1 -1
  160. package/esm2020/dateinput/localization/messages.mjs +1 -1
  161. package/esm2020/dateinput/models/format-placeholder.model.mjs +1 -1
  162. package/esm2020/dateinput/models/format-settings.model.mjs +1 -1
  163. package/esm2020/dateinput/models/incremental-steps.model.mjs +1 -1
  164. package/esm2020/dateinputs.module.mjs +1 -1
  165. package/esm2020/datepicker/datepicker.component.mjs +8 -6
  166. package/esm2020/datepicker/datepicker.module.mjs +1 -1
  167. package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +1 -1
  168. package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +1 -1
  169. package/esm2020/datepicker/localization/messages.mjs +1 -1
  170. package/esm2020/daterange/auto-correct-on.type.mjs +1 -1
  171. package/esm2020/daterange/date-range-end-input.directive.mjs +1 -1
  172. package/esm2020/daterange/date-range-input.mjs +1 -1
  173. package/esm2020/daterange/date-range-popup-template.directive.mjs +1 -1
  174. package/esm2020/daterange/date-range-popup.component.mjs +4 -3
  175. package/esm2020/daterange/date-range-selection.directive.mjs +1 -1
  176. package/esm2020/daterange/date-range-start-input.directive.mjs +1 -1
  177. package/esm2020/daterange/date-range.component.mjs +1 -1
  178. package/esm2020/daterange/date-range.module.mjs +1 -1
  179. package/esm2020/daterange/date-range.service.mjs +1 -1
  180. package/esm2020/daterange/localization/daterange-popup-custom-messages.component.mjs +1 -1
  181. package/esm2020/daterange/localization/daterange-popup-localized-messages.directive.mjs +1 -1
  182. package/esm2020/daterange/localization/messages.mjs +1 -1
  183. package/esm2020/datetimepicker/datetimepicker.component.mjs +3 -2
  184. package/esm2020/datetimepicker/datetimepicker.module.mjs +1 -1
  185. package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +1 -1
  186. package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +1 -1
  187. package/esm2020/datetimepicker/localization/messages.mjs +1 -1
  188. package/esm2020/datetimepicker/models/active-tab.type.mjs +1 -1
  189. package/esm2020/defaults.mjs +1 -1
  190. package/esm2020/index.mjs +1 -1
  191. package/esm2020/package-metadata.mjs +3 -3
  192. package/esm2020/popup-settings.model.mjs +1 -1
  193. package/esm2020/preventable-event.mjs +1 -1
  194. package/esm2020/progress-kendo-angular-dateinputs.mjs +1 -1
  195. package/esm2020/timepicker/localization/messages.mjs +1 -1
  196. package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +1 -1
  197. package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +1 -1
  198. package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +1 -1
  199. package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +1 -1
  200. package/esm2020/timepicker/models/incremental-steps.model.mjs +1 -1
  201. package/esm2020/timepicker/models/list-item.interface.mjs +1 -1
  202. package/esm2020/timepicker/models/list-service-settings.mjs +1 -1
  203. package/esm2020/timepicker/models/list-service.interface.mjs +1 -1
  204. package/esm2020/timepicker/models/time-part.default.mjs +1 -1
  205. package/esm2020/timepicker/services/dayperiod.service.mjs +1 -1
  206. package/esm2020/timepicker/services/dom.service.mjs +1 -1
  207. package/esm2020/timepicker/services/hours.service.mjs +1 -1
  208. package/esm2020/timepicker/services/milliseconds.service.mjs +1 -1
  209. package/esm2020/timepicker/services/minutes.service.mjs +1 -1
  210. package/esm2020/timepicker/services/seconds.service.mjs +1 -1
  211. package/esm2020/timepicker/timelist.component.mjs +1 -1
  212. package/esm2020/timepicker/timepicker.component.mjs +11 -7
  213. package/esm2020/timepicker/timepicker.module.mjs +1 -1
  214. package/esm2020/timepicker/timeselector.component.mjs +1 -1
  215. package/esm2020/timepicker/util.mjs +1 -1
  216. package/esm2020/touch-enabled.mjs +1 -1
  217. package/esm2020/util.mjs +1 -1
  218. package/esm2020/validators/disabled-date.validator.mjs +1 -1
  219. package/esm2020/validators/disabled-dates-range.validator.mjs +1 -1
  220. package/esm2020/validators/incomplete-date.validator.mjs +1 -1
  221. package/esm2020/validators/max.validator.mjs +1 -1
  222. package/esm2020/validators/min.validator.mjs +1 -1
  223. package/esm2020/validators/time-range.validator.mjs +1 -1
  224. package/esm2020/virtualization/models/scrollable.interface.mjs +1 -1
  225. package/esm2020/virtualization/services/row-height.service.mjs +1 -1
  226. package/esm2020/virtualization/services/scroller.service.mjs +1 -1
  227. package/esm2020/virtualization/virtualization.component.mjs +1 -1
  228. package/esm2020/virtualization/virtualization.module.mjs +1 -1
  229. package/fesm2015/progress-kendo-angular-dateinputs.mjs +74 -29
  230. package/fesm2020/progress-kendo-angular-dateinputs.mjs +74 -29
  231. package/index.d.ts +1 -1
  232. package/package-metadata.d.ts +1 -1
  233. package/package.json +12 -12
  234. package/popup-settings.model.d.ts +1 -1
  235. package/preventable-event.d.ts +1 -1
  236. package/progress-kendo-angular-dateinputs.d.ts +1 -1
  237. package/timepicker/localization/messages.d.ts +1 -1
  238. package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
  239. package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
  240. package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
  241. package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
  242. package/timepicker/models/incremental-steps.model.d.ts +1 -1
  243. package/timepicker/models/list-item.interface.d.ts +1 -1
  244. package/timepicker/models/list-service-settings.d.ts +1 -1
  245. package/timepicker/models/list-service.interface.d.ts +1 -1
  246. package/timepicker/models/time-part.default.d.ts +1 -1
  247. package/timepicker/services/dayperiod.service.d.ts +1 -1
  248. package/timepicker/services/dom.service.d.ts +1 -1
  249. package/timepicker/services/hours.service.d.ts +1 -1
  250. package/timepicker/services/milliseconds.service.d.ts +1 -1
  251. package/timepicker/services/minutes.service.d.ts +1 -1
  252. package/timepicker/services/seconds.service.d.ts +1 -1
  253. package/timepicker/timelist.component.d.ts +1 -1
  254. package/timepicker/timepicker.component.d.ts +2 -1
  255. package/timepicker/timepicker.module.d.ts +1 -1
  256. package/timepicker/timeselector.component.d.ts +1 -1
  257. package/timepicker/util.d.ts +1 -1
  258. package/touch-enabled.d.ts +1 -1
  259. package/util.d.ts +1 -1
  260. package/validators/disabled-date.validator.d.ts +1 -1
  261. package/validators/disabled-dates-range.validator.d.ts +1 -1
  262. package/validators/incomplete-date.validator.d.ts +1 -1
  263. package/validators/max.validator.d.ts +1 -1
  264. package/validators/min.validator.d.ts +1 -1
  265. package/validators/time-range.validator.d.ts +1 -1
  266. package/virtualization/models/scrollable.interface.d.ts +1 -1
  267. package/virtualization/services/row-height.service.d.ts +1 -1
  268. package/virtualization/services/scroller.service.d.ts +1 -1
  269. package/virtualization/virtualization.component.d.ts +1 -1
  270. package/virtualization/virtualization.module.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { isInTimeRange } from '../util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Observable, ReplaySubject } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /* eslint-disable @angular-eslint/component-selector */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * as i0 from '@angular/core';
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  name: '@progress/kendo-angular-dateinputs',
38
38
  productName: 'Kendo UI for Angular',
39
39
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
40
- publishDate: 1703164523,
41
- version: '14.4.0-develop.2',
40
+ publishDate: 1706522874,
41
+ version: '14.4.0-develop.21',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -1588,6 +1588,10 @@ class ViewComponent {
1588
1588
  this.zone = zone;
1589
1589
  this.renderer = renderer;
1590
1590
  this.disabledDatesService = disabledDatesService;
1591
+ /**
1592
+ * Needed for the MultiViewCalendar used in the Scheduler Year view
1593
+ */
1594
+ this.showOtherMonthDates = false;
1591
1595
  this.direction = 'vertical';
1592
1596
  this.isActive = true;
1593
1597
  this.selectedDates = [];
@@ -1688,7 +1692,8 @@ class ViewComponent {
1688
1692
  'k-today': !context.isOtherMonth && context.isToday,
1689
1693
  'k-weekend': context.isWeekend,
1690
1694
  'k-disabled': context.isDisabled,
1691
- 'k-other-month': context.isOtherMonth
1695
+ 'k-other-month': context.isOtherMonth,
1696
+ 'k-out-of-range': !this.showOtherMonthDates && context.isOtherMonth
1692
1697
  });
1693
1698
  }
1694
1699
  tableCellIndex(rowIndex, cellIndex) {
@@ -1792,7 +1797,7 @@ class ViewComponent {
1792
1797
  }
1793
1798
  }
1794
1799
  ViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewComponent, deps: [{ token: BusViewService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
1795
- ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewComponent, selector: "[kendoCalendarView]", inputs: { direction: "direction", isActive: "isActive", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", viewDate: "viewDate", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", min: "min", max: "max", selectedDates: "selectedDates", weekNumber: "weekNumber", viewIndex: "viewIndex", templateRef: "templateRef", weekNumberTemplateRef: "weekNumberTemplateRef", headerTitle: "headerTitle" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", focusedCellId: "focusedCellId" }, usesOnChanges: true, ngImport: i0, template: `
1800
+ ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ViewComponent, selector: "[kendoCalendarView]", inputs: { showOtherMonthDates: "showOtherMonthDates", direction: "direction", isActive: "isActive", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", viewDate: "viewDate", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", min: "min", max: "max", selectedDates: "selectedDates", weekNumber: "weekNumber", viewIndex: "viewIndex", templateRef: "templateRef", weekNumberTemplateRef: "weekNumberTemplateRef", headerTitle: "headerTitle" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", focusedCellId: "focusedCellId" }, usesOnChanges: true, ngImport: i0, template: `
1796
1801
  <ng-template #emptyCell><td class="k-empty k-calendar-td" role="gridcell">&nbsp;</td></ng-template>
1797
1802
  <tr *ngIf="!isHorizontal()" class="k-calendar-tr" role="row" [attr.aria-hidden]="ariaHidden"><th class="k-calendar-caption" scope="col" [colSpan]="colSpan">{{title}}</th></tr>
1798
1803
  <tr *kFor="let row of data; let rowIndex = index" class="k-calendar-tr" role="row">
@@ -1898,7 +1903,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1898
1903
  </tr>
1899
1904
  `
1900
1905
  }]
1901
- }], ctorParameters: function () { return [{ type: BusViewService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: DisabledDatesService }]; }, propDecorators: { direction: [{
1906
+ }], ctorParameters: function () { return [{ type: BusViewService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: DisabledDatesService }]; }, propDecorators: { showOtherMonthDates: [{
1907
+ type: Input
1908
+ }], direction: [{
1902
1909
  type: Input
1903
1910
  }], isActive: [{
1904
1911
  type: Input
@@ -1955,6 +1962,10 @@ class HorizontalViewListComponent {
1955
1962
  this.cdr = cdr;
1956
1963
  this.element = element;
1957
1964
  this.renderer = renderer;
1965
+ /**
1966
+ * Needed for the MultiViewCalendar used in the Scheduler Year view
1967
+ */
1968
+ this.showOtherMonthDates = true;
1958
1969
  this.activeView = CalendarViewEnum.month;
1959
1970
  this.isActive = true;
1960
1971
  this.min = new Date(MIN_DATE);
@@ -2198,7 +2209,7 @@ class HorizontalViewListComponent {
2198
2209
  }
2199
2210
  }
2200
2211
  HorizontalViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HorizontalViewListComponent, deps: [{ token: BusViewService }, { token: i1.IntlService }, { token: WeekNamesService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
2201
- HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: { cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", activeRangeEnd: "activeRangeEnd", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", isActive: "isActive", min: "min", max: "max", selectionRange: "selectionRange", selectedDates: "selectedDates", views: "views", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", orientation: "orientation", activeDescendant: "activeDescendant", tabIndex: "tabIndex", disabled: "disabled", id: "id", weekNumber: "weekNumber" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", activeDateChange: "activeDateChange", focusCalendar: "focusCalendar", blurCalendar: "blurCalendar", focusedCellChange: "focusedCellChange" }, host: { listeners: { "focus": "handleMultiViewCalendarFocus()", "blur": "handleMultiViewCalendarBlur($event)" }, properties: { "class.k-calendar-view": "this.getComponentClass", "class.k-align-items-start": "this.getComponentClass", "class.k-justify-content-center": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass", "class.k-calendar-monthview": "this.getComponentMonthClass", "class.k-calendar-yearview": "this.getComponentYearClass", "class.k-calendar-decadeview": "this.getComponentDecadeClass", "class.k-calendar-centuryview": "this.getComponentCenturyClass", "attr.role": "this.role", "attr.tabindex": "this.tabindex" } }, usesOnChanges: true, ngImport: i0, template: `
2212
+ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: { showOtherMonthDates: "showOtherMonthDates", cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", activeRangeEnd: "activeRangeEnd", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", isActive: "isActive", min: "min", max: "max", selectionRange: "selectionRange", selectedDates: "selectedDates", views: "views", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", orientation: "orientation", activeDescendant: "activeDescendant", tabIndex: "tabIndex", disabled: "disabled", id: "id", weekNumber: "weekNumber" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", activeDateChange: "activeDateChange", focusCalendar: "focusCalendar", blurCalendar: "blurCalendar", focusedCellChange: "focusedCellChange" }, host: { listeners: { "focus": "handleMultiViewCalendarFocus()", "blur": "handleMultiViewCalendarBlur($event)" }, properties: { "class.k-calendar-view": "this.getComponentClass", "class.k-align-items-start": "this.getComponentClass", "class.k-justify-content-center": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass", "class.k-calendar-monthview": "this.getComponentMonthClass", "class.k-calendar-yearview": "this.getComponentYearClass", "class.k-calendar-decadeview": "this.getComponentDecadeClass", "class.k-calendar-centuryview": "this.getComponentCenturyClass", "attr.role": "this.role", "attr.tabindex": "this.tabindex" } }, usesOnChanges: true, ngImport: i0, template: `
2202
2213
  <ng-template #tableTemplate let-date="date" let-class="className">
2203
2214
  <table
2204
2215
  [attr.role]="views >= 2 ? 'none' : 'grid'"
@@ -2224,6 +2235,7 @@ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
2224
2235
  <tbody
2225
2236
  class="k-calendar-tbody"
2226
2237
  kendoCalendarView
2238
+ [showOtherMonthDates]="showOtherMonthDates"
2227
2239
  role="rowgroup"
2228
2240
  direction="horizontal"
2229
2241
  [activeView]="activeView"
@@ -2279,7 +2291,7 @@ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
2279
2291
  }"
2280
2292
  >
2281
2293
  </ng-template>
2282
- `, isInline: true, components: [{ type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }], directives: [{ type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2294
+ `, isInline: true, components: [{ type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["showOtherMonthDates", "direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }], directives: [{ type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2283
2295
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
2284
2296
  type: Component,
2285
2297
  args: [{
@@ -2311,6 +2323,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2311
2323
  <tbody
2312
2324
  class="k-calendar-tbody"
2313
2325
  kendoCalendarView
2326
+ [showOtherMonthDates]="showOtherMonthDates"
2314
2327
  role="rowgroup"
2315
2328
  direction="horizontal"
2316
2329
  [activeView]="activeView"
@@ -2368,7 +2381,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2368
2381
  </ng-template>
2369
2382
  `
2370
2383
  }]
2371
- }], ctorParameters: function () { return [{ type: BusViewService }, { type: i1.IntlService }, { type: WeekNamesService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { handleMultiViewCalendarFocus: [{
2384
+ }], ctorParameters: function () { return [{ type: BusViewService }, { type: i1.IntlService }, { type: WeekNamesService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { showOtherMonthDates: [{
2385
+ type: Input
2386
+ }], handleMultiViewCalendarFocus: [{
2372
2387
  type: HostListener,
2373
2388
  args: ["focus"]
2374
2389
  }], handleMultiViewCalendarBlur: [{
@@ -3276,6 +3291,17 @@ class MultiViewCalendarComponent {
3276
3291
  this.zone = zone;
3277
3292
  this.disabledDatesService = disabledDatesService;
3278
3293
  this.selectionService = selectionService;
3294
+ /**
3295
+ * Needed for the MultiViewCalendar used in the Scheduler Year view
3296
+ * @hidden
3297
+ */
3298
+ this.showOtherMonthDates = true;
3299
+ /**
3300
+ * @hidden
3301
+ *
3302
+ * Determines whether to display the calendar header.
3303
+ */
3304
+ this.showCalendarHeader = true;
3279
3305
  /**
3280
3306
  * Determines whether the built-in min or max validators are enforced when validating a form.
3281
3307
  */
@@ -3299,6 +3325,7 @@ class MultiViewCalendarComponent {
3299
3325
  * Sets or gets the `disabled` property of the Calendar and
3300
3326
  * determines whether the component is active
3301
3327
  * ([see example]({% slug disabled_multiviewcalendar %})).
3328
+ * To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_multiviewcalendar#toc-managing-the-multiviewcalendar-disabled-state-in-reactive-forms).
3302
3329
  */
3303
3330
  this.disabled = false;
3304
3331
  /**
@@ -4022,7 +4049,7 @@ class MultiViewCalendarComponent {
4022
4049
  }
4023
4050
  }
4024
4051
  MultiViewCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiViewCalendarComponent, deps: [{ token: BusViewService }, { token: i0.ElementRef }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: DisabledDatesService }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Component });
4025
- MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: { id: "id", focusedDate: "focusedDate", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesRangeValidation: "disabledDatesRangeValidation", selection: "selection", value: "value", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex", isActive: "isActive", disabledDates: "disabledDates", activeView: "activeView", bottomView: "bottomView", topView: "topView", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", weekNumber: "weekNumber", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", views: "views", orientation: "orientation", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"] }, outputs: { activeViewChange: "activeViewChange", navigate: "navigate", cellEnter: "cellEnter", cellLeave: "cellLeave", valueChange: "valueChange", blurEvent: "blur", focusEvent: "focus", focusCalendar: "focusCalendar", onClosePopup: "onClosePopup", onTabPress: "onTabPress", onShiftTabPress: "onShiftTabPress" }, host: { listeners: { "mouseenter": "handleMouseEnter()", "mouseleave": "handleMouseLeave()", "mousedown": "handleMousedown($event)", "click": "handleClick()", "keydown": "keydown($event)" }, properties: { "attr.id": "this.widgetId", "attr.aria-disabled": "this.ariaDisabled", "class.k-disabled": "this.ariaDisabled" } }, providers: [
4052
+ MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: { showOtherMonthDates: "showOtherMonthDates", showCalendarHeader: "showCalendarHeader", id: "id", focusedDate: "focusedDate", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesRangeValidation: "disabledDatesRangeValidation", selection: "selection", value: "value", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex", isActive: "isActive", disabledDates: "disabledDates", activeView: "activeView", bottomView: "bottomView", topView: "topView", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", weekNumber: "weekNumber", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", views: "views", orientation: "orientation", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"] }, outputs: { activeViewChange: "activeViewChange", navigate: "navigate", cellEnter: "cellEnter", cellLeave: "cellLeave", valueChange: "valueChange", blurEvent: "blur", focusEvent: "focus", focusCalendar: "focusCalendar", onClosePopup: "onClosePopup", onTabPress: "onTabPress", onShiftTabPress: "onShiftTabPress" }, host: { listeners: { "mouseenter": "handleMouseEnter()", "mouseleave": "handleMouseLeave()", "mousedown": "handleMousedown($event)", "click": "handleClick()", "keydown": "keydown($event)" }, properties: { "attr.id": "this.widgetId", "attr.aria-disabled": "this.ariaDisabled", "class.k-disabled": "this.ariaDisabled" } }, providers: [
4026
4053
  BusViewService,
4027
4054
  RANGE_CALENDAR_VALUE_ACCESSOR,
4028
4055
  RANGE_CALENDAR_RANGE_VALIDATORS,
@@ -4050,6 +4077,7 @@ MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4050
4077
  >
4051
4078
  </ng-container>
4052
4079
  <kendo-calendar-header
4080
+ *ngIf="showCalendarHeader"
4053
4081
  [activeView]="activeViewEnum"
4054
4082
  [currentDate]="activeDate"
4055
4083
  [min]="min"
@@ -4067,6 +4095,7 @@ MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4067
4095
  >
4068
4096
  </kendo-calendar-header>
4069
4097
  <kendo-calendar-horizontal
4098
+ [showOtherMonthDates]="showOtherMonthDates"
4070
4099
  [id]="calendarHeaderIdLabel"
4071
4100
  [attr.aria-labelledby]="multiViewCalendarHeaderIdLabel"
4072
4101
  [activeView]="activeViewEnum"
@@ -4097,7 +4126,7 @@ MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4097
4126
  (blurCalendar)="handleFocusout($event)"
4098
4127
  >
4099
4128
  </kendo-calendar-horizontal>
4100
- `, isInline: true, components: [{ type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "templateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: ["cellTemplateRef", "weekNumberTemplateRef", "activeRangeEnd", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectionRange", "selectedDates", "views", "showViewHeader", "animateNavigation", "orientation", "activeDescendant", "tabIndex", "disabled", "id", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "activeDateChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }], directives: [{ type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4129
+ `, isInline: true, components: [{ type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "templateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: ["showOtherMonthDates", "cellTemplateRef", "weekNumberTemplateRef", "activeRangeEnd", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectionRange", "selectedDates", "views", "showViewHeader", "animateNavigation", "orientation", "activeDescendant", "tabIndex", "disabled", "id", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "activeDateChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }], directives: [{ type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4101
4130
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiViewCalendarComponent, decorators: [{
4102
4131
  type: Component,
4103
4132
  args: [{
@@ -4133,6 +4162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4133
4162
  >
4134
4163
  </ng-container>
4135
4164
  <kendo-calendar-header
4165
+ *ngIf="showCalendarHeader"
4136
4166
  [activeView]="activeViewEnum"
4137
4167
  [currentDate]="activeDate"
4138
4168
  [min]="min"
@@ -4150,6 +4180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4150
4180
  >
4151
4181
  </kendo-calendar-header>
4152
4182
  <kendo-calendar-horizontal
4183
+ [showOtherMonthDates]="showOtherMonthDates"
4153
4184
  [id]="calendarHeaderIdLabel"
4154
4185
  [attr.aria-labelledby]="multiViewCalendarHeaderIdLabel"
4155
4186
  [activeView]="activeViewEnum"
@@ -4182,7 +4213,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4182
4213
  </kendo-calendar-horizontal>
4183
4214
  `
4184
4215
  }]
4185
- }], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.ElementRef }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: DisabledDatesService }, { type: SelectionService }]; }, propDecorators: { id: [{
4216
+ }], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.ElementRef }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: DisabledDatesService }, { type: SelectionService }]; }, propDecorators: { showOtherMonthDates: [{
4217
+ type: Input
4218
+ }], showCalendarHeader: [{
4219
+ type: Input
4220
+ }], id: [{
4186
4221
  type: Input
4187
4222
  }], focusedDate: [{
4188
4223
  type: Input
@@ -5364,7 +5399,7 @@ ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
5364
5399
  ></tbody>
5365
5400
  </table>
5366
5401
  </kendo-virtualization>
5367
- `, isInline: true, components: [{ type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "templateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
5402
+ `, isInline: true, components: [{ type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "templateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["showOtherMonthDates", "direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
5368
5403
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewListComponent, decorators: [{
5369
5404
  type: Component,
5370
5405
  args: [{
@@ -5794,6 +5829,7 @@ class CalendarComponent {
5794
5829
  * Sets or gets the `disabled` property of the Calendar and
5795
5830
  * determines whether the component is active
5796
5831
  * ([see example]({% slug disabled_calendar %})).
5832
+ * To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_calendar#toc-managing-the-calendar-disabled-state-in-reactive-forms).
5797
5833
  */
5798
5834
  this.disabled = false;
5799
5835
  /**
@@ -6737,7 +6773,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
6737
6773
  </kendo-multiviewcalendar-messages>
6738
6774
  </kendo-multiviewcalendar>
6739
6775
  </ng-container>
6740
- `, isInline: true, components: [{ type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["cellTemplateRef", "weekNumberTemplateRef", "headerTitleTemplateRef", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectedDates", "tabIndex", "disabled", "id", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "activeDateChange", "todayButtonClick", "pageChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: 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", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }], directives: [{ type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
6776
+ `, isInline: true, components: [{ type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["cellTemplateRef", "weekNumberTemplateRef", "headerTitleTemplateRef", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectedDates", "tabIndex", "disabled", "id", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "activeDateChange", "todayButtonClick", "pageChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDates", "showCalendarHeader", "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", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }], directives: [{ type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
6741
6777
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CalendarComponent, decorators: [{
6742
6778
  type: Component,
6743
6779
  args: [{
@@ -7121,6 +7157,7 @@ class DateInputComponent {
7121
7157
  * Sets or gets the `disabled` property of the DateInput and
7122
7158
  * determines whether the component is active
7123
7159
  * ([see example]({% slug disabled_dateinput %})).
7160
+ * To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_dateinput#toc-managing-the-dateinput-disabled-state-in-reactive-forms).
7124
7161
  */
7125
7162
  this.disabled = false;
7126
7163
  /**
@@ -7565,7 +7602,7 @@ class DateInputComponent {
7565
7602
  autoSwitchKeys: this.autoSwitchKeys,
7566
7603
  twoDigitYearMax: this.twoDigitYearMax,
7567
7604
  enableMouseWheel: this.enableMouseWheel,
7568
- selectNearestSegmentOnFocus: false,
7605
+ selectNearestSegmentOnFocus: true,
7569
7606
  allowCaretMode: this.allowCaretMode,
7570
7607
  autoFill: this.autoFill,
7571
7608
  value: this.value,
@@ -8339,6 +8376,7 @@ class DatePickerComponent {
8339
8376
  /**
8340
8377
  * Sets or gets the `disabled` property of the DatePicker and determines whether the component is active
8341
8378
  * ([see example]({% slug disabled_datepicker %})).
8379
+ * To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_datepicker#toc-managing-the-datepicker-disabled-state-in-reactive-forms).
8342
8380
  */
8343
8381
  this.disabled = false;
8344
8382
  /**
@@ -9012,9 +9050,11 @@ class DatePickerComponent {
9012
9050
  */
9013
9051
  handleChange(value) {
9014
9052
  this.cdr.markForCheck();
9015
- this.focusInput();
9016
9053
  this.value = value;
9017
- this.show = false;
9054
+ if (this.show) {
9055
+ this.focusInput();
9056
+ this.show = false;
9057
+ }
9018
9058
  this.onControlChange(cloneDate(value));
9019
9059
  this.valueChange.emit(cloneDate(value));
9020
9060
  }
@@ -9029,9 +9069,8 @@ class DatePickerComponent {
9029
9069
  */
9030
9070
  get popupClasses() {
9031
9071
  return [
9032
- 'k-calendar-container',
9033
- 'k-group',
9034
- 'k-reset'
9072
+ 'k-datepicker-popup',
9073
+ 'k-calendar-container'
9035
9074
  ].concat(this.popupSettings.popupClass || []);
9036
9075
  }
9037
9076
  /**
@@ -11712,6 +11751,7 @@ class TimePickerComponent {
11712
11751
  * Sets or gets the `disabled` property of the TimePicker and
11713
11752
  * determines whether the component is active
11714
11753
  * ([see example]({% slug disabled_timepicker %})).
11754
+ * To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_timepicker#toc-managing-the-timepicker-disabled-state-in-reactive-forms).
11715
11755
  */
11716
11756
  this.disabled = false;
11717
11757
  /**
@@ -12318,14 +12358,18 @@ class TimePickerComponent {
12318
12358
  */
12319
12359
  handleChange(value) {
12320
12360
  if (isEqual(this.value, value)) {
12321
- this.focusInput();
12322
- this.show = false;
12361
+ if (this.show) {
12362
+ this.focusInput();
12363
+ this.show = false;
12364
+ }
12323
12365
  return;
12324
12366
  }
12325
12367
  this.value = cloneDate(value);
12326
12368
  this.zone.run(() => {
12327
- this.focusInput();
12328
- this.show = false;
12369
+ if (this.show) {
12370
+ this.focusInput();
12371
+ this.show = false;
12372
+ }
12329
12373
  this.onControlChange(cloneDate(value));
12330
12374
  this.valueChange.emit(cloneDate(value));
12331
12375
  });
@@ -12391,8 +12435,7 @@ class TimePickerComponent {
12391
12435
  */
12392
12436
  get popupClasses() {
12393
12437
  return [
12394
- 'k-group',
12395
- 'k-reset'
12438
+ 'k-timepicker-popup'
12396
12439
  ].concat(this.popupSettings.popupClass || []);
12397
12440
  }
12398
12441
  /**
@@ -13289,6 +13332,7 @@ class DateTimePickerComponent {
13289
13332
  /**
13290
13333
  * Sets or gets the `disabled` property of the DateTimePicker and determines whether the component is active
13291
13334
  * ([see example]({% slug disabled_datetimepicker %})).
13335
+ * To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_datetimepicker#toc-managing-the-datetimepicker-disabled-state-in-reactive-forms).
13292
13336
  */
13293
13337
  this.disabled = false;
13294
13338
  /**
@@ -14358,7 +14402,7 @@ class DateTimePickerComponent {
14358
14402
  positionMode: 'absolute',
14359
14403
  animate: this.popupSettings.animate,
14360
14404
  appendTo: this.appendTo,
14361
- popupClass: `k-datetime-container ${this.popupSettings.popupClass || ''}`,
14405
+ popupClass: `k-datetime-container k-datetimepicker-popup ${this.popupSettings.popupClass || ''}`,
14362
14406
  anchorAlign: { vertical: 'bottom', horizontal: direction },
14363
14407
  popupAlign: { vertical: 'top', horizontal: direction }
14364
14408
  });
@@ -16226,11 +16270,12 @@ class DateRangePopupComponent {
16226
16270
  collision: this.collision,
16227
16271
  content: (this.contentTemplate || {}).templateRef || this.defaultTemplate,
16228
16272
  margin: this.margin,
16273
+ popupClass: 'k-calendar-container k-daterangepicker-popup',
16229
16274
  popupAlign: this.popupAlign || { vertical: 'top', horizontal: direction },
16230
16275
  positionMode: 'absolute'
16231
16276
  });
16232
16277
  const { popupElement, popupAnchorViewportLeave } = this.popupRef;
16233
- popupElement.setAttribute('id', this.popupUID);
16278
+ this.renderer.setAttribute(popupElement.querySelector('.k-popup'), 'id', this.popupUID);
16234
16279
  this.addPopupSubscriptions(this.zone.runOutsideAngular(() => fromEvent(popupElement, 'keydown').subscribe(this.handleKeydown.bind(this))), fromEvent(popupElement, 'mouseleave').subscribe(this.handleMouseLeave.bind(this)), popupAnchorViewportLeave.subscribe(() => this.cancelPopup()));
16235
16280
  }
16236
16281
  }
@@ -16380,7 +16425,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
16380
16425
  </div>
16381
16426
  </ng-template>
16382
16427
  </kendo-actionsheet>
16383
- `, isInline: true, components: [{ type: 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", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { type: i9.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i10.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { type: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: ["autoCorrectOn", "selectionRange", "activeRangeEnd", "shouldSetRange"], outputs: ["activeRangeEndChange", "selectionRangeChange"] }, { type: i9.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
16428
+ `, isInline: true, components: [{ type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDates", "showCalendarHeader", "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", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { type: i9.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i10.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { type: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: ["autoCorrectOn", "selectionRange", "activeRangeEnd", "shouldSetRange"], outputs: ["activeRangeEndChange", "selectionRangeChange"] }, { type: i9.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
16384
16429
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateRangePopupComponent, decorators: [{
16385
16430
  type: Component,
16386
16431
  args: [{