@progress/kendo-angular-scheduler 14.4.0-develop.2 → 14.4.0-develop.20

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 (388) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/common/constants.d.ts +1 -1
  4. package/common/default-model-fields.d.ts +1 -1
  5. package/common/dom-queries.d.ts +1 -1
  6. package/common/getter.d.ts +1 -1
  7. package/common/modifiers.d.ts +1 -1
  8. package/common/setter.d.ts +1 -1
  9. package/common/util.d.ts +1 -1
  10. package/data-binding.directive.d.ts +1 -1
  11. package/editing/date-time-picker.component.d.ts +5 -1
  12. package/editing/dialogs.service.d.ts +1 -1
  13. package/editing/edit-dialog-template.directive.d.ts +1 -1
  14. package/editing/edit-dialog.component.d.ts +1 -1
  15. package/editing/edit.service.d.ts +1 -1
  16. package/editing/local-data-changes.service.d.ts +1 -1
  17. package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
  18. package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
  19. package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
  20. package/editing/recurrence/localization/messages.d.ts +1 -1
  21. package/editing/recurrence/localization/recurrence-localization.service.d.ts +1 -1
  22. package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
  23. package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +4 -4
  24. package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
  25. package/editing/recurrence/recurrence-interval-editor.component.d.ts +4 -4
  26. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +4 -4
  27. package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
  28. package/editing/recurrence/recurrence.service.d.ts +1 -1
  29. package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
  30. package/editing/resource-editor-base.d.ts +1 -1
  31. package/editing/resource-multiple-editor.component.d.ts +1 -1
  32. package/editing/resource-single-editor.component.d.ts +1 -1
  33. package/editing/timezone-editor.component.d.ts +1 -1
  34. package/editing-directives/base-edit.service.d.ts +1 -1
  35. package/editing-directives/edit-service.interface.d.ts +1 -1
  36. package/editing-directives/editing-directive-base.d.ts +1 -1
  37. package/editing-directives/local-edit.service.d.ts +1 -1
  38. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  39. package/editing-directives/utils.d.ts +1 -1
  40. package/esm2020/common/constants.mjs +1 -1
  41. package/esm2020/common/default-model-fields.mjs +1 -1
  42. package/esm2020/common/dom-queries.mjs +1 -1
  43. package/esm2020/common/getter.mjs +1 -1
  44. package/esm2020/common/modifiers.mjs +1 -1
  45. package/esm2020/common/setter.mjs +1 -1
  46. package/esm2020/common/util.mjs +1 -1
  47. package/esm2020/data-binding.directive.mjs +1 -1
  48. package/esm2020/editing/date-time-picker.component.mjs +63 -9
  49. package/esm2020/editing/dialogs.service.mjs +1 -1
  50. package/esm2020/editing/edit-dialog-template.directive.mjs +1 -1
  51. package/esm2020/editing/edit-dialog.component.mjs +1 -1
  52. package/esm2020/editing/edit.service.mjs +1 -1
  53. package/esm2020/editing/local-data-changes.service.mjs +1 -1
  54. package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +1 -1
  55. package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +1 -1
  56. package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +1 -1
  57. package/esm2020/editing/recurrence/localization/messages.mjs +1 -1
  58. package/esm2020/editing/recurrence/localization/recurrence-localization.service.mjs +1 -1
  59. package/esm2020/editing/recurrence/recurrence-editor.component.mjs +1 -1
  60. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +36 -10
  61. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +1 -1
  62. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +20 -8
  63. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +20 -8
  64. package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +1 -1
  65. package/esm2020/editing/recurrence/recurrence.service.mjs +1 -1
  66. package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +1 -1
  67. package/esm2020/editing/resource-editor-base.mjs +1 -1
  68. package/esm2020/editing/resource-multiple-editor.component.mjs +2 -2
  69. package/esm2020/editing/resource-single-editor.component.mjs +1 -1
  70. package/esm2020/editing/timezone-editor.component.mjs +2 -2
  71. package/esm2020/editing-directives/base-edit.service.mjs +1 -1
  72. package/esm2020/editing-directives/edit-service.interface.mjs +1 -1
  73. package/esm2020/editing-directives/editing-directive-base.mjs +1 -1
  74. package/esm2020/editing-directives/local-edit.service.mjs +1 -1
  75. package/esm2020/editing-directives/reactive-editing.directive.mjs +1 -1
  76. package/esm2020/editing-directives/utils.mjs +1 -1
  77. package/esm2020/events/add-event.mjs +1 -1
  78. package/esm2020/events/cancel-event.mjs +1 -1
  79. package/esm2020/events/create-event.mjs +1 -1
  80. package/esm2020/events/date-change-event.mjs +1 -1
  81. package/esm2020/events/drag-end-event.mjs +1 -1
  82. package/esm2020/events/drag-event.mjs +1 -1
  83. package/esm2020/events/drag-start-event.mjs +1 -1
  84. package/esm2020/events/edit-event-base.mjs +1 -1
  85. package/esm2020/events/edit-event.mjs +1 -1
  86. package/esm2020/events/event-click-event.mjs +1 -1
  87. package/esm2020/events/event-keydown-event.mjs +1 -1
  88. package/esm2020/events/navigate-event.mjs +1 -1
  89. package/esm2020/events/preventable-event.mjs +1 -1
  90. package/esm2020/events/remove-event.mjs +1 -1
  91. package/esm2020/events/resize-end-event.mjs +1 -1
  92. package/esm2020/events/resize-event.mjs +1 -1
  93. package/esm2020/events/resize-start-event.mjs +1 -1
  94. package/esm2020/events/save-event.mjs +1 -1
  95. package/esm2020/events/slot-click-event.mjs +1 -1
  96. package/esm2020/events/slot-drag-end-event.mjs +1 -1
  97. package/esm2020/events/slot-drag-event.mjs +1 -1
  98. package/esm2020/events/slot-drag-start-event.mjs +1 -1
  99. package/esm2020/events/view-event-map.mjs +1 -1
  100. package/esm2020/events.mjs +1 -1
  101. package/esm2020/index.mjs +2 -1
  102. package/esm2020/loading.component.mjs +1 -1
  103. package/esm2020/localization/custom-messages.component.mjs +1 -1
  104. package/esm2020/localization/localized-messages.directive.mjs +1 -1
  105. package/esm2020/localization/messages.mjs +36 -2
  106. package/esm2020/localization/scheduler-localization.service.mjs +1 -1
  107. package/esm2020/navigation/focus-position.interface.mjs +1 -1
  108. package/esm2020/navigation/focus.service.mjs +10 -2
  109. package/esm2020/navigation/focusable-element.interface.mjs +1 -1
  110. package/esm2020/navigation/focusable.directive.mjs +4 -2
  111. package/esm2020/navigation/shortcuts.directive.mjs +10 -1
  112. package/esm2020/navigation.mjs +1 -1
  113. package/esm2020/package-metadata.mjs +3 -3
  114. package/esm2020/pdf/pdf-command.directive.mjs +1 -1
  115. package/esm2020/pdf/pdf-export-event.mjs +1 -1
  116. package/esm2020/pdf/pdf.component.mjs +1 -1
  117. package/esm2020/pdf/pdf.module.mjs +1 -1
  118. package/esm2020/pdf/pdf.service.mjs +1 -1
  119. package/esm2020/progress-kendo-angular-scheduler.mjs +1 -1
  120. package/esm2020/scheduler.component.mjs +201 -99
  121. package/esm2020/scheduler.module.mjs +9 -2
  122. package/esm2020/shared.module.mjs +1 -1
  123. package/esm2020/toolbar/navigation.component.mjs +10 -2
  124. package/esm2020/toolbar/toolbar-context.mjs +1 -1
  125. package/esm2020/toolbar/toolbar-template.directive.mjs +1 -1
  126. package/esm2020/toolbar/toolbar.component.mjs +26 -4
  127. package/esm2020/toolbar/toolbar.module.mjs +1 -1
  128. package/esm2020/toolbar/toolbar.service.mjs +1 -1
  129. package/esm2020/toolbar/view-selector.component.mjs +1 -1
  130. package/esm2020/types/actions.mjs +1 -1
  131. package/esm2020/types/create-form-group-args.interface.mjs +1 -1
  132. package/esm2020/types/crud-operation.enum.mjs +1 -1
  133. package/esm2020/types/current-time-settings.interface.mjs +1 -1
  134. package/esm2020/types/date-range.interface.mjs +1 -1
  135. package/esm2020/types/datepicker-options.interface.mjs +1 -1
  136. package/esm2020/types/edit-event-args.interface.mjs +1 -1
  137. package/esm2020/types/edit-mode.enum.mjs +1 -1
  138. package/esm2020/types/editable-settings.interface.mjs +1 -1
  139. package/esm2020/types/event-style-args.interface.mjs +1 -1
  140. package/esm2020/types/focusable-container.mjs +1 -1
  141. package/esm2020/types/group.interface.mjs +1 -1
  142. package/esm2020/types/numeric-options.interface.mjs +1 -1
  143. package/esm2020/types/ongoing-events-settings.interface.mjs +1 -1
  144. package/esm2020/types/resource.interface.mjs +1 -1
  145. package/esm2020/types/scheduler-event.mjs +1 -1
  146. package/esm2020/types/scheduler-model-fields.interface.mjs +1 -1
  147. package/esm2020/types/scheduler-slot.interface.mjs +1 -1
  148. package/esm2020/types/scheduler-view.mjs +1 -1
  149. package/esm2020/types/slot-class-args.interface.mjs +1 -1
  150. package/esm2020/types/slot-selection.mjs +1 -1
  151. package/esm2020/types/view-item.interface.mjs +1 -1
  152. package/esm2020/types.mjs +1 -1
  153. package/esm2020/views/agenda/agenda-header-item.component.mjs +1 -1
  154. package/esm2020/views/agenda/agenda-header.component.mjs +1 -1
  155. package/esm2020/views/agenda/agenda-task-item.component.mjs +1 -1
  156. package/esm2020/views/agenda/agenda-view-internal.component.mjs +1 -1
  157. package/esm2020/views/agenda/agenda-view-list.component.mjs +1 -1
  158. package/esm2020/views/agenda/agenda-view.component.mjs +1 -1
  159. package/esm2020/views/agenda/agenda-view.module.mjs +1 -1
  160. package/esm2020/views/agenda/tasks.collection.mjs +1 -1
  161. package/esm2020/views/agenda/utils.mjs +1 -1
  162. package/esm2020/views/common/base-view.mjs +1 -1
  163. package/esm2020/views/common/configuration-view-base.mjs +1 -1
  164. package/esm2020/views/common/dom-events.service.mjs +1 -1
  165. package/esm2020/views/common/hint-container.component.mjs +1 -1
  166. package/esm2020/views/common/repeat.pipe.mjs +1 -1
  167. package/esm2020/views/common/resize-hint.component.mjs +1 -1
  168. package/esm2020/views/common/resource-iterator.pipe.mjs +1 -1
  169. package/esm2020/views/common/scheduler-task.mjs +1 -1
  170. package/esm2020/views/common/slot-selectable.directive.mjs +1 -1
  171. package/esm2020/views/common/view-footer.component.mjs +1 -1
  172. package/esm2020/views/common/views-shared.module.mjs +1 -1
  173. package/esm2020/views/common/work-hours-footer.directive.mjs +1 -1
  174. package/esm2020/views/constants.mjs +1 -1
  175. package/esm2020/views/day-time/day-time-slot.service.mjs +1 -1
  176. package/esm2020/views/day-time/day-time-view-base.mjs +1 -1
  177. package/esm2020/views/day-time/day-time-view-item.component.mjs +1 -1
  178. package/esm2020/views/day-time/day-time-view.component.mjs +1 -1
  179. package/esm2020/views/day-time/day-time.module.mjs +1 -1
  180. package/esm2020/views/day-time/event-slot.directive.mjs +1 -1
  181. package/esm2020/views/day-time/utils.mjs +1 -1
  182. package/esm2020/views/month/month-slot.component.mjs +1 -1
  183. package/esm2020/views/month/month-slot.service.mjs +1 -1
  184. package/esm2020/views/month/month-view-item.component.mjs +1 -1
  185. package/esm2020/views/month/month-view-renderer.component.mjs +1 -1
  186. package/esm2020/views/month/month-view.component.mjs +1 -1
  187. package/esm2020/views/month/month-view.module.mjs +1 -1
  188. package/esm2020/views/month/multi-week-view.component.mjs +1 -1
  189. package/esm2020/views/month/utils.mjs +1 -1
  190. package/esm2020/views/multi-day/day-view.component.mjs +1 -1
  191. package/esm2020/views/multi-day/multi-day-view-base.mjs +1 -1
  192. package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +1 -1
  193. package/esm2020/views/multi-day/multi-day-view.component.mjs +1 -1
  194. package/esm2020/views/multi-day/multi-day-view.module.mjs +1 -1
  195. package/esm2020/views/multi-day/utils.mjs +1 -1
  196. package/esm2020/views/multi-day/week-view.component.mjs +1 -1
  197. package/esm2020/views/multi-day/work-week-view.component.mjs +1 -1
  198. package/esm2020/views/scheduler-view.directive.mjs +1 -1
  199. package/esm2020/views/templates/agenda-date-template.directive.mjs +1 -1
  200. package/esm2020/views/templates/agenda-time-template.directive.mjs +1 -1
  201. package/esm2020/views/templates/all-day-event-template.directive.mjs +1 -1
  202. package/esm2020/views/templates/all-day-slot-template.directive.mjs +1 -1
  203. package/esm2020/views/templates/date-header-template.directive.mjs +1 -1
  204. package/esm2020/views/templates/event-template.directive.mjs +1 -1
  205. package/esm2020/views/templates/group-header-template.directive.mjs +1 -1
  206. package/esm2020/views/templates/major-time-header-template.directive.mjs +1 -1
  207. package/esm2020/views/templates/minor-time-header-template.directive.mjs +1 -1
  208. package/esm2020/views/templates/month-day-slot-template.directive.mjs +1 -1
  209. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +1 -1
  210. package/esm2020/views/templates/time-slot-template.directive.mjs +1 -1
  211. package/esm2020/views/templates.mjs +1 -1
  212. package/esm2020/views/timeline/timeline-base.mjs +1 -1
  213. package/esm2020/views/timeline/timeline-month-view.component.mjs +14 -6
  214. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +1 -1
  215. package/esm2020/views/timeline/timeline-view.component.mjs +14 -6
  216. package/esm2020/views/timeline/timeline-view.module.mjs +1 -1
  217. package/esm2020/views/timeline/timeline-week-view.component.mjs +13 -6
  218. package/esm2020/views/timeline/utils.mjs +1 -1
  219. package/esm2020/views/utils.mjs +1 -1
  220. package/esm2020/views/view-context.service.mjs +1 -1
  221. package/esm2020/views/view-items/base-slot.directive.mjs +1 -1
  222. package/esm2020/views/view-items/base-slot.service.mjs +1 -1
  223. package/esm2020/views/view-items/base-view-item.mjs +1 -1
  224. package/esm2020/views/view-items/item-map.mjs +1 -1
  225. package/esm2020/views/view-items/types.mjs +1 -1
  226. package/esm2020/views/view-state.service.mjs +1 -1
  227. package/esm2020/views/year/utils.mjs +60 -0
  228. package/esm2020/views/year/year-view-internal.component.mjs +418 -0
  229. package/esm2020/views/year/year-view.component.mjs +115 -0
  230. package/esm2020/views/year/year-view.module.mjs +47 -0
  231. package/events/add-event.d.ts +1 -1
  232. package/events/cancel-event.d.ts +1 -1
  233. package/events/create-event.d.ts +1 -1
  234. package/events/date-change-event.d.ts +1 -1
  235. package/events/drag-end-event.d.ts +1 -1
  236. package/events/drag-event.d.ts +1 -1
  237. package/events/drag-start-event.d.ts +1 -1
  238. package/events/edit-event-base.d.ts +1 -1
  239. package/events/edit-event.d.ts +1 -1
  240. package/events/event-click-event.d.ts +1 -1
  241. package/events/event-keydown-event.d.ts +1 -1
  242. package/events/navigate-event.d.ts +1 -1
  243. package/events/preventable-event.d.ts +1 -1
  244. package/events/remove-event.d.ts +1 -1
  245. package/events/resize-end-event.d.ts +1 -1
  246. package/events/resize-event.d.ts +1 -1
  247. package/events/resize-start-event.d.ts +1 -1
  248. package/events/save-event.d.ts +1 -1
  249. package/events/slot-click-event.d.ts +1 -1
  250. package/events/slot-drag-end-event.d.ts +1 -1
  251. package/events/slot-drag-event.d.ts +1 -1
  252. package/events/slot-drag-start-event.d.ts +1 -1
  253. package/events/view-event-map.d.ts +1 -1
  254. package/events.d.ts +1 -1
  255. package/fesm2015/progress-kendo-angular-scheduler.mjs +1056 -160
  256. package/fesm2020/progress-kendo-angular-scheduler.mjs +1050 -160
  257. package/index.d.ts +2 -1
  258. package/loading.component.d.ts +1 -1
  259. package/localization/custom-messages.component.d.ts +1 -1
  260. package/localization/localized-messages.directive.d.ts +1 -1
  261. package/localization/messages.d.ts +119 -51
  262. package/localization/scheduler-localization.service.d.ts +1 -1
  263. package/navigation/focus-position.interface.d.ts +1 -1
  264. package/navigation/focus.service.d.ts +1 -1
  265. package/navigation/focusable-element.interface.d.ts +1 -1
  266. package/navigation/focusable.directive.d.ts +4 -3
  267. package/navigation/shortcuts.directive.d.ts +1 -1
  268. package/navigation.d.ts +1 -1
  269. package/package-metadata.d.ts +1 -1
  270. package/package.json +14 -13
  271. package/pdf/pdf-command.directive.d.ts +1 -1
  272. package/pdf/pdf-export-event.d.ts +1 -1
  273. package/pdf/pdf.component.d.ts +1 -1
  274. package/pdf/pdf.module.d.ts +1 -1
  275. package/pdf/pdf.service.d.ts +1 -1
  276. package/progress-kendo-angular-scheduler.d.ts +1 -1
  277. package/scheduler.component.d.ts +1 -1
  278. package/scheduler.module.d.ts +16 -14
  279. package/schematics/ngAdd/index.js +2 -2
  280. package/shared.module.d.ts +1 -1
  281. package/toolbar/navigation.component.d.ts +11 -3
  282. package/toolbar/toolbar-context.d.ts +1 -1
  283. package/toolbar/toolbar-template.directive.d.ts +1 -1
  284. package/toolbar/toolbar.component.d.ts +10 -1
  285. package/toolbar/toolbar.module.d.ts +1 -1
  286. package/toolbar/toolbar.service.d.ts +1 -1
  287. package/toolbar/view-selector.component.d.ts +1 -1
  288. package/types/actions.d.ts +1 -1
  289. package/types/create-form-group-args.interface.d.ts +1 -1
  290. package/types/crud-operation.enum.d.ts +1 -1
  291. package/types/current-time-settings.interface.d.ts +1 -1
  292. package/types/date-range.interface.d.ts +1 -1
  293. package/types/datepicker-options.interface.d.ts +1 -1
  294. package/types/edit-event-args.interface.d.ts +1 -1
  295. package/types/edit-mode.enum.d.ts +1 -1
  296. package/types/editable-settings.interface.d.ts +1 -1
  297. package/types/event-style-args.interface.d.ts +1 -1
  298. package/types/focusable-container.d.ts +1 -1
  299. package/types/group.interface.d.ts +1 -1
  300. package/types/numeric-options.interface.d.ts +1 -1
  301. package/types/ongoing-events-settings.interface.d.ts +1 -1
  302. package/types/resource.interface.d.ts +1 -1
  303. package/types/scheduler-event.d.ts +1 -1
  304. package/types/scheduler-model-fields.interface.d.ts +1 -1
  305. package/types/scheduler-slot.interface.d.ts +5 -1
  306. package/types/scheduler-view.d.ts +1 -1
  307. package/types/slot-class-args.interface.d.ts +5 -1
  308. package/types/slot-selection.d.ts +1 -1
  309. package/types/view-item.interface.d.ts +1 -1
  310. package/types.d.ts +1 -1
  311. package/views/agenda/agenda-header-item.component.d.ts +1 -1
  312. package/views/agenda/agenda-header.component.d.ts +1 -1
  313. package/views/agenda/agenda-task-item.component.d.ts +1 -1
  314. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  315. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  316. package/views/agenda/agenda-view.component.d.ts +1 -1
  317. package/views/agenda/agenda-view.module.d.ts +1 -1
  318. package/views/agenda/tasks.collection.d.ts +1 -1
  319. package/views/agenda/utils.d.ts +1 -1
  320. package/views/common/base-view.d.ts +1 -1
  321. package/views/common/configuration-view-base.d.ts +1 -1
  322. package/views/common/dom-events.service.d.ts +1 -1
  323. package/views/common/hint-container.component.d.ts +1 -1
  324. package/views/common/repeat.pipe.d.ts +1 -1
  325. package/views/common/resize-hint.component.d.ts +1 -1
  326. package/views/common/resource-iterator.pipe.d.ts +1 -1
  327. package/views/common/scheduler-task.d.ts +1 -1
  328. package/views/common/slot-selectable.directive.d.ts +1 -1
  329. package/views/common/view-footer.component.d.ts +1 -1
  330. package/views/common/views-shared.module.d.ts +1 -1
  331. package/views/common/work-hours-footer.directive.d.ts +1 -1
  332. package/views/constants.d.ts +1 -1
  333. package/views/day-time/day-time-slot.service.d.ts +1 -1
  334. package/views/day-time/day-time-view-base.d.ts +1 -1
  335. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  336. package/views/day-time/day-time-view.component.d.ts +1 -1
  337. package/views/day-time/day-time.module.d.ts +1 -1
  338. package/views/day-time/event-slot.directive.d.ts +1 -1
  339. package/views/day-time/utils.d.ts +1 -1
  340. package/views/month/month-slot.component.d.ts +1 -1
  341. package/views/month/month-slot.service.d.ts +1 -1
  342. package/views/month/month-view-item.component.d.ts +1 -1
  343. package/views/month/month-view-renderer.component.d.ts +1 -1
  344. package/views/month/month-view.component.d.ts +1 -1
  345. package/views/month/month-view.module.d.ts +1 -1
  346. package/views/month/multi-week-view.component.d.ts +1 -1
  347. package/views/month/utils.d.ts +1 -1
  348. package/views/multi-day/day-view.component.d.ts +1 -1
  349. package/views/multi-day/multi-day-view-base.d.ts +1 -1
  350. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  351. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  352. package/views/multi-day/multi-day-view.module.d.ts +1 -1
  353. package/views/multi-day/utils.d.ts +1 -1
  354. package/views/multi-day/week-view.component.d.ts +1 -1
  355. package/views/multi-day/work-week-view.component.d.ts +1 -1
  356. package/views/scheduler-view.directive.d.ts +1 -1
  357. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  358. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  359. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  360. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  361. package/views/templates/date-header-template.directive.d.ts +1 -1
  362. package/views/templates/event-template.directive.d.ts +1 -1
  363. package/views/templates/group-header-template.directive.d.ts +1 -1
  364. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  365. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  366. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  367. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  368. package/views/templates/time-slot-template.directive.d.ts +1 -1
  369. package/views/templates.d.ts +1 -1
  370. package/views/timeline/timeline-base.d.ts +1 -1
  371. package/views/timeline/timeline-month-view.component.d.ts +5 -2
  372. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  373. package/views/timeline/timeline-view.component.d.ts +5 -2
  374. package/views/timeline/timeline-view.module.d.ts +1 -1
  375. package/views/timeline/timeline-week-view.component.d.ts +4 -2
  376. package/views/timeline/utils.d.ts +1 -1
  377. package/views/utils.d.ts +1 -1
  378. package/views/view-context.service.d.ts +1 -1
  379. package/views/view-items/base-slot.directive.d.ts +1 -1
  380. package/views/view-items/base-slot.service.d.ts +1 -1
  381. package/views/view-items/base-view-item.d.ts +1 -1
  382. package/views/view-items/item-map.d.ts +1 -1
  383. package/views/view-items/types.d.ts +1 -1
  384. package/views/view-state.service.d.ts +1 -1
  385. package/views/year/utils.d.ts +21 -0
  386. package/views/year/year-view-internal.component.d.ts +82 -0
  387. package/views/year/year-view.component.d.ts +56 -0
  388. package/views/year/year-view.module.d.ts +19 -0
@@ -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';
@@ -8,11 +8,11 @@ import * as i1$1 from '@progress/kendo-angular-l10n';
8
8
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
9
9
  import * as i7 from '@progress/kendo-angular-common';
10
10
  import { hasObservers, isDocumentAvailable, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, shouldShowValidationUI, anyChanged, ResizeSensorComponent, EventsModule, ResizeSensorModule, guid, WatermarkModule } from '@progress/kendo-angular-common';
11
- import { isEqualDate, timezoneNames, ZonedDate, toLocalDate, getDate, Day, MS_PER_DAY as MS_PER_DAY$1, addDays, firstDayOfMonth, firstDayInWeek, addMonths, addWeeks } from '@progress/kendo-date-math';
11
+ import { isEqualDate, timezoneNames, ZonedDate, toLocalDate, getDate, Day, MS_PER_DAY as MS_PER_DAY$1, addDays, firstDayOfMonth, firstDayInWeek, addMonths, addWeeks, addYears } from '@progress/kendo-date-math';
12
12
  import { auditTime, buffer, filter, map, debounceTime, take, switchMap, tap, distinctUntilChanged } from 'rxjs/operators';
13
13
  import { validatePackage } from '@progress/kendo-licensing';
14
- import * as i6 from '@progress/kendo-angular-dateinputs';
15
- import { PreventableEvent as PreventableEvent$1, CalendarModule, DateInputsModule } from '@progress/kendo-angular-dateinputs';
14
+ import * as i2 from '@progress/kendo-angular-dateinputs';
15
+ import { PreventableEvent as PreventableEvent$1, CalendarModule, MultiViewCalendarComponent, CalendarsModule, DateInputsModule } from '@progress/kendo-angular-dateinputs';
16
16
  import { Subject, BehaviorSubject, fromEvent, Subscription, combineLatest, merge } from 'rxjs';
17
17
  import * as i14 from '@angular/forms';
18
18
  import { NG_VALUE_ACCESSOR, FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
@@ -38,6 +38,8 @@ import { orderBy, groupBy } from '@progress/kendo-data-query';
38
38
  import * as i4$1 from '@progress/kendo-angular-icons';
39
39
  import { IconsModule } from '@progress/kendo-angular-icons';
40
40
  import { Draggable } from '@progress/kendo-draggable';
41
+ import * as i11$1 from '@progress/kendo-angular-tooltip';
42
+ import { TooltipDirective, TooltipsModule } from '@progress/kendo-angular-tooltip';
41
43
  import { drawDOM, exportPDF } from '@progress/kendo-drawing';
42
44
  import { saveAs } from '@progress/kendo-file-saver';
43
45
 
@@ -48,8 +50,8 @@ const packageMetadata = {
48
50
  name: '@progress/kendo-angular-scheduler',
49
51
  productName: 'Kendo UI for Angular',
50
52
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1703164645,
52
- version: '14.4.0-develop.2',
53
+ publishDate: 1706519884,
54
+ version: '14.4.0-develop.20',
53
55
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
56
  };
55
57
 
@@ -1445,7 +1447,15 @@ class FocusService {
1445
1447
  this.activeItem = item;
1446
1448
  item.toggle(true);
1447
1449
  }
1448
- this.items.add(item);
1450
+ const items = Array.from(this.focusableItems);
1451
+ const newContentIndex = items.map(item => item.containerType).lastIndexOf('content') + 1;
1452
+ if (item.containerType === 'content' && newContentIndex > 0) {
1453
+ items.splice(newContentIndex, 0, item);
1454
+ this.items = new Set(items);
1455
+ }
1456
+ else {
1457
+ this.items.add(item);
1458
+ }
1449
1459
  this.elementMap.set(item.element.nativeElement, item);
1450
1460
  this.toggleWrapper();
1451
1461
  }
@@ -1790,7 +1800,6 @@ class FocusableDirective {
1790
1800
  this.focusIndex = 0;
1791
1801
  this.containerType = 'content';
1792
1802
  this.toggle(false);
1793
- this.focusService.register(this);
1794
1803
  }
1795
1804
  get visible() {
1796
1805
  return this.element.nativeElement.style.display !== 'none';
@@ -1807,6 +1816,9 @@ class FocusableDirective {
1807
1816
  // eslint-disable-next-line no-unused-expressions
1808
1817
  isVisible$1(element) ? this.focusService.register(this) : this.focusService.unregister(this);
1809
1818
  }
1819
+ ngOnInit() {
1820
+ this.focusService.register(this);
1821
+ }
1810
1822
  ngOnDestroy() {
1811
1823
  this.focusService.unregister(this);
1812
1824
  }
@@ -2449,7 +2461,7 @@ class ToolbarNavigationComponent {
2449
2461
  }
2450
2462
  }
2451
2463
  ToolbarNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarNavigationComponent, deps: [{ token: i1$2.PopupService }, { token: ToolbarService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }], target: i0.ɵɵFactoryTarget.Component });
2452
- ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarNavigationComponent, selector: "[kendoSchedulerToolbarNavigation]", inputs: { min: "min", max: "max" }, host: { properties: { "class.k-toolbar-group": "this.hostClass" } }, providers: [
2464
+ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarNavigationComponent, selector: "[kendoSchedulerToolbarNavigation]", inputs: { min: "min", max: "max", activeView: "activeView", bottomView: "bottomView" }, host: { properties: { "class.k-toolbar-group": "this.hostClass" } }, providers: [
2453
2465
  PopupService
2454
2466
  ], viewQueries: [{ propertyName: "calendar", first: true, predicate: ["calendar"], descendants: true }], ngImport: i0, template: `
2455
2467
  <span class="k-scheduler-navigation k-button-group k-button-group-solid" role="group">
@@ -2507,6 +2519,8 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
2507
2519
  <kendo-calendar
2508
2520
  #calendar
2509
2521
  (blur)="onBlur()"
2522
+ [activeView]="activeView"
2523
+ [bottomView]="bottomView"
2510
2524
  (keydown.escape)="toggleSelectedDate({ nativeElement: anchor }, template); anchor.focus();"
2511
2525
  (valueChange)="selectDate($event)"
2512
2526
  [value]="ctx.selectedDate | async" [min]="min" [max]="max">
@@ -2514,7 +2528,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
2514
2528
  </kendo-calendar-messages>
2515
2529
  </kendo-calendar>
2516
2530
  </ng-template>
2517
- `, isInline: true, components: [{ type: i4.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"] }, { 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", "size"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i6.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "async": i11.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2531
+ `, isInline: true, components: [{ type: i4.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"] }, { type: i2.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", "size"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i2.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "async": i11.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2518
2532
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
2519
2533
  type: Component,
2520
2534
  args: [{
@@ -2580,6 +2594,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2580
2594
  <kendo-calendar
2581
2595
  #calendar
2582
2596
  (blur)="onBlur()"
2597
+ [activeView]="activeView"
2598
+ [bottomView]="bottomView"
2583
2599
  (keydown.escape)="toggleSelectedDate({ nativeElement: anchor }, template); anchor.focus();"
2584
2600
  (valueChange)="selectDate($event)"
2585
2601
  [value]="ctx.selectedDate | async" [min]="min" [max]="max">
@@ -2599,6 +2615,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2599
2615
  type: Input
2600
2616
  }], max: [{
2601
2617
  type: Input
2618
+ }], activeView: [{
2619
+ type: Input
2620
+ }], bottomView: [{
2621
+ type: Input
2602
2622
  }] } });
2603
2623
 
2604
2624
  /**
@@ -2763,6 +2783,20 @@ class ToolbarComponent {
2763
2783
  this.subs = new Subscription();
2764
2784
  this.subs.add(service.action.subscribe(action => this.navigate.next(action)));
2765
2785
  }
2786
+ /**
2787
+ * @hidden
2788
+ */
2789
+ get activeView() {
2790
+ var _a;
2791
+ return ((_a = this.service.context.selectedView) === null || _a === void 0 ? void 0 : _a.name) === 'year' ? 'decade' : 'month';
2792
+ }
2793
+ /**
2794
+ * @hidden
2795
+ */
2796
+ get bottomView() {
2797
+ var _a;
2798
+ return ((_a = this.service.context.selectedView) === null || _a === void 0 ? void 0 : _a.name) === 'year' ? 'decade' : 'month';
2799
+ }
2766
2800
  ngOnInit() {
2767
2801
  this.subs.add(this.selectedDate.subscribe(date => this.templateContext.selectedDate = date));
2768
2802
  this.subs.add(this.dateRange.subscribe(dateRange => this.templateContext.dateRange = dateRange));
@@ -2802,13 +2836,18 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
2802
2836
  </ng-template>
2803
2837
 
2804
2838
  <ng-template #defaultTemplate>
2805
- <div kendoSchedulerToolbarNavigation [min]="min" [max]="max"></div>
2839
+ <div kendoSchedulerToolbarNavigation
2840
+ [min]="min"
2841
+ [max]="max"
2842
+ [activeView]="activeView"
2843
+ [bottomView]="bottomView">
2844
+ </div>
2806
2845
  <span class="k-spacer"></span>
2807
2846
  <div kendoSchedulerToolbarViewSelector [toolbarWidth]="toolbarWidth"></div>
2808
2847
  </ng-template>
2809
2848
 
2810
2849
  <kendo-resize-sensor (resize)="resizeHandler()" [style]="'display: contents;'"></kendo-resize-sensor>
2811
- `, isInline: true, components: [{ type: ToolbarNavigationComponent, selector: "[kendoSchedulerToolbarNavigation]", inputs: ["min", "max"] }, { type: ToolbarViewSelectorComponent, selector: "[kendoSchedulerToolbarViewSelector]", inputs: ["toolbarWidth", "responsiveBreakpoint"] }, { type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
2850
+ `, isInline: true, components: [{ type: ToolbarNavigationComponent, selector: "[kendoSchedulerToolbarNavigation]", inputs: ["min", "max", "activeView", "bottomView"] }, { type: ToolbarViewSelectorComponent, selector: "[kendoSchedulerToolbarViewSelector]", inputs: ["toolbarWidth", "responsiveBreakpoint"] }, { type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
2812
2851
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
2813
2852
  type: Component,
2814
2853
  args: [{
@@ -2822,7 +2861,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2822
2861
  </ng-template>
2823
2862
 
2824
2863
  <ng-template #defaultTemplate>
2825
- <div kendoSchedulerToolbarNavigation [min]="min" [max]="max"></div>
2864
+ <div kendoSchedulerToolbarNavigation
2865
+ [min]="min"
2866
+ [max]="max"
2867
+ [activeView]="activeView"
2868
+ [bottomView]="bottomView">
2869
+ </div>
2826
2870
  <span class="k-spacer"></span>
2827
2871
  <div kendoSchedulerToolbarViewSelector [toolbarWidth]="toolbarWidth"></div>
2828
2872
  </ng-template>
@@ -2960,7 +3004,7 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
2960
3004
  {{ getField(dataItem, resource.textField) }}
2961
3005
  </ng-template>
2962
3006
  </kendo-multiselect>
2963
- `, isInline: true, components: [{ type: i1$3.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "removeTag"], exportAs: ["kendoMultiSelect"] }], directives: [{ type: i1$3.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1$3.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
3007
+ `, isInline: true, components: [{ type: i1$3.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "removeTag"], exportAs: ["kendoMultiSelect"] }], directives: [{ type: i1$3.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1$3.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
2964
3008
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
2965
3009
  type: Component,
2966
3010
  args: [{
@@ -3102,7 +3146,8 @@ const SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR = {
3102
3146
  * @hidden
3103
3147
  */
3104
3148
  class SchedulerDateTimePickerComponent {
3105
- constructor() {
3149
+ constructor(localization) {
3150
+ this.localization = localization;
3106
3151
  this.valueChange = new EventEmitter();
3107
3152
  this.onTouchedCallback = (_) => { };
3108
3153
  this.onChangeCallback = (_) => { };
@@ -3114,6 +3159,9 @@ class SchedulerDateTimePickerComponent {
3114
3159
  var _a, _b;
3115
3160
  return this.isAllDay ? (_a = this.datePicker) === null || _a === void 0 ? void 0 : _a.focusableId : (_b = this.dateTimePicker) === null || _b === void 0 ? void 0 : _b.focusableId;
3116
3161
  }
3162
+ textFor(key) {
3163
+ return this.localization.get(key);
3164
+ }
3117
3165
  writeValue(newDate) {
3118
3166
  if (newDate instanceof Date) {
3119
3167
  this.date = newDate;
@@ -3142,7 +3190,7 @@ class SchedulerDateTimePickerComponent {
3142
3190
  this.onTouchedCallback = fn;
3143
3191
  }
3144
3192
  }
3145
- SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3193
+ SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [{ token: SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3146
3194
  SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
3147
3195
  SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR
3148
3196
  ], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "dateTimePicker", first: true, predicate: ["datetimepicker"], descendants: true }], ngImport: i0, template: `
@@ -3151,14 +3199,38 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
3151
3199
  #datepicker
3152
3200
  [(value)]='date'
3153
3201
  (valueChange)='onValueChange($event)'
3154
- ></kendo-datepicker>
3202
+ >
3203
+ <kendo-datepicker-messages
3204
+ [today]="textFor('editorDateInputsToday')"
3205
+ [toggle]="textFor('editorDateInputsToggle')"
3206
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3207
+ >
3208
+ </kendo-datepicker-messages>
3209
+ </kendo-datepicker>
3155
3210
  <kendo-datetimepicker
3156
3211
  *ngIf='!isAllDay'
3157
3212
  #datetimepicker
3158
3213
  [(value)]='date'
3159
3214
  (valueChange)='onValueChange($event)'
3160
3215
  >
3161
- `, isInline: true, components: [{ type: i6.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i6.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3216
+ <kendo-datetimepicker-messages
3217
+ [toggle]="textFor('editorDateInputsToggle')"
3218
+ [today]="textFor('editorDateInputsToday')"
3219
+ [accept]="textFor('editorDateInputsAccept')"
3220
+ [acceptLabel]="textFor('editorDateInputsAcceptLabel')"
3221
+ [cancelLabel]="textFor('editorDateInputsCancelLabel')"
3222
+ [cancel]="textFor('editorDateInputsCancel')"
3223
+ [now]="textFor('editorDateInputsNow')"
3224
+ [nowLabel]="textFor('editorDateInputsNowLabel')"
3225
+ [dateTab]="textFor('editorDateInputsDateTab')"
3226
+ [dateTabLabel]="textFor('editorDateInputsDateTabLabel')"
3227
+ [timeTab]="textFor('editorDateInputsTimeTab')"
3228
+ [timeTabLabel]="textFor('editorDateInputsTimeTabLabel')"
3229
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3230
+ >
3231
+ </kendo-datetimepicker-messages>
3232
+ </kendo-datetimepicker>
3233
+ `, isInline: true, components: [{ type: i2.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i2.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { type: i2.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { type: i2.DateTimePickerCustomMessagesComponent, selector: "kendo-datetimepicker-messages" }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3162
3234
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
3163
3235
  type: Component,
3164
3236
  args: [{
@@ -3172,16 +3244,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3172
3244
  #datepicker
3173
3245
  [(value)]='date'
3174
3246
  (valueChange)='onValueChange($event)'
3175
- ></kendo-datepicker>
3247
+ >
3248
+ <kendo-datepicker-messages
3249
+ [today]="textFor('editorDateInputsToday')"
3250
+ [toggle]="textFor('editorDateInputsToggle')"
3251
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3252
+ >
3253
+ </kendo-datepicker-messages>
3254
+ </kendo-datepicker>
3176
3255
  <kendo-datetimepicker
3177
3256
  *ngIf='!isAllDay'
3178
3257
  #datetimepicker
3179
3258
  [(value)]='date'
3180
3259
  (valueChange)='onValueChange($event)'
3181
3260
  >
3261
+ <kendo-datetimepicker-messages
3262
+ [toggle]="textFor('editorDateInputsToggle')"
3263
+ [today]="textFor('editorDateInputsToday')"
3264
+ [accept]="textFor('editorDateInputsAccept')"
3265
+ [acceptLabel]="textFor('editorDateInputsAcceptLabel')"
3266
+ [cancelLabel]="textFor('editorDateInputsCancelLabel')"
3267
+ [cancel]="textFor('editorDateInputsCancel')"
3268
+ [now]="textFor('editorDateInputsNow')"
3269
+ [nowLabel]="textFor('editorDateInputsNowLabel')"
3270
+ [dateTab]="textFor('editorDateInputsDateTab')"
3271
+ [dateTabLabel]="textFor('editorDateInputsDateTabLabel')"
3272
+ [timeTab]="textFor('editorDateInputsTimeTab')"
3273
+ [timeTabLabel]="textFor('editorDateInputsTimeTabLabel')"
3274
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3275
+ >
3276
+ </kendo-datetimepicker-messages>
3277
+ </kendo-datetimepicker>
3182
3278
  `
3183
3279
  }]
3184
- }], propDecorators: { datePicker: [{
3280
+ }], ctorParameters: function () { return [{ type: SchedulerLocalizationService }]; }, propDecorators: { datePicker: [{
3185
3281
  type: ViewChild,
3186
3282
  args: ['datepicker']
3187
3283
  }], dateTimePicker: [{
@@ -3284,7 +3380,7 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
3284
3380
  (filterChange)="onTimeZoneFilterChange($event)"
3285
3381
  (valueChange)="onTimeZoneChange($event)">
3286
3382
  </kendo-combobox>
3287
- `, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
3383
+ `, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }] });
3288
3384
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
3289
3385
  type: Component,
3290
3386
  args: [{
@@ -3739,7 +3835,7 @@ class RecurrenceIntervalEditorComponent {
3739
3835
  return this.localization.get(key);
3740
3836
  }
3741
3837
  }
3742
- RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3838
+ RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token: SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3743
3839
  RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
3744
3840
  <div class="k-form-field">
3745
3841
  <kendo-label
@@ -3764,12 +3860,18 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
3764
3860
  [title]="numericOptions.title"
3765
3861
  [(value)]="intervalValue"
3766
3862
  (blur)="onIntervalBlur()"
3767
- (valueChange)="onIntervalChange($event)">
3863
+ (valueChange)="onIntervalChange($event)"
3864
+ >
3865
+ <kendo-numerictextbox-messages
3866
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
3867
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
3868
+ >
3869
+ </kendo-numerictextbox-messages>
3768
3870
  </kendo-numerictextbox>
3769
3871
  <span>&nbsp;{{ textForFrequency() }}</span>
3770
3872
  </div>
3771
3873
  </div>
3772
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }] });
3874
+ `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
3773
3875
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
3774
3876
  type: Component,
3775
3877
  args: [{
@@ -3798,14 +3900,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3798
3900
  [title]="numericOptions.title"
3799
3901
  [(value)]="intervalValue"
3800
3902
  (blur)="onIntervalBlur()"
3801
- (valueChange)="onIntervalChange($event)">
3903
+ (valueChange)="onIntervalChange($event)"
3904
+ >
3905
+ <kendo-numerictextbox-messages
3906
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
3907
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
3908
+ >
3909
+ </kendo-numerictextbox-messages>
3802
3910
  </kendo-numerictextbox>
3803
3911
  <span>&nbsp;{{ textForFrequency() }}</span>
3804
3912
  </div>
3805
3913
  </div>
3806
3914
  `
3807
3915
  }]
3808
- }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { cssClass: [{
3916
+ }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: SchedulerLocalizationService }]; }, propDecorators: { cssClass: [{
3809
3917
  type: HostBinding,
3810
3918
  args: ['class.k-scheduler-recurrence-interval-editor']
3811
3919
  }], userNumericOptions: [{
@@ -4209,7 +4317,7 @@ class RecurrenceMonthlyYearlyEditorComponent {
4209
4317
  }
4210
4318
  }
4211
4319
  }
4212
- RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4320
+ RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: RecurrenceService }, { token: SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4213
4321
  RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
4214
4322
  <div class='k-form-field'>
4215
4323
  <kendo-label
@@ -4257,7 +4365,13 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
4257
4365
  [title]="numericOptions.title"
4258
4366
  [value]='monthDay'
4259
4367
  (valueChange)='onMonthDayChange($event)'
4260
- [disabled]="isDisabled('monthday')">
4368
+ [disabled]="isDisabled('monthday')"
4369
+ >
4370
+ <kendo-numerictextbox-messages
4371
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4372
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4373
+ >
4374
+ </kendo-numerictextbox-messages>
4261
4375
  </kendo-numerictextbox>
4262
4376
  </li>
4263
4377
  <li class='k-radio-list-item'>
@@ -4306,7 +4420,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
4306
4420
  </ul>
4307
4421
  </div>
4308
4422
  </div>
4309
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4423
+ `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }], directives: [{ type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
4310
4424
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
4311
4425
  type: Component,
4312
4426
  args: [{
@@ -4358,7 +4472,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4358
4472
  [title]="numericOptions.title"
4359
4473
  [value]='monthDay'
4360
4474
  (valueChange)='onMonthDayChange($event)'
4361
- [disabled]="isDisabled('monthday')">
4475
+ [disabled]="isDisabled('monthday')"
4476
+ >
4477
+ <kendo-numerictextbox-messages
4478
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4479
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4480
+ >
4481
+ </kendo-numerictextbox-messages>
4362
4482
  </kendo-numerictextbox>
4363
4483
  </li>
4364
4484
  <li class='k-radio-list-item'>
@@ -4409,7 +4529,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4409
4529
  </div>
4410
4530
  `
4411
4531
  }]
4412
- }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { userNumericOptions: [{
4532
+ }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: SchedulerLocalizationService }]; }, propDecorators: { userNumericOptions: [{
4413
4533
  type: Input
4414
4534
  }], repeatOnRadioButtons: [{
4415
4535
  type: ViewChildren,
@@ -4584,7 +4704,7 @@ class RecurrenceEndRuleEditorComponent {
4584
4704
  return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
4585
4705
  }
4586
4706
  }
4587
- RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4707
+ RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: RecurrenceService }, { token: SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
4588
4708
  RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: { userNumericOptions: "userNumericOptions", userDatePickerOptions: "userDatePickerOptions" }, host: { properties: { "class.k-scheduler-recurrence-end-rule-editor": "this.cssClass" } }, viewQueries: [{ propertyName: "endRuleRadioButtons", predicate: EndRuleRadioButtonDirective, descendants: true }], ngImport: i0, template: `
4589
4709
  <div class="k-form-field">
4590
4710
  <kendo-label
@@ -4622,7 +4742,13 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
4622
4742
  [title]="numericOptions.title"
4623
4743
  [(value)]='countValue'
4624
4744
  (blur)="onCountBlur()"
4625
- (valueChange)='onCountChange($event)'>
4745
+ (valueChange)='onCountChange($event)'
4746
+ >
4747
+ <kendo-numerictextbox-messages
4748
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4749
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4750
+ >
4751
+ </kendo-numerictextbox-messages>
4626
4752
  </kendo-numerictextbox>
4627
4753
  <span>{{ textFor('endOccurrence') }}</span>
4628
4754
  </li>
@@ -4654,13 +4780,20 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
4654
4780
  [popupSettings]="datePickerOptions.popupSettings"
4655
4781
  [(value)]='untilValue'
4656
4782
  (blur)="onUntilBlur()"
4657
- (valueChange)='onUntilChange($event)'>
4783
+ (valueChange)='onUntilChange($event)'
4784
+ >
4785
+ <kendo-datepicker-messages
4786
+ [today]="textFor('editorDateInputsToday')"
4787
+ [toggle]="textFor('editorDateInputsToggle')"
4788
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
4789
+ >
4790
+ </kendo-datepicker-messages>
4658
4791
  </kendo-datepicker>
4659
4792
  </li>
4660
4793
  </ul>
4661
4794
  </div>
4662
4795
  </div>
4663
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i6.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
4796
+ `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { type: i2.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i2.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }], directives: [{ type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
4664
4797
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
4665
4798
  type: Component,
4666
4799
  args: [{
@@ -4702,7 +4835,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4702
4835
  [title]="numericOptions.title"
4703
4836
  [(value)]='countValue'
4704
4837
  (blur)="onCountBlur()"
4705
- (valueChange)='onCountChange($event)'>
4838
+ (valueChange)='onCountChange($event)'
4839
+ >
4840
+ <kendo-numerictextbox-messages
4841
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4842
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4843
+ >
4844
+ </kendo-numerictextbox-messages>
4706
4845
  </kendo-numerictextbox>
4707
4846
  <span>{{ textFor('endOccurrence') }}</span>
4708
4847
  </li>
@@ -4734,7 +4873,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4734
4873
  [popupSettings]="datePickerOptions.popupSettings"
4735
4874
  [(value)]='untilValue'
4736
4875
  (blur)="onUntilBlur()"
4737
- (valueChange)='onUntilChange($event)'>
4876
+ (valueChange)='onUntilChange($event)'
4877
+ >
4878
+ <kendo-datepicker-messages
4879
+ [today]="textFor('editorDateInputsToday')"
4880
+ [toggle]="textFor('editorDateInputsToggle')"
4881
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
4882
+ >
4883
+ </kendo-datepicker-messages>
4738
4884
  </kendo-datepicker>
4739
4885
  </li>
4740
4886
  </ul>
@@ -4742,7 +4888,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4742
4888
  </div>
4743
4889
  `
4744
4890
  }]
4745
- }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { cssClass: [{
4891
+ }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: SchedulerLocalizationService }]; }, propDecorators: { cssClass: [{
4746
4892
  type: HostBinding,
4747
4893
  args: ['class.k-scheduler-recurrence-end-rule-editor']
4748
4894
  }], userNumericOptions: [{
@@ -5865,7 +6011,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5865
6011
  class Messages extends ComponentMessages {
5866
6012
  }
5867
6013
  Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
5868
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", deleteTitle: "deleteTitle", nextTitle: "nextTitle", previousTitle: "previousTitle", today: "today", calendarToday: "calendarToday", showFullDay: "showFullDay", showWorkDay: "showWorkDay", dayViewTitle: "dayViewTitle", multiDayViewTitle: "multiDayViewTitle", weekViewTitle: "weekViewTitle", workWeekViewTitle: "workWeekViewTitle", monthViewTitle: "monthViewTitle", multiWeekViewTitle: "multiWeekViewTitle", timelineViewTitle: "timelineViewTitle", timelineWeekViewTitle: "timelineWeekViewTitle", timelineMonthViewTitle: "timelineMonthViewTitle", agendaViewTitle: "agendaViewTitle", cancel: "cancel", save: "save", editorEventTitle: "editorEventTitle", editorEventStart: "editorEventStart", editorEventStartTimeZone: "editorEventStartTimeZone", editorEventEnd: "editorEventEnd", editorEventEndTimeZone: "editorEventEndTimeZone", editorEventAllDay: "editorEventAllDay", editorEventDescription: "editorEventDescription", editorEventSeparateTimeZones: "editorEventSeparateTimeZones", editorEventTimeZone: "editorEventTimeZone", recurrenceEditorRepeat: "recurrenceEditorRepeat", recurrenceEditorDailyInterval: "recurrenceEditorDailyInterval", recurrenceEditorDailyRepeatEvery: "recurrenceEditorDailyRepeatEvery", recurrenceEditorWeeklyInterval: "recurrenceEditorWeeklyInterval", recurrenceEditorWeeklyRepeatEvery: "recurrenceEditorWeeklyRepeatEvery", recurrenceEditorWeeklyRepeatOn: "recurrenceEditorWeeklyRepeatOn", recurrenceEditorMonthlyDay: "recurrenceEditorMonthlyDay", recurrenceEditorMonthlyInterval: "recurrenceEditorMonthlyInterval", recurrenceEditorMonthlyRepeatEvery: "recurrenceEditorMonthlyRepeatEvery", recurrenceEditorMonthlyRepeatOn: "recurrenceEditorMonthlyRepeatOn", recurrenceEditorYearlyOf: "recurrenceEditorYearlyOf", recurrenceEditorYearlyRepeatEvery: "recurrenceEditorYearlyRepeatEvery", recurrenceEditorYearlyRepeatOn: "recurrenceEditorYearlyRepeatOn", recurrenceEditorYearlyInterval: "recurrenceEditorYearlyInterval", recurrenceEditorFrequenciesDaily: "recurrenceEditorFrequenciesDaily", recurrenceEditorFrequenciesMonthly: "recurrenceEditorFrequenciesMonthly", recurrenceEditorFrequenciesNever: "recurrenceEditorFrequenciesNever", recurrenceEditorFrequenciesWeekly: "recurrenceEditorFrequenciesWeekly", recurrenceEditorFrequenciesYearly: "recurrenceEditorFrequenciesYearly", recurrenceEditorOffsetPositionsFirst: "recurrenceEditorOffsetPositionsFirst", recurrenceEditorOffsetPositionsSecond: "recurrenceEditorOffsetPositionsSecond", recurrenceEditorOffsetPositionsThird: "recurrenceEditorOffsetPositionsThird", recurrenceEditorOffsetPositionsFourth: "recurrenceEditorOffsetPositionsFourth", recurrenceEditorOffsetPositionsLast: "recurrenceEditorOffsetPositionsLast", recurrenceEditorWeekdaysDay: "recurrenceEditorWeekdaysDay", recurrenceEditorWeekdaysWeekday: "recurrenceEditorWeekdaysWeekday", recurrenceEditorWeekdaysWeekendday: "recurrenceEditorWeekdaysWeekendday", recurrenceEditorEndAfter: "recurrenceEditorEndAfter", recurrenceEditorEndOccurrence: "recurrenceEditorEndOccurrence", recurrenceEditorEndLabel: "recurrenceEditorEndLabel", recurrenceEditorEndNever: "recurrenceEditorEndNever", recurrenceEditorEndOn: "recurrenceEditorEndOn", editorTitle: "editorTitle", destroy: "destroy", deleteConfirmation: "deleteConfirmation", editRecurringConfirmation: "editRecurringConfirmation", editOccurrence: "editOccurrence", editSeries: "editSeries", deleteRecurringConfirmation: "deleteRecurringConfirmation", deleteOccurrence: "deleteOccurrence", deleteSeries: "deleteSeries", deleteDialogTitle: "deleteDialogTitle", deleteRecurringDialogTitle: "deleteRecurringDialogTitle", editRecurringDialogTitle: "editRecurringDialogTitle", selectView: "selectView" }, usesInheritance: true, ngImport: i0 });
6014
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", deleteTitle: "deleteTitle", nextTitle: "nextTitle", previousTitle: "previousTitle", today: "today", calendarToday: "calendarToday", showFullDay: "showFullDay", showWorkDay: "showWorkDay", dayViewTitle: "dayViewTitle", multiDayViewTitle: "multiDayViewTitle", weekViewTitle: "weekViewTitle", workWeekViewTitle: "workWeekViewTitle", monthViewTitle: "monthViewTitle", multiWeekViewTitle: "multiWeekViewTitle", timelineViewTitle: "timelineViewTitle", timelineWeekViewTitle: "timelineWeekViewTitle", timelineMonthViewTitle: "timelineMonthViewTitle", agendaViewTitle: "agendaViewTitle", yearViewTitle: "yearViewTitle", yearViewNoEvents: "yearViewNoEvents", cancel: "cancel", save: "save", editorEventTitle: "editorEventTitle", editorEventStart: "editorEventStart", editorEventStartTimeZone: "editorEventStartTimeZone", editorEventEnd: "editorEventEnd", editorEventEndTimeZone: "editorEventEndTimeZone", editorEventAllDay: "editorEventAllDay", editorEventDescription: "editorEventDescription", editorEventSeparateTimeZones: "editorEventSeparateTimeZones", editorEventTimeZone: "editorEventTimeZone", editorDateInputsToday: "editorDateInputsToday", editorDateInputsToggle: "editorDateInputsToggle", editorDateInputsParentViewButton: "editorDateInputsParentViewButton", editorDateInputsNow: "editorDateInputsNow", editorDateInputsNowLabel: "editorDateInputsNowLabel", editorDateInputsAccept: "editorDateInputsAccept", editorDateInputsAcceptLabel: "editorDateInputsAcceptLabel", editorDateInputsCancel: "editorDateInputsCancel", editorDateInputsCancelLabel: "editorDateInputsCancelLabel", editorDateInputsDateTab: "editorDateInputsDateTab", editorDateInputsDateTabLabel: "editorDateInputsDateTabLabel", editorDateInputsTimeTab: "editorDateInputsTimeTab", editorDateInputsTimeTabLabel: "editorDateInputsTimeTabLabel", recurrenceEditorNumericIncrement: "recurrenceEditorNumericIncrement", recurrenceEditorNumericDecrement: "recurrenceEditorNumericDecrement", recurrenceEditorRepeat: "recurrenceEditorRepeat", recurrenceEditorDailyInterval: "recurrenceEditorDailyInterval", recurrenceEditorDailyRepeatEvery: "recurrenceEditorDailyRepeatEvery", recurrenceEditorWeeklyInterval: "recurrenceEditorWeeklyInterval", recurrenceEditorWeeklyRepeatEvery: "recurrenceEditorWeeklyRepeatEvery", recurrenceEditorWeeklyRepeatOn: "recurrenceEditorWeeklyRepeatOn", recurrenceEditorMonthlyDay: "recurrenceEditorMonthlyDay", recurrenceEditorMonthlyInterval: "recurrenceEditorMonthlyInterval", recurrenceEditorMonthlyRepeatEvery: "recurrenceEditorMonthlyRepeatEvery", recurrenceEditorMonthlyRepeatOn: "recurrenceEditorMonthlyRepeatOn", recurrenceEditorYearlyOf: "recurrenceEditorYearlyOf", recurrenceEditorYearlyRepeatEvery: "recurrenceEditorYearlyRepeatEvery", recurrenceEditorYearlyRepeatOn: "recurrenceEditorYearlyRepeatOn", recurrenceEditorYearlyInterval: "recurrenceEditorYearlyInterval", recurrenceEditorFrequenciesDaily: "recurrenceEditorFrequenciesDaily", recurrenceEditorFrequenciesMonthly: "recurrenceEditorFrequenciesMonthly", recurrenceEditorFrequenciesNever: "recurrenceEditorFrequenciesNever", recurrenceEditorFrequenciesWeekly: "recurrenceEditorFrequenciesWeekly", recurrenceEditorFrequenciesYearly: "recurrenceEditorFrequenciesYearly", recurrenceEditorOffsetPositionsFirst: "recurrenceEditorOffsetPositionsFirst", recurrenceEditorOffsetPositionsSecond: "recurrenceEditorOffsetPositionsSecond", recurrenceEditorOffsetPositionsThird: "recurrenceEditorOffsetPositionsThird", recurrenceEditorOffsetPositionsFourth: "recurrenceEditorOffsetPositionsFourth", recurrenceEditorOffsetPositionsLast: "recurrenceEditorOffsetPositionsLast", recurrenceEditorWeekdaysDay: "recurrenceEditorWeekdaysDay", recurrenceEditorWeekdaysWeekday: "recurrenceEditorWeekdaysWeekday", recurrenceEditorWeekdaysWeekendday: "recurrenceEditorWeekdaysWeekendday", recurrenceEditorEndAfter: "recurrenceEditorEndAfter", recurrenceEditorEndOccurrence: "recurrenceEditorEndOccurrence", recurrenceEditorEndLabel: "recurrenceEditorEndLabel", recurrenceEditorEndNever: "recurrenceEditorEndNever", recurrenceEditorEndOn: "recurrenceEditorEndOn", editorTitle: "editorTitle", destroy: "destroy", deleteConfirmation: "deleteConfirmation", editRecurringConfirmation: "editRecurringConfirmation", editOccurrence: "editOccurrence", editSeries: "editSeries", deleteRecurringConfirmation: "deleteRecurringConfirmation", deleteOccurrence: "deleteOccurrence", deleteSeries: "deleteSeries", deleteDialogTitle: "deleteDialogTitle", deleteRecurringDialogTitle: "deleteRecurringDialogTitle", editRecurringDialogTitle: "editRecurringDialogTitle", selectView: "selectView" }, usesInheritance: true, ngImport: i0 });
5869
6015
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
5870
6016
  type: Directive
5871
6017
  }], propDecorators: { allEvents: [{
@@ -5912,6 +6058,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5912
6058
  type: Input
5913
6059
  }], agendaViewTitle: [{
5914
6060
  type: Input
6061
+ }], yearViewTitle: [{
6062
+ type: Input
6063
+ }], yearViewNoEvents: [{
6064
+ type: Input
5915
6065
  }], cancel: [{
5916
6066
  type: Input
5917
6067
  }], save: [{
@@ -5934,6 +6084,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5934
6084
  type: Input
5935
6085
  }], editorEventTimeZone: [{
5936
6086
  type: Input
6087
+ }], editorDateInputsToday: [{
6088
+ type: Input
6089
+ }], editorDateInputsToggle: [{
6090
+ type: Input
6091
+ }], editorDateInputsParentViewButton: [{
6092
+ type: Input
6093
+ }], editorDateInputsNow: [{
6094
+ type: Input
6095
+ }], editorDateInputsNowLabel: [{
6096
+ type: Input
6097
+ }], editorDateInputsAccept: [{
6098
+ type: Input
6099
+ }], editorDateInputsAcceptLabel: [{
6100
+ type: Input
6101
+ }], editorDateInputsCancel: [{
6102
+ type: Input
6103
+ }], editorDateInputsCancelLabel: [{
6104
+ type: Input
6105
+ }], editorDateInputsDateTab: [{
6106
+ type: Input
6107
+ }], editorDateInputsDateTabLabel: [{
6108
+ type: Input
6109
+ }], editorDateInputsTimeTab: [{
6110
+ type: Input
6111
+ }], editorDateInputsTimeTabLabel: [{
6112
+ type: Input
6113
+ }], recurrenceEditorNumericIncrement: [{
6114
+ type: Input
6115
+ }], recurrenceEditorNumericDecrement: [{
6116
+ type: Input
5937
6117
  }], recurrenceEditorRepeat: [{
5938
6118
  type: Input
5939
6119
  }], recurrenceEditorDailyInterval: [{
@@ -6954,112 +7134,163 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
6954
7134
  i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
6955
7135
  agendaViewTitle="Agenda"
6956
7136
 
6957
- i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in scheduler."
7137
+ i18n-yearViewTitle="kendo.scheduler.yearViewTitle|The year view title."
7138
+ yearViewTitle="Year"
7139
+
7140
+ i18n-yearViewNoEvents="kendo.scheduler.yearViewNoEvents|The year view no events message."
7141
+ yearViewNoEvents="No events on this date."
7142
+
7143
+ i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
6958
7144
  cancel="Cancel"
6959
7145
 
6960
- i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in scheduler."
7146
+ i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
6961
7147
  save="Save"
6962
7148
 
6963
- i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the scheduler event editor."
7149
+ i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
6964
7150
  editorEventTitle='Title'
6965
7151
 
6966
- i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the scheduler event editor."
7152
+ i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
6967
7153
  editorEventStart="Start"
6968
7154
 
6969
- i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the scheduler event editor."
7155
+ i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
6970
7156
  editorEventStartTimeZone="Start Time Zone"
6971
7157
 
6972
- i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the scheduler event editor."
7158
+ i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
6973
7159
  editorEventEnd="End"
6974
7160
 
6975
- i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the scheduler event editor."
7161
+ i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
6976
7162
  editorEventEndTimeZone="End Time Zone"
6977
7163
 
6978
- i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the scheduler event editor."
7164
+ i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
6979
7165
  editorEventAllDay="All Day Event"
6980
7166
 
6981
- i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the scheduler event editor."
7167
+ i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
6982
7168
  editorEventDescription="Description"
6983
7169
 
6984
- i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the scheduler event editor."
7170
+ i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
6985
7171
  editorEventSeparateTimeZones="End in different Time Zone"
6986
7172
 
6987
- i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the scheduler event editor."
7173
+ i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
6988
7174
  editorEventTimeZone='Specify Time Zone'
6989
7175
 
6990
- i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the scheduler event editor."
7176
+ i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
6991
7177
  editorTitle='Event'
6992
7178
 
6993
- i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the scheduler recurrence editor."
7179
+ i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
7180
+ editorDateInputsToday='Today'
7181
+
7182
+ i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
7183
+ editorDateInputsToggle='Toggle calendar'
7184
+
7185
+ i18n-editorDateInputsParentViewButton="kendo.scheduler.editorDateInputsParentViewButton|The title of the Parent View button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
7186
+ editorDateInputsParentViewButton='Navigate to parent view'
7187
+
7188
+ i18n-editorDateInputsNow="kendo.scheduler.editorDateInputsAccept|The text of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7189
+ editorDateInputsAccept='Now'
7190
+
7191
+ i18n-editorDateInputsNowLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7192
+ editorDateInputsAcceptLabel='Select now'
7193
+
7194
+ i18n-editorDateInputsAccept="kendo.scheduler.editorDateInputsAccept|The text of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7195
+ editorDateInputsAccept='Set'
7196
+
7197
+ i18n-editorDateInputsAcceptLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7198
+ editorDateInputsAcceptLabel='Set'
7199
+
7200
+ i18n-editorDateInputsCancel="kendo.scheduler.editorDateInputsCancel|The text of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7201
+ editorDateInputsCancel='Cancel'
7202
+
7203
+ i18n-editorDateInputsCancelLabel="kendo.scheduler.editorDateInputsCancelLabel|The label of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7204
+ editorDateInputsCancelLabel='Cancel'
7205
+
7206
+ i18n-editorDateInputsDateTab="kendo.scheduler.editorDateInputsDateTab|The text of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7207
+ editorDateInputsDateTab='Date'
7208
+
7209
+ i18n-editorDateInputsDateTabLabel="kendo.scheduler.editorDateInputsDateTabLabel|The label of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7210
+ editorDateInputsDateTabLabel='Date tab'
7211
+
7212
+ i18n-editorDateInputsTimeTab="kendo.scheduler.editorDateInputsTimeTab|The text of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7213
+ editorDateInputsTimeTab='Time'
7214
+
7215
+ i18n-editorDateInputsTimeTabLabel="kendo.scheduler.editorDateInputsTimeTabLabel|The label of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7216
+ editorDateInputsTimeTabLabel='Time tab'
7217
+
7218
+ i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
7219
+ recurrenceEditorNumericIncrement='Increase value'
7220
+
7221
+ i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
7222
+ recurrenceEditorNumericDecrement='Decrease value'
7223
+
7224
+ i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
6994
7225
  recurrenceEditorRepeat='Repeat'
6995
7226
 
6996
- i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the scheduler recurrence editor."
7227
+ i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
6997
7228
  recurrenceEditorDailyInterval='day(s)'
6998
7229
 
6999
- i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7230
+ i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7000
7231
  recurrenceEditorDailyRepeatEvery='Repeat every'
7001
7232
 
7002
- i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the scheduler recurrence editor."
7233
+ i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
7003
7234
  recurrenceEditorWeeklyInterval='week(s)'
7004
7235
 
7005
- i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7236
+ i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7006
7237
  recurrenceEditorWeeklyRepeatEvery='Repeat every'
7007
7238
 
7008
- i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7239
+ i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7009
7240
  recurrenceEditorWeeklyRepeatOn='Repeat on'
7010
7241
 
7011
- i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the scheduler recurrence editor."
7242
+ i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
7012
7243
  recurrenceEditorMonthlyDay='Day'
7013
7244
 
7014
- i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the scheduler recurrence editor."
7245
+ i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
7015
7246
  recurrenceEditorMonthlyInterval='month(s)'
7016
7247
 
7017
- i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7248
+ i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7018
7249
  recurrenceEditorMonthlyRepeatEvery='Repeat every'
7019
7250
 
7020
- i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7251
+ i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7021
7252
  recurrenceEditorMonthlyRepeatOn='Repeat on'
7022
7253
 
7023
- i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the scheduler recurrence editor."
7254
+ i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
7024
7255
  recurrenceEditorYearlyOf='of'
7025
7256
 
7026
- i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7257
+ i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7027
7258
  recurrenceEditorYearlyRepeatEvery='Repeat every'
7028
7259
 
7029
- i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7260
+ i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7030
7261
  recurrenceEditorYearlyRepeatOn='Repeat on'
7031
7262
 
7032
- i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the scheduler recurrence editor."
7263
+ i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
7033
7264
  recurrenceEditorYearlyInterval='year(s)'
7034
7265
 
7035
- i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the scheduler recurrence editor."
7266
+ i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
7036
7267
  recurrenceEditorFrequenciesDaily='Daily'
7037
7268
 
7038
- i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the scheduler recurrence editor."
7269
+ i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
7039
7270
  recurrenceEditorFrequenciesMonthly='Monthly'
7040
7271
 
7041
- i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7272
+ i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7042
7273
  recurrenceEditorFrequenciesNever='Never'
7043
7274
 
7044
- i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the scheduler recurrence editor."
7275
+ i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
7045
7276
  recurrenceEditorFrequenciesWeekly='Weekly'
7046
7277
 
7047
- i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the scheduler recurrence editor."
7278
+ i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
7048
7279
  recurrenceEditorFrequenciesYearly='Yearly'
7049
7280
 
7050
- i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the scheduler recurrence editor."
7281
+ i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
7051
7282
  recurrenceEditorOffsetPositionsFirst='First'
7052
7283
 
7053
- i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the scheduler recurrence editor."
7284
+ i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
7054
7285
  recurrenceEditorOffsetPositionsSecond='Second'
7055
7286
 
7056
- i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the scheduler recurrence editor."
7287
+ i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
7057
7288
  recurrenceEditorOffsetPositionsThird='Third'
7058
7289
 
7059
- i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the scheduler recurrence editor."
7290
+ i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
7060
7291
  recurrenceEditorOffsetPositionsFourth='Fourth'
7061
7292
 
7062
- i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the scheduler recurrence editor."
7293
+ i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
7063
7294
  recurrenceEditorOffsetPositionsLast='Last'
7064
7295
 
7065
7296
  i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
@@ -7071,43 +7302,43 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
7071
7302
  i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
7072
7303
  recurrenceEditorWeekdaysWeekendday='Weekend Day'
7073
7304
 
7074
- i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the scheduler recurrence editor."
7305
+ i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
7075
7306
  recurrenceEditorEndAfter='After'
7076
7307
 
7077
- i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the scheduler recurrence editor."
7308
+ i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
7078
7309
  recurrenceEditorEndOccurrence='occurrence(s)'
7079
7310
 
7080
- i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the scheduler recurrence editor."
7311
+ i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
7081
7312
  recurrenceEditorEndLabel='End'
7082
7313
 
7083
- i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7314
+ i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7084
7315
  recurrenceEditorEndNever='Never'
7085
7316
 
7086
- i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the scheduler recurrence editor."
7317
+ i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
7087
7318
  recurrenceEditorEndOn='On'
7088
7319
 
7089
- i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the scheduler remove confirmation dialog."
7320
+ i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
7090
7321
  destroy='Delete'
7091
7322
 
7092
- i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in scheduler remove confirmation dialog."
7323
+ i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
7093
7324
  deleteConfirmation='Are you sure you want to delete this event?'
7094
7325
 
7095
- i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the scheduler recurring confirmation dialog."
7326
+ i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
7096
7327
  editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
7097
7328
 
7098
- i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the scheduler recurring confirmation dialog."
7329
+ i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7099
7330
  editOccurrence='Edit current occurrence'
7100
7331
 
7101
- i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the scheduler recurring confirmation dialog."
7332
+ i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
7102
7333
  editSeries='Edit the series'
7103
7334
 
7104
- i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the scheduler recurring confirmation dialog."
7335
+ i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
7105
7336
  deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
7106
7337
 
7107
- i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the scheduler recurring confirmation dialog."
7338
+ i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7108
7339
  deleteOccurrence='Delete current occurrence'
7109
7340
 
7110
- i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the scheduler recurring confirmation dialog."
7341
+ i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
7111
7342
  deleteSeries='Delete the series'
7112
7343
 
7113
7344
  i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
@@ -7250,112 +7481,163 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7250
7481
  i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
7251
7482
  agendaViewTitle="Agenda"
7252
7483
 
7253
- i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in scheduler."
7484
+ i18n-yearViewTitle="kendo.scheduler.yearViewTitle|The year view title."
7485
+ yearViewTitle="Year"
7486
+
7487
+ i18n-yearViewNoEvents="kendo.scheduler.yearViewNoEvents|The year view no events message."
7488
+ yearViewNoEvents="No events on this date."
7489
+
7490
+ i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
7254
7491
  cancel="Cancel"
7255
7492
 
7256
- i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in scheduler."
7493
+ i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
7257
7494
  save="Save"
7258
7495
 
7259
- i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the scheduler event editor."
7496
+ i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
7260
7497
  editorEventTitle='Title'
7261
7498
 
7262
- i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the scheduler event editor."
7499
+ i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
7263
7500
  editorEventStart="Start"
7264
7501
 
7265
- i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the scheduler event editor."
7502
+ i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
7266
7503
  editorEventStartTimeZone="Start Time Zone"
7267
7504
 
7268
- i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the scheduler event editor."
7505
+ i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
7269
7506
  editorEventEnd="End"
7270
7507
 
7271
- i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the scheduler event editor."
7508
+ i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
7272
7509
  editorEventEndTimeZone="End Time Zone"
7273
7510
 
7274
- i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the scheduler event editor."
7511
+ i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
7275
7512
  editorEventAllDay="All Day Event"
7276
7513
 
7277
- i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the scheduler event editor."
7514
+ i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
7278
7515
  editorEventDescription="Description"
7279
7516
 
7280
- i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the scheduler event editor."
7517
+ i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
7281
7518
  editorEventSeparateTimeZones="End in different Time Zone"
7282
7519
 
7283
- i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the scheduler event editor."
7520
+ i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
7284
7521
  editorEventTimeZone='Specify Time Zone'
7285
7522
 
7286
- i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the scheduler event editor."
7523
+ i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
7287
7524
  editorTitle='Event'
7288
7525
 
7289
- i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the scheduler recurrence editor."
7526
+ i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
7527
+ editorDateInputsToday='Today'
7528
+
7529
+ i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
7530
+ editorDateInputsToggle='Toggle calendar'
7531
+
7532
+ i18n-editorDateInputsParentViewButton="kendo.scheduler.editorDateInputsParentViewButton|The title of the Parent View button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
7533
+ editorDateInputsParentViewButton='Navigate to parent view'
7534
+
7535
+ i18n-editorDateInputsNow="kendo.scheduler.editorDateInputsAccept|The text of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7536
+ editorDateInputsAccept='Now'
7537
+
7538
+ i18n-editorDateInputsNowLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7539
+ editorDateInputsAcceptLabel='Select now'
7540
+
7541
+ i18n-editorDateInputsAccept="kendo.scheduler.editorDateInputsAccept|The text of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7542
+ editorDateInputsAccept='Set'
7543
+
7544
+ i18n-editorDateInputsAcceptLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7545
+ editorDateInputsAcceptLabel='Set'
7546
+
7547
+ i18n-editorDateInputsCancel="kendo.scheduler.editorDateInputsCancel|The text of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7548
+ editorDateInputsCancel='Cancel'
7549
+
7550
+ i18n-editorDateInputsCancelLabel="kendo.scheduler.editorDateInputsCancelLabel|The label of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
7551
+ editorDateInputsCancelLabel='Cancel'
7552
+
7553
+ i18n-editorDateInputsDateTab="kendo.scheduler.editorDateInputsDateTab|The text of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7554
+ editorDateInputsDateTab='Date'
7555
+
7556
+ i18n-editorDateInputsDateTabLabel="kendo.scheduler.editorDateInputsDateTabLabel|The label of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7557
+ editorDateInputsDateTabLabel='Date tab'
7558
+
7559
+ i18n-editorDateInputsTimeTab="kendo.scheduler.editorDateInputsTimeTab|The text of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7560
+ editorDateInputsTimeTab='Time'
7561
+
7562
+ i18n-editorDateInputsTimeTabLabel="kendo.scheduler.editorDateInputsTimeTabLabel|The label of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
7563
+ editorDateInputsTimeTabLabel='Time tab'
7564
+
7565
+ i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
7566
+ recurrenceEditorNumericIncrement='Increase value'
7567
+
7568
+ i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
7569
+ recurrenceEditorNumericDecrement='Decrease value'
7570
+
7571
+ i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
7290
7572
  recurrenceEditorRepeat='Repeat'
7291
7573
 
7292
- i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the scheduler recurrence editor."
7574
+ i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
7293
7575
  recurrenceEditorDailyInterval='day(s)'
7294
7576
 
7295
- i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7577
+ i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7296
7578
  recurrenceEditorDailyRepeatEvery='Repeat every'
7297
7579
 
7298
- i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the scheduler recurrence editor."
7580
+ i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
7299
7581
  recurrenceEditorWeeklyInterval='week(s)'
7300
7582
 
7301
- i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7583
+ i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7302
7584
  recurrenceEditorWeeklyRepeatEvery='Repeat every'
7303
7585
 
7304
- i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7586
+ i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7305
7587
  recurrenceEditorWeeklyRepeatOn='Repeat on'
7306
7588
 
7307
- i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the scheduler recurrence editor."
7589
+ i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
7308
7590
  recurrenceEditorMonthlyDay='Day'
7309
7591
 
7310
- i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the scheduler recurrence editor."
7592
+ i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
7311
7593
  recurrenceEditorMonthlyInterval='month(s)'
7312
7594
 
7313
- i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7595
+ i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7314
7596
  recurrenceEditorMonthlyRepeatEvery='Repeat every'
7315
7597
 
7316
- i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7598
+ i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7317
7599
  recurrenceEditorMonthlyRepeatOn='Repeat on'
7318
7600
 
7319
- i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the scheduler recurrence editor."
7601
+ i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
7320
7602
  recurrenceEditorYearlyOf='of'
7321
7603
 
7322
- i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7604
+ i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7323
7605
  recurrenceEditorYearlyRepeatEvery='Repeat every'
7324
7606
 
7325
- i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7607
+ i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7326
7608
  recurrenceEditorYearlyRepeatOn='Repeat on'
7327
7609
 
7328
- i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the scheduler recurrence editor."
7610
+ i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
7329
7611
  recurrenceEditorYearlyInterval='year(s)'
7330
7612
 
7331
- i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the scheduler recurrence editor."
7613
+ i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
7332
7614
  recurrenceEditorFrequenciesDaily='Daily'
7333
7615
 
7334
- i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the scheduler recurrence editor."
7616
+ i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
7335
7617
  recurrenceEditorFrequenciesMonthly='Monthly'
7336
7618
 
7337
- i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7619
+ i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7338
7620
  recurrenceEditorFrequenciesNever='Never'
7339
7621
 
7340
- i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the scheduler recurrence editor."
7622
+ i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
7341
7623
  recurrenceEditorFrequenciesWeekly='Weekly'
7342
7624
 
7343
- i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the scheduler recurrence editor."
7625
+ i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
7344
7626
  recurrenceEditorFrequenciesYearly='Yearly'
7345
7627
 
7346
- i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the scheduler recurrence editor."
7628
+ i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
7347
7629
  recurrenceEditorOffsetPositionsFirst='First'
7348
7630
 
7349
- i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the scheduler recurrence editor."
7631
+ i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
7350
7632
  recurrenceEditorOffsetPositionsSecond='Second'
7351
7633
 
7352
- i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the scheduler recurrence editor."
7634
+ i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
7353
7635
  recurrenceEditorOffsetPositionsThird='Third'
7354
7636
 
7355
- i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the scheduler recurrence editor."
7637
+ i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
7356
7638
  recurrenceEditorOffsetPositionsFourth='Fourth'
7357
7639
 
7358
- i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the scheduler recurrence editor."
7640
+ i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
7359
7641
  recurrenceEditorOffsetPositionsLast='Last'
7360
7642
 
7361
7643
  i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
@@ -7367,43 +7649,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7367
7649
  i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
7368
7650
  recurrenceEditorWeekdaysWeekendday='Weekend Day'
7369
7651
 
7370
- i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the scheduler recurrence editor."
7652
+ i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
7371
7653
  recurrenceEditorEndAfter='After'
7372
7654
 
7373
- i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the scheduler recurrence editor."
7655
+ i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
7374
7656
  recurrenceEditorEndOccurrence='occurrence(s)'
7375
7657
 
7376
- i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the scheduler recurrence editor."
7658
+ i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
7377
7659
  recurrenceEditorEndLabel='End'
7378
7660
 
7379
- i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7661
+ i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7380
7662
  recurrenceEditorEndNever='Never'
7381
7663
 
7382
- i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the scheduler recurrence editor."
7664
+ i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
7383
7665
  recurrenceEditorEndOn='On'
7384
7666
 
7385
- i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the scheduler remove confirmation dialog."
7667
+ i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
7386
7668
  destroy='Delete'
7387
7669
 
7388
- i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in scheduler remove confirmation dialog."
7670
+ i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
7389
7671
  deleteConfirmation='Are you sure you want to delete this event?'
7390
7672
 
7391
- i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the scheduler recurring confirmation dialog."
7673
+ i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
7392
7674
  editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
7393
7675
 
7394
- i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the scheduler recurring confirmation dialog."
7676
+ i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7395
7677
  editOccurrence='Edit current occurrence'
7396
7678
 
7397
- i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the scheduler recurring confirmation dialog."
7679
+ i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
7398
7680
  editSeries='Edit the series'
7399
7681
 
7400
- i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the scheduler recurring confirmation dialog."
7682
+ i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
7401
7683
  deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
7402
7684
 
7403
- i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the scheduler recurring confirmation dialog."
7685
+ i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7404
7686
  deleteOccurrence='Delete current occurrence'
7405
7687
 
7406
- i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the scheduler recurring confirmation dialog."
7688
+ i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
7407
7689
  deleteSeries='Delete the series'
7408
7690
 
7409
7691
  i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
@@ -7806,7 +8088,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7806
8088
  /**
7807
8089
  * @hidden
7808
8090
  */
7809
- const createTasks$2 = (periodStart, periodEnd, items) => {
8091
+ const createTasks$3 = (periodStart, periodEnd, items) => {
7810
8092
  const tasks = [];
7811
8093
  const utcStart = toUTCDate(periodStart);
7812
8094
  const utcEnd = toUTCDate(periodEnd);
@@ -9865,7 +10147,7 @@ const last = (arr) => arr[arr.length - 1];
9865
10147
  /**
9866
10148
  * @hidden
9867
10149
  */
9868
- const createTasks$1 = (periodStart, periodEnd, items, ranges) => {
10150
+ const createTasks$2 = (periodStart, periodEnd, items, ranges) => {
9869
10151
  const tasks = [];
9870
10152
  const utcStart = toUTCDate(periodStart);
9871
10153
  const utcEnd = toUTCDate(periodEnd);
@@ -11386,7 +11668,7 @@ class MonthViewRendererComponent extends BaseView {
11386
11668
  }
11387
11669
  createTasks(items, dateRange) {
11388
11670
  this.weeks = this.createDaySlots(dateRange);
11389
- return createTasks$1(dateRange.start, dateRange.end, items, this.weeks);
11671
+ return createTasks$2(dateRange.start, dateRange.end, items, this.weeks);
11390
11672
  }
11391
11673
  onTasksChange() {
11392
11674
  updateTaskData(this.tasks);
@@ -13005,7 +13287,7 @@ const isMultiDay = ({ start, end }) => {
13005
13287
  };
13006
13288
  //check start and times or update day ranges to have them
13007
13289
  /** @hidden */
13008
- const createTasks = (periodStart, periodEnd, items, ranges) => {
13290
+ const createTasks$1 = (periodStart, periodEnd, items, ranges) => {
13009
13291
  const tasks = [];
13010
13292
  const utcStart = toUTCDate(periodStart);
13011
13293
  const utcEnd = toUTCDate(periodEnd);
@@ -13801,7 +14083,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
13801
14083
  start: toUTCTime(daySlot.start, startTimeSlot.start),
13802
14084
  end: nextDateEnd ? toUTCDate(daySlot.end) : toUTCTime(daySlot.start, endTimeSlot)
13803
14085
  }));
13804
- return createTasks(dateRange.start, dateRange.end, items, ranges);
14086
+ return createTasks$1(dateRange.start, dateRange.end, items, ranges);
13805
14087
  }
13806
14088
  onTasksChange() {
13807
14089
  this.items.next(this.tasks.filter(task => !task.isAllDay));
@@ -15226,7 +15508,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
15226
15508
  return result;
15227
15509
  }
15228
15510
  createTasks(items, dateRange) {
15229
- return createTasks$2(dateRange.start, dateRange.end, items);
15511
+ return createTasks$3(dateRange.start, dateRange.end, items);
15230
15512
  }
15231
15513
  onTasksChange() {
15232
15514
  this.items.next(this.tasks);
@@ -15649,11 +15931,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15649
15931
  class TimelineViewComponent extends TimelineBase {
15650
15932
  constructor(localization, changeDetector, viewContext, viewState) {
15651
15933
  super(localization, changeDetector, viewContext, viewState);
15652
- /**
15653
- * Specifies the number of days that the view will render.
15654
- * @default 1
15655
- */
15656
- this.numberOfDays = 1;
15934
+ this._numberOfDays = 1;
15657
15935
  /**
15658
15936
  * The invariant name for this view.
15659
15937
  * @default 'timeline'
@@ -15698,6 +15976,18 @@ class TimelineViewComponent extends TimelineBase {
15698
15976
  }
15699
15977
  return this.numberOfDays && this.numberOfDays > 1 ? '{0:d} - {1:d}' : '{0:d}';
15700
15978
  }
15979
+ /**
15980
+ * Specifies the number of days that the view will render.
15981
+ * > Normalized to `1` if the provided value is <= 0.
15982
+ * @default 1
15983
+ */
15984
+ set numberOfDays(days) {
15985
+ this._numberOfDays = days > 0 ? days : 1;
15986
+ }
15987
+ ;
15988
+ get numberOfDays() {
15989
+ return this._numberOfDays;
15990
+ }
15701
15991
  }
15702
15992
  TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
15703
15993
  TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
@@ -15813,11 +16103,7 @@ class TimelineWeekViewComponent extends TimelineBase {
15813
16103
  * @default '{0:d} - {1:d}'
15814
16104
  */
15815
16105
  this.selectedShortDateFormat = '{0:d} - {1:d}';
15816
- /**
15817
- * Specifies the number of weeks that the view will render.
15818
- * @default 1
15819
- */
15820
- this.numberOfWeeks = 1;
16106
+ this._numberOfWeeks = 1;
15821
16107
  /**
15822
16108
  * The invariant name for this view.
15823
16109
  * @default 'timelineWeek'
@@ -15836,6 +16122,17 @@ class TimelineWeekViewComponent extends TimelineBase {
15836
16122
  get title() {
15837
16123
  return this.localization.get('timelineWeekViewTitle');
15838
16124
  }
16125
+ /**
16126
+ * Specifies the number of weeks that the view will render.
16127
+ * @default 1
16128
+ */
16129
+ set numberOfWeeks(weeks) {
16130
+ this._numberOfWeeks = weeks > 0 ? weeks : 1;
16131
+ }
16132
+ ;
16133
+ get numberOfWeeks() {
16134
+ return this._numberOfWeeks;
16135
+ }
15839
16136
  }
15840
16137
  TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1$4.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
15841
16138
  TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
@@ -15939,11 +16236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15939
16236
  class TimelineMonthViewComponent extends TimelineBase {
15940
16237
  constructor(localization, changeDetector, viewContext, viewState) {
15941
16238
  super(localization, changeDetector, viewContext, viewState);
15942
- /**
15943
- * Specifies the number of months that the view will render.
15944
- * @default 1
15945
- */
15946
- this.numberOfMonths = 1;
16239
+ this._numberOfMonths = 1;
15947
16240
  /**
15948
16241
  * The invariant name for this view.
15949
16242
  * @default 'timelineMonth'
@@ -16006,6 +16299,18 @@ class TimelineMonthViewComponent extends TimelineBase {
16006
16299
  }
16007
16300
  return this.numberOfMonths && this.numberOfMonths > 1 ? '{0:y} - {1:y}' : '{0:y}';
16008
16301
  }
16302
+ /**
16303
+ * Specifies the number of months that the view will render.
16304
+ * > Normalized to `1` if the provided value is <= 0.
16305
+ * @default 1
16306
+ */
16307
+ set numberOfMonths(months) {
16308
+ this._numberOfMonths = months > 0 ? months : 1;
16309
+ }
16310
+ ;
16311
+ get numberOfMonths() {
16312
+ return this._numberOfMonths;
16313
+ }
16009
16314
  }
16010
16315
  TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
16011
16316
  TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
@@ -16652,6 +16957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16652
16957
  }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
16653
16958
 
16654
16959
  const isContentWrapper = element => hasClasses(element, 'k-scheduler-content');
16960
+ const CALENDAR_TAG = 'KENDO-CALENDAR-HORIZONTAL';
16655
16961
  /**
16656
16962
  * @hidden
16657
16963
  */
@@ -16744,6 +17050,10 @@ class ShortcutsDirective {
16744
17050
  }, {
16745
17051
  match: e => (e.keyCode === Keys.ArrowUp || e.keyCode === Keys.ArrowLeft) && noModifiers(e) && !isContentWrapper(e.target),
16746
17052
  action: e => {
17053
+ //use the MultiViewCalendar navigation for Year View
17054
+ if (e.target.tagName === CALENDAR_TAG) {
17055
+ return;
17056
+ }
16747
17057
  const prevented = this.scheduler.onNavigationAction({ type: 'focus-prev' });
16748
17058
  if (!prevented) {
16749
17059
  const item = this.focusService.activeItem;
@@ -16757,6 +17067,10 @@ class ShortcutsDirective {
16757
17067
  }, {
16758
17068
  match: e => (e.keyCode === Keys.ArrowDown || e.keyCode === Keys.ArrowRight) && noModifiers(e) && !isContentWrapper(e.target),
16759
17069
  action: e => {
17070
+ //use the MultiViewCalendar navigation for Year View
17071
+ if (e.target.tagName === CALENDAR_TAG) {
17072
+ return;
17073
+ }
16760
17074
  const prevented = this.scheduler.onNavigationAction({ type: 'focus-next' });
16761
17075
  if (!prevented) {
16762
17076
  const isInToolbar = this.focusService.activeItem.containerType === 'toolbar';
@@ -16918,6 +17232,583 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16918
17232
  type: Output
16919
17233
  }] } });
16920
17234
 
17235
+ /**
17236
+ * @hidden
17237
+ */
17238
+ const createTasks = (periodStart, periodEnd, items, ranges) => {
17239
+ const tasks = [];
17240
+ const utcStart = toUTCDateTime(periodStart);
17241
+ const utcEnd = toUTCDateTime(periodEnd);
17242
+ for (let index = 0; index < items.length; index++) {
17243
+ const item = items[index];
17244
+ const data = {};
17245
+ const startTime = item.start.toUTCDate();
17246
+ const end = item.end;
17247
+ const endTime = (item.end.getTime() !== end.getTime() ? end.addDays(1) : end).toUTCDate();
17248
+ if (intersects(startTime, endTime, utcStart, utcEnd)) {
17249
+ for (let rangeIdx = 0; rangeIdx < ranges.length; rangeIdx++) {
17250
+ const range = ranges[rangeIdx];
17251
+ const rangeStart = toUTCDate(range);
17252
+ const rangeEnd = toUTCDate(addDays(range, 1));
17253
+ if (intersects(startTime, endTime, rangeStart, rangeEnd)) {
17254
+ const task = {
17255
+ index,
17256
+ startTime: startTime > rangeStart ? startTime : rangeStart,
17257
+ endTime: endTime < rangeEnd ? endTime : rangeEnd,
17258
+ start: item.start,
17259
+ end: item.end,
17260
+ event: item.event,
17261
+ isAllDay: item.event.isAllDay,
17262
+ rangeIndex: rangeIdx,
17263
+ data: data
17264
+ };
17265
+ task.head = endTime > rangeEnd && startTime > rangeStart;
17266
+ task.tail = startTime < rangeStart && endTime < rangeEnd;
17267
+ task.mid = endTime > rangeEnd && startTime < rangeStart;
17268
+ task.isMultiDay = task.head || task.mid || task.tail;
17269
+ tasks.push(task);
17270
+ }
17271
+ }
17272
+ }
17273
+ }
17274
+ return sortTasksByTime(tasks);
17275
+ };
17276
+ /**
17277
+ * @hidden
17278
+ */
17279
+ const noop = (_) => { };
17280
+ /**
17281
+ * @hidden
17282
+ */
17283
+ const yearEnd = (year) => new Date(year, 11, 31, 23, 59, 59, 999);
17284
+ /**
17285
+ * @hidden
17286
+ */
17287
+ const yearStart = (year) => new Date(year, 0, 1, 0, 0, 0, 0);
17288
+
17289
+ const today = new Date(Date.now());
17290
+ const getDateAttribute = (element) => { var _a; return (_a = element === null || element === void 0 ? void 0 : element.querySelector('span>span[date]')) === null || _a === void 0 ? void 0 : _a.getAttribute('date'); };
17291
+ /**
17292
+ * @hidden
17293
+ */
17294
+ class YearViewInternalComponent extends BaseView {
17295
+ constructor(localization, focusService, intl, viewContext, viewState, zone, renderer, pdfService, element, slotService, scrollBarWidthService, changeDetector, localeId) {
17296
+ super(viewContext, viewState, intl, slotService, zone, renderer, element, pdfService, localization, changeDetector, scrollBarWidthService);
17297
+ this.localization = localization;
17298
+ this.focusService = focusService;
17299
+ this.intl = intl;
17300
+ this.localeId = localeId;
17301
+ this.caretAltLeftIcon = caretAltLeftIcon;
17302
+ this.caretAltRightIcon = caretAltRightIcon;
17303
+ this.eventsPerSelectedDay = [];
17304
+ this.days = [];
17305
+ this.tds = [];
17306
+ this.isTooltipClicked = false;
17307
+ this.slotByIndex = (slotIndex, args) => noop(slotIndex);
17308
+ this.dragHintSize = (startSlot, endSlot) => noop(startSlot);
17309
+ this.dragRanges = (slot) => noop(slot);
17310
+ this.slotByPosition = (x, y, container) => noop(x);
17311
+ this.cachedTds = [];
17312
+ }
17313
+ get arrowIcons() {
17314
+ return !this.localization.rtl
17315
+ ? ['caret-alt-left', 'caret-alt-right']
17316
+ : ['caret-alt-right', 'caret-alt-left'];
17317
+ }
17318
+ get arrowSVGIcons() {
17319
+ return !this.localization.rtl
17320
+ ? [this.caretAltLeftIcon, this.caretAltRightIcon]
17321
+ : [this.caretAltRightIcon, this.caretAltLeftIcon];
17322
+ }
17323
+ ngAfterViewInit() {
17324
+ this.updateTds();
17325
+ super.ngAfterViewInit();
17326
+ }
17327
+ getSlotClass(date) {
17328
+ if (this.slotClass) {
17329
+ return this.slotClass({
17330
+ start: date,
17331
+ end: addDays(date, 1),
17332
+ events: this.eventsPerDay(date),
17333
+ });
17334
+ }
17335
+ }
17336
+ getEventClasses(item, resources, isAllDay) {
17337
+ if (this.eventClass) {
17338
+ return this.eventClass({
17339
+ event: item.event,
17340
+ resources,
17341
+ isAllDay,
17342
+ });
17343
+ }
17344
+ }
17345
+ onBlur() {
17346
+ if (!this.isTooltipClicked) {
17347
+ this.tooltip.hide();
17348
+ }
17349
+ this.isTooltipClicked = false;
17350
+ }
17351
+ getDate(element) {
17352
+ return new Date(getDateAttribute(element.nativeElement));
17353
+ }
17354
+ eventTitle(event) {
17355
+ const startTime = toLocalDate(event.startTime);
17356
+ const endTime = toLocalDate(event.endTime);
17357
+ const time = formatEventTime(startTime, endTime, event.isAllDay, this.localeId);
17358
+ return `${time}, ${event.event.title}`;
17359
+ }
17360
+ onClick(event) {
17361
+ if (event.target.tagName === 'SPAN') {
17362
+ const clickedDate = getDateAttribute(event.target.closest('td.k-calendar-td'));
17363
+ if (clickedDate === getDateAttribute(this.currentTd)) {
17364
+ this.tooltip.show(this.currentTd);
17365
+ }
17366
+ }
17367
+ else {
17368
+ this.tooltip.hide();
17369
+ }
17370
+ }
17371
+ onMouseDown() {
17372
+ this.isTooltipClicked = true;
17373
+ }
17374
+ onKeydown(event) {
17375
+ if (event.key === 'Backspace' || event.key === 'Delete') {
17376
+ this.tooltip.hide();
17377
+ }
17378
+ if (event.key === 'Enter' && !this.tooltip.popupRef) {
17379
+ this.tooltip.show(this.currentTd);
17380
+ return;
17381
+ }
17382
+ if (event.key === 'Enter' && this.tooltip.popupRef && (getDateAttribute(this.currentTd) === this.calendar.focusedDate.toString())) {
17383
+ this.navigateToDay(new Date(getDateAttribute(this.currentTd)));
17384
+ }
17385
+ }
17386
+ navigateToDay(date) {
17387
+ this.tooltip.hide();
17388
+ this.zone.run(() => {
17389
+ this.viewState.navigateTo({ viewName: 'day', date: new Date(date) });
17390
+ });
17391
+ }
17392
+ eventsPerDay(date) {
17393
+ var _a;
17394
+ return ((_a = this.tasksPerDay(date)) === null || _a === void 0 ? void 0 : _a.map((task) => task.event)) || [];
17395
+ }
17396
+ tasksPerDay(date) {
17397
+ var _a, _b, _c;
17398
+ if (((_a = this.resources) === null || _a === void 0 ? void 0 : _a.length) > 0) {
17399
+ return (_b = this.tasks) === null || _b === void 0 ? void 0 : _b.filter((event) => event.resources.length > 0 &&
17400
+ event.startTime.getUTCDate() === date.getDate() &&
17401
+ event.startTime.getUTCMonth() === date.getMonth());
17402
+ }
17403
+ else {
17404
+ return (_c = this.tasks) === null || _c === void 0 ? void 0 : _c.filter((event) => event.startTime.getUTCDate() === date.getDate() && event.startTime.getUTCMonth() === date.getMonth());
17405
+ }
17406
+ }
17407
+ onValueChange(date) {
17408
+ this.eventsPerSelectedDay = this.tasksPerDay(date);
17409
+ this.currentTd = this.tds.find((td) => getDateAttribute(td) === date.toString());
17410
+ if (this.tooltip.popupRef) {
17411
+ this.tooltip.hide();
17412
+ }
17413
+ }
17414
+ hasEvent(date) {
17415
+ return this.tasksPerDay(date).length > 0;
17416
+ }
17417
+ createPDFElement() {
17418
+ const element = this.element.nativeElement.cloneNode(true);
17419
+ element.style.width = `${this.element.nativeElement.offsetWidth}px`;
17420
+ element.querySelector('.k-scheduler-layout').style.height = 'auto';
17421
+ this.pdfService.elementReady.emit({
17422
+ element: element,
17423
+ });
17424
+ }
17425
+ onSelectDate(date) {
17426
+ const year = date.getFullYear();
17427
+ this.focusedDate = new Date(year, today.getMonth(), today.getDate());
17428
+ const start = yearStart(year);
17429
+ this.selectedDate = start;
17430
+ const dateRange = this.dateRange(date);
17431
+ this.viewState.notifyDateRange(dateRange);
17432
+ this.days = this.createDaySlots(dateRange);
17433
+ if (this.calendar) {
17434
+ this.calendar.min = start;
17435
+ this.calendar.max = yearEnd(start.getFullYear());
17436
+ this.updateTds();
17437
+ }
17438
+ }
17439
+ onAction(e) {
17440
+ const now = this.selectedDate;
17441
+ if (e.type === 'next' || e.type === 'prev') {
17442
+ const offset = e.type === 'next' ? 1 : -1;
17443
+ const next = addYears(now, offset);
17444
+ this.viewState.notifyNextDate(next);
17445
+ this.calendar.min = next;
17446
+ this.calendar.max = yearEnd(next.getFullYear());
17447
+ this.focusedDate = new Date(next.getFullYear(), today.getMonth(), today.getDate());
17448
+ }
17449
+ }
17450
+ createTasks(items, dateRange) {
17451
+ this.days = this.createDaySlots(dateRange);
17452
+ return createTasks(dateRange.start, dateRange.end, items, this.days);
17453
+ }
17454
+ reflow() {
17455
+ this.updateContentHeight();
17456
+ const content = this.content.nativeElement;
17457
+ if (this.contentHeight === 'auto') {
17458
+ // bigger size changes cause the table to overflow the container and in horizontal scrollbars
17459
+ // this changes the table and slots size during rendering before the browser re-adjusts the 100% table width
17460
+ content.style.overflow = 'visible';
17461
+ }
17462
+ if (this.contentHeight === 'auto') {
17463
+ content.style.overflow = '';
17464
+ }
17465
+ }
17466
+ dateRange(date = this.selectedDate) {
17467
+ return this.dateRangeFn(date);
17468
+ }
17469
+ onTasksChange() {
17470
+ this.items.next(this.tasks);
17471
+ }
17472
+ createDaySlots({ start }) {
17473
+ const days = [];
17474
+ const monthsPerYear = 12;
17475
+ let date = start;
17476
+ for (let idx = 0; idx < monthsPerYear; idx++) {
17477
+ const monthTotalDays = this.getLastDayOfMonth(date.getFullYear(), date.getMonth());
17478
+ for (let dayIdx = 0; dayIdx < monthTotalDays; dayIdx++) {
17479
+ days.push(date);
17480
+ const nextDay = addDays(date, 1);
17481
+ date = nextDay;
17482
+ }
17483
+ }
17484
+ return days;
17485
+ }
17486
+ getLastDayOfMonth(year, month) {
17487
+ return new Date(year, month + 1, 0).getDate();
17488
+ }
17489
+ updateTds() {
17490
+ this.cachedTds.forEach((td) => {
17491
+ this.renderer.setAttribute(td, 'class', 'k-calendar-td');
17492
+ });
17493
+ this.cachedTds = [];
17494
+ this.tds = Array.from(this.calendar.element.nativeElement.querySelectorAll('.k-calendar-td:not(.k-other-month)'));
17495
+ if (this.slotClass) {
17496
+ this.tds.forEach((td) => {
17497
+ const date = toUTCDate(new Date(getDateAttribute(td)));
17498
+ const userClass = this.getSlotClass(date);
17499
+ if (userClass) {
17500
+ this.renderer.addClass(td, userClass);
17501
+ this.cachedTds.push(td);
17502
+ }
17503
+ });
17504
+ }
17505
+ }
17506
+ }
17507
+ YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewInternalComponent, deps: [{ token: i1$1.LocalizationService }, { token: FocusService }, { token: i1$4.IntlService }, { token: ViewContextService }, { token: ViewStateService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: PDFService }, { token: i0.ElementRef }, { token: MonthSlotService }, { token: i7.ScrollbarWidthService }, { token: i0.ChangeDetectorRef }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
17508
+ YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YearViewInternalComponent, selector: "year-view-internal", inputs: { newRange: "newRange", dateRangeFn: "dateRangeFn", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [MonthSlotService], viewQueries: [{ propertyName: "calendar", first: true, predicate: MultiViewCalendarComponent, descendants: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
17509
+ <div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
17510
+ <div class="k-scheduler-body">
17511
+ <kendo-multiviewcalendar
17512
+ [showOtherMonthDates]="false"
17513
+ [showCalendarHeader]="false"
17514
+ [showViewHeader]="true"
17515
+ [views]="12"
17516
+ [focusedDate]="focusedDate"
17517
+ kendoTooltip
17518
+ filter=".k-calendar-td"
17519
+ showOn="none"
17520
+ [tooltipTemplate]="template"
17521
+ position="right"
17522
+ tooltipContentClass="k-scheduler-tooltip"
17523
+ [tooltipWidth]="220"
17524
+ [collision]="{ horizontal: 'flip', vertical: 'flip' }"
17525
+ (valueChange)="onValueChange($event)"
17526
+ (blur)="onBlur()"
17527
+ >
17528
+ <ng-template kendoCalendarMonthCellTemplate let-date let-context="cellContext">
17529
+ <span *ngIf="!context.isOtherMonth" [attr.date]="date">{{ date.getDate() }}</span>
17530
+ <span *ngIf="!context.isOtherMonth && hasEvent(date)" class="k-day-indicator"></span>
17531
+ </ng-template>
17532
+ </kendo-multiviewcalendar>
17533
+ </div>
17534
+ </div>
17535
+ <ng-template #template let-anchor>
17536
+ <div
17537
+ class="k-tooltip-title k-text-center"
17538
+ (click)="navigateToDay(getDate(anchor))"
17539
+ (mousedown)="onMouseDown()"
17540
+ >
17541
+ <div class="k-month">{{ intl.formatDate(getDate(anchor), 'MMM') }}</div>
17542
+ <div class="k-link k-day k-text-primary">{{ intl.formatDate(getDate(anchor), 'dd') }}</div>
17543
+ </div>
17544
+ <div class="k-tooltip-events-container" (mousedown)="onMouseDown()">
17545
+ <div class="k-tooltip-events">
17546
+ <div
17547
+ *ngFor="let event of eventsPerSelectedDay"
17548
+ class="k-tooltip-event k-event"
17549
+ [title]="eventTitle(event)"
17550
+ [ngClass]="getEventClasses(event, event.resources)"
17551
+ [ngStyle]="getEventStyles(event, event.resources[0], event.isAllDay)"
17552
+ >
17553
+ <kendo-icon-wrapper
17554
+ *ngIf="event.tail || event.mid"
17555
+ [name]="arrowIcons[0]"
17556
+ [svgIcon]="arrowSVGIcons[0]"
17557
+ >
17558
+ </kendo-icon-wrapper>
17559
+ <div class="k-event-title k-text-ellipsis">{{ event.event.title }}</div>
17560
+ <span class="k-spacer"></span>
17561
+ <span
17562
+ class="k-event-time"
17563
+ *ngIf="(event.isMultiDay && event.head && !event.isAllDay) || !event.isMultiDay"
17564
+ >{{ intl.formatDate(event.start, 't') }}</span
17565
+ >
17566
+ <kendo-icon-wrapper
17567
+ *ngIf="event.head || event.mid"
17568
+ [name]="arrowIcons[1]"
17569
+ [svgIcon]="arrowSVGIcons[1]"
17570
+ >
17571
+ </kendo-icon-wrapper>
17572
+ </div>
17573
+ </div>
17574
+ </div>
17575
+ <div *ngIf="eventsPerSelectedDay.length === 0" class="k-no-data k-text-center">
17576
+ {{ localization.get('yearViewNoEvents') }}
17577
+ </div>
17578
+ </ng-template>
17579
+ `, isInline: true, components: [{ type: i2.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: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11$1.TooltipDirective, selector: "[kendoTooltip]", inputs: ["filter", "position", "titleTemplate", "showOn", "showAfter", "callout", "closable", "offset", "tooltipWidth", "tooltipHeight", "tooltipClass", "tooltipContentClass", "collision", "closeTitle", "tooltipTemplate"], exportAs: ["kendoTooltip"] }, { type: i2.MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]" }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
17580
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewInternalComponent, decorators: [{
17581
+ type: Component,
17582
+ args: [{
17583
+ selector: 'year-view-internal',
17584
+ providers: [MonthSlotService],
17585
+ template: `
17586
+ <div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
17587
+ <div class="k-scheduler-body">
17588
+ <kendo-multiviewcalendar
17589
+ [showOtherMonthDates]="false"
17590
+ [showCalendarHeader]="false"
17591
+ [showViewHeader]="true"
17592
+ [views]="12"
17593
+ [focusedDate]="focusedDate"
17594
+ kendoTooltip
17595
+ filter=".k-calendar-td"
17596
+ showOn="none"
17597
+ [tooltipTemplate]="template"
17598
+ position="right"
17599
+ tooltipContentClass="k-scheduler-tooltip"
17600
+ [tooltipWidth]="220"
17601
+ [collision]="{ horizontal: 'flip', vertical: 'flip' }"
17602
+ (valueChange)="onValueChange($event)"
17603
+ (blur)="onBlur()"
17604
+ >
17605
+ <ng-template kendoCalendarMonthCellTemplate let-date let-context="cellContext">
17606
+ <span *ngIf="!context.isOtherMonth" [attr.date]="date">{{ date.getDate() }}</span>
17607
+ <span *ngIf="!context.isOtherMonth && hasEvent(date)" class="k-day-indicator"></span>
17608
+ </ng-template>
17609
+ </kendo-multiviewcalendar>
17610
+ </div>
17611
+ </div>
17612
+ <ng-template #template let-anchor>
17613
+ <div
17614
+ class="k-tooltip-title k-text-center"
17615
+ (click)="navigateToDay(getDate(anchor))"
17616
+ (mousedown)="onMouseDown()"
17617
+ >
17618
+ <div class="k-month">{{ intl.formatDate(getDate(anchor), 'MMM') }}</div>
17619
+ <div class="k-link k-day k-text-primary">{{ intl.formatDate(getDate(anchor), 'dd') }}</div>
17620
+ </div>
17621
+ <div class="k-tooltip-events-container" (mousedown)="onMouseDown()">
17622
+ <div class="k-tooltip-events">
17623
+ <div
17624
+ *ngFor="let event of eventsPerSelectedDay"
17625
+ class="k-tooltip-event k-event"
17626
+ [title]="eventTitle(event)"
17627
+ [ngClass]="getEventClasses(event, event.resources)"
17628
+ [ngStyle]="getEventStyles(event, event.resources[0], event.isAllDay)"
17629
+ >
17630
+ <kendo-icon-wrapper
17631
+ *ngIf="event.tail || event.mid"
17632
+ [name]="arrowIcons[0]"
17633
+ [svgIcon]="arrowSVGIcons[0]"
17634
+ >
17635
+ </kendo-icon-wrapper>
17636
+ <div class="k-event-title k-text-ellipsis">{{ event.event.title }}</div>
17637
+ <span class="k-spacer"></span>
17638
+ <span
17639
+ class="k-event-time"
17640
+ *ngIf="(event.isMultiDay && event.head && !event.isAllDay) || !event.isMultiDay"
17641
+ >{{ intl.formatDate(event.start, 't') }}</span
17642
+ >
17643
+ <kendo-icon-wrapper
17644
+ *ngIf="event.head || event.mid"
17645
+ [name]="arrowIcons[1]"
17646
+ [svgIcon]="arrowSVGIcons[1]"
17647
+ >
17648
+ </kendo-icon-wrapper>
17649
+ </div>
17650
+ </div>
17651
+ </div>
17652
+ <div *ngIf="eventsPerSelectedDay.length === 0" class="k-no-data k-text-center">
17653
+ {{ localization.get('yearViewNoEvents') }}
17654
+ </div>
17655
+ </ng-template>
17656
+ `,
17657
+ }]
17658
+ }], ctorParameters: function () {
17659
+ return [{ type: i1$1.LocalizationService }, { type: FocusService }, { type: i1$4.IntlService }, { type: ViewContextService }, { type: ViewStateService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: PDFService }, { type: i0.ElementRef }, { type: MonthSlotService }, { type: i7.ScrollbarWidthService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
17660
+ type: Inject,
17661
+ args: [LOCALE_ID]
17662
+ }] }];
17663
+ }, propDecorators: { newRange: [{
17664
+ type: Input
17665
+ }], dateRangeFn: [{
17666
+ type: Input
17667
+ }], calendar: [{
17668
+ type: ViewChild,
17669
+ args: [MultiViewCalendarComponent]
17670
+ }], tooltip: [{
17671
+ type: ViewChild,
17672
+ args: [TooltipDirective]
17673
+ }], selectedDateFormat: [{
17674
+ type: Input
17675
+ }], selectedShortDateFormat: [{
17676
+ type: Input
17677
+ }] } });
17678
+
17679
+ /**
17680
+ * The component for rendering the **Year** view.
17681
+ */
17682
+ class YearViewComponent extends ConfigurationViewBase {
17683
+ constructor(localization, changeDetector, viewContext, viewState, intl) {
17684
+ super(localization, changeDetector, viewContext, viewState);
17685
+ this.intl = intl;
17686
+ /**
17687
+ * The long-date format for displaying the
17688
+ * selected year in the Scheduler toolbar.
17689
+ * For more information, see [Parsing and Formatting Dates and Numbers]({% slug parsingandformatting_intl %}#toc-date-formatting).
17690
+ * @default '{0:yyy}'
17691
+ */
17692
+ this.selectedDateFormat = '{0:yyy}';
17693
+ /**
17694
+ * The short-date format for displaying the
17695
+ * selected year in the Scheduler toolbar.
17696
+ * For more information, see [Parsing and Formatting Dates and Numbers]({% slug parsingandformatting_intl %}#toc-date-formatting).
17697
+ * @default '{0:yyy}'
17698
+ */
17699
+ this.selectedShortDateFormat = '{0:yyy}';
17700
+ /**
17701
+ * The invariant name for this view.
17702
+ * @default 'year'
17703
+ */
17704
+ this.name = 'year';
17705
+ }
17706
+ /**
17707
+ * @hidden
17708
+ */
17709
+ get title() {
17710
+ return this.localization.get('yearViewTitle');
17711
+ }
17712
+ /**
17713
+ * @hidden
17714
+ */
17715
+ dateRange(date) {
17716
+ const year = date.getFullYear();
17717
+ const start = yearStart(year);
17718
+ const end = yearEnd(year);
17719
+ const text = this.intl.format(this.selectedDateFormat, start);
17720
+ const shortText = this.intl.format(this.selectedShortDateFormat, start);
17721
+ return { start, end, text, shortText };
17722
+ }
17723
+ /**
17724
+ * @hidden
17725
+ */
17726
+ newRange(date, direction = 1) {
17727
+ return new Date(addYears(date, direction));
17728
+ }
17729
+ }
17730
+ YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
17731
+ YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YearViewComponent, selector: "kendo-scheduler-year-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
17732
+ provide: SchedulerView,
17733
+ useExisting: forwardRef(() => YearViewComponent)
17734
+ }], usesInheritance: true, ngImport: i0, template: `
17735
+ <ng-template #content>
17736
+ <year-view-internal
17737
+ [selectedDateFormat]="selectedDateFormat"
17738
+ [selectedShortDateFormat]="selectedShortDateFormat"
17739
+ [slotClass]="viewSlotClass"
17740
+ [eventClass]="viewEventClass"
17741
+ [eventStyles]="viewEventStyles"
17742
+ [dateRangeFn]="dateRange"
17743
+ [newRange]="newRange">
17744
+ </year-view-internal>
17745
+ </ng-template>
17746
+ `, isInline: true, components: [{ type: YearViewInternalComponent, selector: "year-view-internal", inputs: ["newRange", "dateRangeFn", "selectedDateFormat", "selectedShortDateFormat"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewComponent, decorators: [{
17748
+ type: Component,
17749
+ args: [{
17750
+ changeDetection: ChangeDetectionStrategy.OnPush,
17751
+ selector: 'kendo-scheduler-year-view',
17752
+ providers: [{
17753
+ provide: SchedulerView,
17754
+ useExisting: forwardRef(() => YearViewComponent)
17755
+ }],
17756
+ template: `
17757
+ <ng-template #content>
17758
+ <year-view-internal
17759
+ [selectedDateFormat]="selectedDateFormat"
17760
+ [selectedShortDateFormat]="selectedShortDateFormat"
17761
+ [slotClass]="viewSlotClass"
17762
+ [eventClass]="viewEventClass"
17763
+ [eventStyles]="viewEventStyles"
17764
+ [dateRangeFn]="dateRange"
17765
+ [newRange]="newRange">
17766
+ </year-view-internal>
17767
+ </ng-template>
17768
+ `
17769
+ }]
17770
+ }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$4.IntlService }]; }, propDecorators: { selectedDateFormat: [{
17771
+ type: Input
17772
+ }], selectedShortDateFormat: [{
17773
+ type: Input
17774
+ }] } });
17775
+
17776
+ /**
17777
+ * @hidden
17778
+ */
17779
+ class YearViewModule {
17780
+ }
17781
+ YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17782
+ YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, declarations: [YearViewComponent,
17783
+ YearViewInternalComponent], imports: [ViewsSharedModule,
17784
+ CalendarsModule,
17785
+ TooltipsModule,
17786
+ IntlModule], exports: [YearViewComponent] });
17787
+ YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, imports: [[
17788
+ ViewsSharedModule,
17789
+ CalendarsModule,
17790
+ TooltipsModule,
17791
+ IntlModule
17792
+ ]] });
17793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, decorators: [{
17794
+ type: NgModule,
17795
+ args: [{
17796
+ imports: [
17797
+ ViewsSharedModule,
17798
+ CalendarsModule,
17799
+ TooltipsModule,
17800
+ IntlModule
17801
+ ],
17802
+ exports: [
17803
+ YearViewComponent
17804
+ ],
17805
+ declarations: [
17806
+ YearViewComponent,
17807
+ YearViewInternalComponent
17808
+ ]
17809
+ }]
17810
+ }] });
17811
+
16921
17812
  const TEMPLATES = [
16922
17813
  AgendaDateTemplateDirective,
16923
17814
  AgendaTimeTemplateDirective,
@@ -16963,6 +17854,7 @@ const declarations$1 = [
16963
17854
  const publicDirectives = [
16964
17855
  AgendaViewComponent,
16965
17856
  MonthViewModule,
17857
+ YearViewComponent,
16966
17858
  MultiDayViewModule,
16967
17859
  ReactiveEditingDirective,
16968
17860
  TimelineViewModule,
@@ -17047,7 +17939,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
17047
17939
  ResizeSensorModule,
17048
17940
  MonthViewModule,
17049
17941
  TimelineViewModule,
17050
- WatermarkModule, ButtonsModule,
17942
+ WatermarkModule,
17943
+ YearViewModule, ButtonsModule,
17051
17944
  CheckBoxModule,
17052
17945
  TextAreaModule,
17053
17946
  DateInputsModule,
@@ -17060,6 +17953,7 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
17060
17953
  LabelModule,
17061
17954
  FormFieldModule], exports: [AgendaViewComponent,
17062
17955
  MonthViewModule,
17956
+ YearViewComponent,
17063
17957
  MultiDayViewModule,
17064
17958
  ReactiveEditingDirective,
17065
17959
  TimelineViewModule, ToolbarNavigationComponent, ToolbarTemplateDirective, ToolbarViewSelectorComponent, SchedulerComponent,
@@ -17110,6 +18004,7 @@ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
17110
18004
  MonthViewModule,
17111
18005
  TimelineViewModule,
17112
18006
  WatermarkModule,
18007
+ YearViewModule,
17113
18008
  ...importedKendoModules
17114
18009
  ], MonthViewModule,
17115
18010
  MultiDayViewModule,
@@ -17126,6 +18021,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
17126
18021
  MonthViewModule,
17127
18022
  TimelineViewModule,
17128
18023
  WatermarkModule,
18024
+ YearViewModule,
17129
18025
  ...importedKendoModules
17130
18026
  ],
17131
18027
  declarations: declarations$1,
@@ -17682,5 +18578,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
17682
18578
  * Generated bundle index. Do not edit.
17683
18579
  */
17684
18580
 
17685
- export { AddEvent, AgendaDateTemplateDirective, AgendaTimeTemplateDirective, AgendaViewComponent, AllDayEventTemplateDirective, AllDaySlotTemplateDirective, BaseEditService, CancelEvent, CrudOperation, DataBindingDirective, DateChangeEvent, DateHeaderTemplateDirective, DaySlotDirective, DayTimeModule, DayTimeSlotService, DayTimeViewItemComponent, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusService, FocusableDirective, GroupHeaderTemplateDirective, HintContainerComponent, IsSlotSelectedArgs, LoadingComponent, LocalizedMessagesDirective, MajorTimeHeaderTemplateDirective, MinorTimeHeaderTemplateDirective, MonthDaySlotTemplateDirective, MonthViewComponent, MonthViewModule, MultiDayViewComponent, MultiDayViewModule, MultiWeekDaySlotTemplateDirective, MultiWeekViewComponent, MultipleResourceEditorComponent, NavigateEvent, PDFCommandDirective, PDFComponent, PDFExportEvent, PDFModule, PDFService, ReactiveEditingDirective, RecurrenceEditorComponent, RecurrenceEditorCustomMessagesComponent, RecurrenceEditorLocalizedMessagesDirective, RecurrenceEndRuleEditorComponent, RecurrenceFrequencyEditorComponent, RecurrenceIntervalEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceWeekdayRuleEditorComponent, RemoveEvent, RepeatOnRadioButtonDirective, RepeatPipe, ResizeEndEvent, ResizeEvent, ResizeHintComponent, ResizeStartEvent, ResourceIteratorPipe, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, SortPipe, TimeSlotDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineBase, TimelineMonthViewComponent, TimelineMultiDayViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewFooterComponent, ViewStateService, ViewsSharedModule, WeekViewComponent, WorkHoursFooterDirective, WorkWeekViewComponent };
18581
+ export { AddEvent, AgendaDateTemplateDirective, AgendaTimeTemplateDirective, AgendaViewComponent, AllDayEventTemplateDirective, AllDaySlotTemplateDirective, BaseEditService, CancelEvent, CrudOperation, DataBindingDirective, DateChangeEvent, DateHeaderTemplateDirective, DaySlotDirective, DayTimeModule, DayTimeSlotService, DayTimeViewItemComponent, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusService, FocusableDirective, GroupHeaderTemplateDirective, HintContainerComponent, IsSlotSelectedArgs, LoadingComponent, LocalizedMessagesDirective, MajorTimeHeaderTemplateDirective, MinorTimeHeaderTemplateDirective, MonthDaySlotTemplateDirective, MonthViewComponent, MonthViewModule, MultiDayViewComponent, MultiDayViewModule, MultiWeekDaySlotTemplateDirective, MultiWeekViewComponent, MultipleResourceEditorComponent, NavigateEvent, PDFCommandDirective, PDFComponent, PDFExportEvent, PDFModule, PDFService, ReactiveEditingDirective, RecurrenceEditorComponent, RecurrenceEditorCustomMessagesComponent, RecurrenceEditorLocalizedMessagesDirective, RecurrenceEndRuleEditorComponent, RecurrenceFrequencyEditorComponent, RecurrenceIntervalEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceWeekdayRuleEditorComponent, RemoveEvent, RepeatOnRadioButtonDirective, RepeatPipe, ResizeEndEvent, ResizeEvent, ResizeHintComponent, ResizeStartEvent, ResourceIteratorPipe, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, SortPipe, TimeSlotDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineBase, TimelineMonthViewComponent, TimelineMultiDayViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewFooterComponent, ViewStateService, ViewsSharedModule, WeekViewComponent, WorkHoursFooterDirective, WorkWeekViewComponent, YearViewComponent };
17686
18582