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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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: 1706522973,
54
+ version: '14.4.0-develop.21',
53
55
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
56
  };
55
57
 
@@ -1417,7 +1419,15 @@ class FocusService {
1417
1419
  this.activeItem = item;
1418
1420
  item.toggle(true);
1419
1421
  }
1420
- this.items.add(item);
1422
+ const items = Array.from(this.focusableItems);
1423
+ const newContentIndex = items.map(item => item.containerType).lastIndexOf('content') + 1;
1424
+ if (item.containerType === 'content' && newContentIndex > 0) {
1425
+ items.splice(newContentIndex, 0, item);
1426
+ this.items = new Set(items);
1427
+ }
1428
+ else {
1429
+ this.items.add(item);
1430
+ }
1421
1431
  this.elementMap.set(item.element.nativeElement, item);
1422
1432
  this.toggleWrapper();
1423
1433
  }
@@ -1756,7 +1766,6 @@ class FocusableDirective {
1756
1766
  this.focusIndex = 0;
1757
1767
  this.containerType = 'content';
1758
1768
  this.toggle(false);
1759
- this.focusService.register(this);
1760
1769
  }
1761
1770
  get visible() {
1762
1771
  return this.element.nativeElement.style.display !== 'none';
@@ -1773,6 +1782,9 @@ class FocusableDirective {
1773
1782
  // eslint-disable-next-line no-unused-expressions
1774
1783
  isVisible$1(element) ? this.focusService.register(this) : this.focusService.unregister(this);
1775
1784
  }
1785
+ ngOnInit() {
1786
+ this.focusService.register(this);
1787
+ }
1776
1788
  ngOnDestroy() {
1777
1789
  this.focusService.unregister(this);
1778
1790
  }
@@ -2414,7 +2426,7 @@ class ToolbarNavigationComponent {
2414
2426
  }
2415
2427
  }
2416
2428
  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 });
2417
- 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: [
2429
+ 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: [
2418
2430
  PopupService
2419
2431
  ], viewQueries: [{ propertyName: "calendar", first: true, predicate: ["calendar"], descendants: true }], ngImport: i0, template: `
2420
2432
  <span class="k-scheduler-navigation k-button-group k-button-group-solid" role="group">
@@ -2472,6 +2484,8 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
2472
2484
  <kendo-calendar
2473
2485
  #calendar
2474
2486
  (blur)="onBlur()"
2487
+ [activeView]="activeView"
2488
+ [bottomView]="bottomView"
2475
2489
  (keydown.escape)="toggleSelectedDate({ nativeElement: anchor }, template); anchor.focus();"
2476
2490
  (valueChange)="selectDate($event)"
2477
2491
  [value]="ctx.selectedDate | async" [min]="min" [max]="max">
@@ -2479,7 +2493,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
2479
2493
  </kendo-calendar-messages>
2480
2494
  </kendo-calendar>
2481
2495
  </ng-template>
2482
- `, 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 });
2496
+ `, 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 });
2483
2497
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
2484
2498
  type: Component,
2485
2499
  args: [{
@@ -2545,6 +2559,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2545
2559
  <kendo-calendar
2546
2560
  #calendar
2547
2561
  (blur)="onBlur()"
2562
+ [activeView]="activeView"
2563
+ [bottomView]="bottomView"
2548
2564
  (keydown.escape)="toggleSelectedDate({ nativeElement: anchor }, template); anchor.focus();"
2549
2565
  (valueChange)="selectDate($event)"
2550
2566
  [value]="ctx.selectedDate | async" [min]="min" [max]="max">
@@ -2564,6 +2580,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2564
2580
  type: Input
2565
2581
  }], max: [{
2566
2582
  type: Input
2583
+ }], activeView: [{
2584
+ type: Input
2585
+ }], bottomView: [{
2586
+ type: Input
2567
2587
  }] } });
2568
2588
 
2569
2589
  /**
@@ -2728,6 +2748,18 @@ class ToolbarComponent {
2728
2748
  this.subs = new Subscription();
2729
2749
  this.subs.add(service.action.subscribe(action => this.navigate.next(action)));
2730
2750
  }
2751
+ /**
2752
+ * @hidden
2753
+ */
2754
+ get activeView() {
2755
+ return this.service.context.selectedView?.name === 'year' ? 'decade' : 'month';
2756
+ }
2757
+ /**
2758
+ * @hidden
2759
+ */
2760
+ get bottomView() {
2761
+ return this.service.context.selectedView?.name === 'year' ? 'decade' : 'month';
2762
+ }
2731
2763
  ngOnInit() {
2732
2764
  this.subs.add(this.selectedDate.subscribe(date => this.templateContext.selectedDate = date));
2733
2765
  this.subs.add(this.dateRange.subscribe(dateRange => this.templateContext.dateRange = dateRange));
@@ -2767,13 +2799,18 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
2767
2799
  </ng-template>
2768
2800
 
2769
2801
  <ng-template #defaultTemplate>
2770
- <div kendoSchedulerToolbarNavigation [min]="min" [max]="max"></div>
2802
+ <div kendoSchedulerToolbarNavigation
2803
+ [min]="min"
2804
+ [max]="max"
2805
+ [activeView]="activeView"
2806
+ [bottomView]="bottomView">
2807
+ </div>
2771
2808
  <span class="k-spacer"></span>
2772
2809
  <div kendoSchedulerToolbarViewSelector [toolbarWidth]="toolbarWidth"></div>
2773
2810
  </ng-template>
2774
2811
 
2775
2812
  <kendo-resize-sensor (resize)="resizeHandler()" [style]="'display: contents;'"></kendo-resize-sensor>
2776
- `, 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"] }] });
2813
+ `, 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"] }] });
2777
2814
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
2778
2815
  type: Component,
2779
2816
  args: [{
@@ -2787,7 +2824,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2787
2824
  </ng-template>
2788
2825
 
2789
2826
  <ng-template #defaultTemplate>
2790
- <div kendoSchedulerToolbarNavigation [min]="min" [max]="max"></div>
2827
+ <div kendoSchedulerToolbarNavigation
2828
+ [min]="min"
2829
+ [max]="max"
2830
+ [activeView]="activeView"
2831
+ [bottomView]="bottomView">
2832
+ </div>
2791
2833
  <span class="k-spacer"></span>
2792
2834
  <div kendoSchedulerToolbarViewSelector [toolbarWidth]="toolbarWidth"></div>
2793
2835
  </ng-template>
@@ -2925,7 +2967,7 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
2925
2967
  {{ getField(dataItem, resource.textField) }}
2926
2968
  </ng-template>
2927
2969
  </kendo-multiselect>
2928
- `, 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]" }] });
2970
+ `, 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]" }] });
2929
2971
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
2930
2972
  type: Component,
2931
2973
  args: [{
@@ -3067,7 +3109,8 @@ const SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR = {
3067
3109
  * @hidden
3068
3110
  */
3069
3111
  class SchedulerDateTimePickerComponent {
3070
- constructor() {
3112
+ constructor(localization) {
3113
+ this.localization = localization;
3071
3114
  this.valueChange = new EventEmitter();
3072
3115
  this.onTouchedCallback = (_) => { };
3073
3116
  this.onChangeCallback = (_) => { };
@@ -3078,6 +3121,9 @@ class SchedulerDateTimePickerComponent {
3078
3121
  get focusableId() {
3079
3122
  return this.isAllDay ? this.datePicker?.focusableId : this.dateTimePicker?.focusableId;
3080
3123
  }
3124
+ textFor(key) {
3125
+ return this.localization.get(key);
3126
+ }
3081
3127
  writeValue(newDate) {
3082
3128
  if (newDate instanceof Date) {
3083
3129
  this.date = newDate;
@@ -3106,7 +3152,7 @@ class SchedulerDateTimePickerComponent {
3106
3152
  this.onTouchedCallback = fn;
3107
3153
  }
3108
3154
  }
3109
- SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3155
+ SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [{ token: SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3110
3156
  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: [
3111
3157
  SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR
3112
3158
  ], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "dateTimePicker", first: true, predicate: ["datetimepicker"], descendants: true }], ngImport: i0, template: `
@@ -3115,14 +3161,38 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
3115
3161
  #datepicker
3116
3162
  [(value)]='date'
3117
3163
  (valueChange)='onValueChange($event)'
3118
- ></kendo-datepicker>
3164
+ >
3165
+ <kendo-datepicker-messages
3166
+ [today]="textFor('editorDateInputsToday')"
3167
+ [toggle]="textFor('editorDateInputsToggle')"
3168
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3169
+ >
3170
+ </kendo-datepicker-messages>
3171
+ </kendo-datepicker>
3119
3172
  <kendo-datetimepicker
3120
3173
  *ngIf='!isAllDay'
3121
3174
  #datetimepicker
3122
3175
  [(value)]='date'
3123
3176
  (valueChange)='onValueChange($event)'
3124
3177
  >
3125
- `, 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"] }] });
3178
+ <kendo-datetimepicker-messages
3179
+ [toggle]="textFor('editorDateInputsToggle')"
3180
+ [today]="textFor('editorDateInputsToday')"
3181
+ [accept]="textFor('editorDateInputsAccept')"
3182
+ [acceptLabel]="textFor('editorDateInputsAcceptLabel')"
3183
+ [cancelLabel]="textFor('editorDateInputsCancelLabel')"
3184
+ [cancel]="textFor('editorDateInputsCancel')"
3185
+ [now]="textFor('editorDateInputsNow')"
3186
+ [nowLabel]="textFor('editorDateInputsNowLabel')"
3187
+ [dateTab]="textFor('editorDateInputsDateTab')"
3188
+ [dateTabLabel]="textFor('editorDateInputsDateTabLabel')"
3189
+ [timeTab]="textFor('editorDateInputsTimeTab')"
3190
+ [timeTabLabel]="textFor('editorDateInputsTimeTabLabel')"
3191
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3192
+ >
3193
+ </kendo-datetimepicker-messages>
3194
+ </kendo-datetimepicker>
3195
+ `, 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"] }] });
3126
3196
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
3127
3197
  type: Component,
3128
3198
  args: [{
@@ -3136,16 +3206,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3136
3206
  #datepicker
3137
3207
  [(value)]='date'
3138
3208
  (valueChange)='onValueChange($event)'
3139
- ></kendo-datepicker>
3209
+ >
3210
+ <kendo-datepicker-messages
3211
+ [today]="textFor('editorDateInputsToday')"
3212
+ [toggle]="textFor('editorDateInputsToggle')"
3213
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3214
+ >
3215
+ </kendo-datepicker-messages>
3216
+ </kendo-datepicker>
3140
3217
  <kendo-datetimepicker
3141
3218
  *ngIf='!isAllDay'
3142
3219
  #datetimepicker
3143
3220
  [(value)]='date'
3144
3221
  (valueChange)='onValueChange($event)'
3145
3222
  >
3223
+ <kendo-datetimepicker-messages
3224
+ [toggle]="textFor('editorDateInputsToggle')"
3225
+ [today]="textFor('editorDateInputsToday')"
3226
+ [accept]="textFor('editorDateInputsAccept')"
3227
+ [acceptLabel]="textFor('editorDateInputsAcceptLabel')"
3228
+ [cancelLabel]="textFor('editorDateInputsCancelLabel')"
3229
+ [cancel]="textFor('editorDateInputsCancel')"
3230
+ [now]="textFor('editorDateInputsNow')"
3231
+ [nowLabel]="textFor('editorDateInputsNowLabel')"
3232
+ [dateTab]="textFor('editorDateInputsDateTab')"
3233
+ [dateTabLabel]="textFor('editorDateInputsDateTabLabel')"
3234
+ [timeTab]="textFor('editorDateInputsTimeTab')"
3235
+ [timeTabLabel]="textFor('editorDateInputsTimeTabLabel')"
3236
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
3237
+ >
3238
+ </kendo-datetimepicker-messages>
3239
+ </kendo-datetimepicker>
3146
3240
  `
3147
3241
  }]
3148
- }], propDecorators: { datePicker: [{
3242
+ }], ctorParameters: function () { return [{ type: SchedulerLocalizationService }]; }, propDecorators: { datePicker: [{
3149
3243
  type: ViewChild,
3150
3244
  args: ['datepicker']
3151
3245
  }], dateTimePicker: [{
@@ -3248,7 +3342,7 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
3248
3342
  (filterChange)="onTimeZoneFilterChange($event)"
3249
3343
  (valueChange)="onTimeZoneChange($event)">
3250
3344
  </kendo-combobox>
3251
- `, 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"] }] });
3345
+ `, 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"] }] });
3252
3346
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
3253
3347
  type: Component,
3254
3348
  args: [{
@@ -3701,7 +3795,7 @@ class RecurrenceIntervalEditorComponent {
3701
3795
  return this.localization.get(key);
3702
3796
  }
3703
3797
  }
3704
- 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 });
3798
+ 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 });
3705
3799
  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: `
3706
3800
  <div class="k-form-field">
3707
3801
  <kendo-label
@@ -3726,12 +3820,18 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
3726
3820
  [title]="numericOptions.title"
3727
3821
  [(value)]="intervalValue"
3728
3822
  (blur)="onIntervalBlur()"
3729
- (valueChange)="onIntervalChange($event)">
3823
+ (valueChange)="onIntervalChange($event)"
3824
+ >
3825
+ <kendo-numerictextbox-messages
3826
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
3827
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
3828
+ >
3829
+ </kendo-numerictextbox-messages>
3730
3830
  </kendo-numerictextbox>
3731
3831
  <span>&nbsp;{{ textForFrequency() }}</span>
3732
3832
  </div>
3733
3833
  </div>
3734
- `, 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"] }] });
3834
+ `, 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" }] });
3735
3835
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
3736
3836
  type: Component,
3737
3837
  args: [{
@@ -3760,14 +3860,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3760
3860
  [title]="numericOptions.title"
3761
3861
  [(value)]="intervalValue"
3762
3862
  (blur)="onIntervalBlur()"
3763
- (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>
3764
3870
  </kendo-numerictextbox>
3765
3871
  <span>&nbsp;{{ textForFrequency() }}</span>
3766
3872
  </div>
3767
3873
  </div>
3768
3874
  `
3769
3875
  }]
3770
- }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { cssClass: [{
3876
+ }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: SchedulerLocalizationService }]; }, propDecorators: { cssClass: [{
3771
3877
  type: HostBinding,
3772
3878
  args: ['class.k-scheduler-recurrence-interval-editor']
3773
3879
  }], userNumericOptions: [{
@@ -4171,7 +4277,7 @@ class RecurrenceMonthlyYearlyEditorComponent {
4171
4277
  }
4172
4278
  }
4173
4279
  }
4174
- 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 });
4280
+ 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 });
4175
4281
  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: `
4176
4282
  <div class='k-form-field'>
4177
4283
  <kendo-label
@@ -4219,7 +4325,13 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
4219
4325
  [title]="numericOptions.title"
4220
4326
  [value]='monthDay'
4221
4327
  (valueChange)='onMonthDayChange($event)'
4222
- [disabled]="isDisabled('monthday')">
4328
+ [disabled]="isDisabled('monthday')"
4329
+ >
4330
+ <kendo-numerictextbox-messages
4331
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4332
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4333
+ >
4334
+ </kendo-numerictextbox-messages>
4223
4335
  </kendo-numerictextbox>
4224
4336
  </li>
4225
4337
  <li class='k-radio-list-item'>
@@ -4268,7 +4380,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
4268
4380
  </ul>
4269
4381
  </div>
4270
4382
  </div>
4271
- `, 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"] }] });
4383
+ `, 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"] }] });
4272
4384
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
4273
4385
  type: Component,
4274
4386
  args: [{
@@ -4320,7 +4432,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4320
4432
  [title]="numericOptions.title"
4321
4433
  [value]='monthDay'
4322
4434
  (valueChange)='onMonthDayChange($event)'
4323
- [disabled]="isDisabled('monthday')">
4435
+ [disabled]="isDisabled('monthday')"
4436
+ >
4437
+ <kendo-numerictextbox-messages
4438
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4439
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4440
+ >
4441
+ </kendo-numerictextbox-messages>
4324
4442
  </kendo-numerictextbox>
4325
4443
  </li>
4326
4444
  <li class='k-radio-list-item'>
@@ -4371,7 +4489,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4371
4489
  </div>
4372
4490
  `
4373
4491
  }]
4374
- }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { userNumericOptions: [{
4492
+ }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: SchedulerLocalizationService }]; }, propDecorators: { userNumericOptions: [{
4375
4493
  type: Input
4376
4494
  }], repeatOnRadioButtons: [{
4377
4495
  type: ViewChildren,
@@ -4546,7 +4664,7 @@ class RecurrenceEndRuleEditorComponent {
4546
4664
  return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
4547
4665
  }
4548
4666
  }
4549
- 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 });
4667
+ 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 });
4550
4668
  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: `
4551
4669
  <div class="k-form-field">
4552
4670
  <kendo-label
@@ -4584,7 +4702,13 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
4584
4702
  [title]="numericOptions.title"
4585
4703
  [(value)]='countValue'
4586
4704
  (blur)="onCountBlur()"
4587
- (valueChange)='onCountChange($event)'>
4705
+ (valueChange)='onCountChange($event)'
4706
+ >
4707
+ <kendo-numerictextbox-messages
4708
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4709
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4710
+ >
4711
+ </kendo-numerictextbox-messages>
4588
4712
  </kendo-numerictextbox>
4589
4713
  <span>{{ textFor('endOccurrence') }}</span>
4590
4714
  </li>
@@ -4616,13 +4740,20 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
4616
4740
  [popupSettings]="datePickerOptions.popupSettings"
4617
4741
  [(value)]='untilValue'
4618
4742
  (blur)="onUntilBlur()"
4619
- (valueChange)='onUntilChange($event)'>
4743
+ (valueChange)='onUntilChange($event)'
4744
+ >
4745
+ <kendo-datepicker-messages
4746
+ [today]="textFor('editorDateInputsToday')"
4747
+ [toggle]="textFor('editorDateInputsToggle')"
4748
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
4749
+ >
4750
+ </kendo-datepicker-messages>
4620
4751
  </kendo-datepicker>
4621
4752
  </li>
4622
4753
  </ul>
4623
4754
  </div>
4624
4755
  </div>
4625
- `, 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"] }] });
4756
+ `, 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"] }] });
4626
4757
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
4627
4758
  type: Component,
4628
4759
  args: [{
@@ -4664,7 +4795,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4664
4795
  [title]="numericOptions.title"
4665
4796
  [(value)]='countValue'
4666
4797
  (blur)="onCountBlur()"
4667
- (valueChange)='onCountChange($event)'>
4798
+ (valueChange)='onCountChange($event)'
4799
+ >
4800
+ <kendo-numerictextbox-messages
4801
+ [increment]="textFor('recurrenceEditorNumericIncrement')"
4802
+ [decrement]="textFor('recurrenceEditorNumericDecrement')"
4803
+ >
4804
+ </kendo-numerictextbox-messages>
4668
4805
  </kendo-numerictextbox>
4669
4806
  <span>{{ textFor('endOccurrence') }}</span>
4670
4807
  </li>
@@ -4696,7 +4833,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4696
4833
  [popupSettings]="datePickerOptions.popupSettings"
4697
4834
  [(value)]='untilValue'
4698
4835
  (blur)="onUntilBlur()"
4699
- (valueChange)='onUntilChange($event)'>
4836
+ (valueChange)='onUntilChange($event)'
4837
+ >
4838
+ <kendo-datepicker-messages
4839
+ [today]="textFor('editorDateInputsToday')"
4840
+ [toggle]="textFor('editorDateInputsToggle')"
4841
+ [parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
4842
+ >
4843
+ </kendo-datepicker-messages>
4700
4844
  </kendo-datepicker>
4701
4845
  </li>
4702
4846
  </ul>
@@ -4704,7 +4848,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
4704
4848
  </div>
4705
4849
  `
4706
4850
  }]
4707
- }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { cssClass: [{
4851
+ }], ctorParameters: function () { return [{ type: RecurrenceService }, { type: SchedulerLocalizationService }]; }, propDecorators: { cssClass: [{
4708
4852
  type: HostBinding,
4709
4853
  args: ['class.k-scheduler-recurrence-end-rule-editor']
4710
4854
  }], userNumericOptions: [{
@@ -5827,7 +5971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5827
5971
  class Messages extends ComponentMessages {
5828
5972
  }
5829
5973
  Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
5830
- 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 });
5974
+ 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 });
5831
5975
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
5832
5976
  type: Directive
5833
5977
  }], propDecorators: { allEvents: [{
@@ -5874,6 +6018,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5874
6018
  type: Input
5875
6019
  }], agendaViewTitle: [{
5876
6020
  type: Input
6021
+ }], yearViewTitle: [{
6022
+ type: Input
6023
+ }], yearViewNoEvents: [{
6024
+ type: Input
5877
6025
  }], cancel: [{
5878
6026
  type: Input
5879
6027
  }], save: [{
@@ -5896,6 +6044,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5896
6044
  type: Input
5897
6045
  }], editorEventTimeZone: [{
5898
6046
  type: Input
6047
+ }], editorDateInputsToday: [{
6048
+ type: Input
6049
+ }], editorDateInputsToggle: [{
6050
+ type: Input
6051
+ }], editorDateInputsParentViewButton: [{
6052
+ type: Input
6053
+ }], editorDateInputsNow: [{
6054
+ type: Input
6055
+ }], editorDateInputsNowLabel: [{
6056
+ type: Input
6057
+ }], editorDateInputsAccept: [{
6058
+ type: Input
6059
+ }], editorDateInputsAcceptLabel: [{
6060
+ type: Input
6061
+ }], editorDateInputsCancel: [{
6062
+ type: Input
6063
+ }], editorDateInputsCancelLabel: [{
6064
+ type: Input
6065
+ }], editorDateInputsDateTab: [{
6066
+ type: Input
6067
+ }], editorDateInputsDateTabLabel: [{
6068
+ type: Input
6069
+ }], editorDateInputsTimeTab: [{
6070
+ type: Input
6071
+ }], editorDateInputsTimeTabLabel: [{
6072
+ type: Input
6073
+ }], recurrenceEditorNumericIncrement: [{
6074
+ type: Input
6075
+ }], recurrenceEditorNumericDecrement: [{
6076
+ type: Input
5899
6077
  }], recurrenceEditorRepeat: [{
5900
6078
  type: Input
5901
6079
  }], recurrenceEditorDailyInterval: [{
@@ -6916,112 +7094,163 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
6916
7094
  i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
6917
7095
  agendaViewTitle="Agenda"
6918
7096
 
6919
- i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in scheduler."
7097
+ i18n-yearViewTitle="kendo.scheduler.yearViewTitle|The year view title."
7098
+ yearViewTitle="Year"
7099
+
7100
+ i18n-yearViewNoEvents="kendo.scheduler.yearViewNoEvents|The year view no events message."
7101
+ yearViewNoEvents="No events on this date."
7102
+
7103
+ i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
6920
7104
  cancel="Cancel"
6921
7105
 
6922
- i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in scheduler."
7106
+ i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
6923
7107
  save="Save"
6924
7108
 
6925
- i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the scheduler event editor."
7109
+ i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
6926
7110
  editorEventTitle='Title'
6927
7111
 
6928
- i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the scheduler event editor."
7112
+ i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
6929
7113
  editorEventStart="Start"
6930
7114
 
6931
- i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the scheduler event editor."
7115
+ i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
6932
7116
  editorEventStartTimeZone="Start Time Zone"
6933
7117
 
6934
- i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the scheduler event editor."
7118
+ i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
6935
7119
  editorEventEnd="End"
6936
7120
 
6937
- i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the scheduler event editor."
7121
+ i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
6938
7122
  editorEventEndTimeZone="End Time Zone"
6939
7123
 
6940
- i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the scheduler event editor."
7124
+ i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
6941
7125
  editorEventAllDay="All Day Event"
6942
7126
 
6943
- i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the scheduler event editor."
7127
+ i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
6944
7128
  editorEventDescription="Description"
6945
7129
 
6946
- i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the scheduler event editor."
7130
+ i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
6947
7131
  editorEventSeparateTimeZones="End in different Time Zone"
6948
7132
 
6949
- i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the scheduler event editor."
7133
+ i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
6950
7134
  editorEventTimeZone='Specify Time Zone'
6951
7135
 
6952
- i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the scheduler event editor."
7136
+ i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
6953
7137
  editorTitle='Event'
6954
7138
 
6955
- i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the scheduler recurrence editor."
7139
+ i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
7140
+ editorDateInputsToday='Today'
7141
+
7142
+ i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
7143
+ editorDateInputsToggle='Toggle calendar'
7144
+
7145
+ 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."
7146
+ editorDateInputsParentViewButton='Navigate to parent view'
7147
+
7148
+ 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."
7149
+ editorDateInputsAccept='Now'
7150
+
7151
+ 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."
7152
+ editorDateInputsAcceptLabel='Select now'
7153
+
7154
+ 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."
7155
+ editorDateInputsAccept='Set'
7156
+
7157
+ 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."
7158
+ editorDateInputsAcceptLabel='Set'
7159
+
7160
+ 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."
7161
+ editorDateInputsCancel='Cancel'
7162
+
7163
+ 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."
7164
+ editorDateInputsCancelLabel='Cancel'
7165
+
7166
+ 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."
7167
+ editorDateInputsDateTab='Date'
7168
+
7169
+ 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."
7170
+ editorDateInputsDateTabLabel='Date tab'
7171
+
7172
+ 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."
7173
+ editorDateInputsTimeTab='Time'
7174
+
7175
+ 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."
7176
+ editorDateInputsTimeTabLabel='Time tab'
7177
+
7178
+ i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
7179
+ recurrenceEditorNumericIncrement='Increase value'
7180
+
7181
+ i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
7182
+ recurrenceEditorNumericDecrement='Decrease value'
7183
+
7184
+ i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
6956
7185
  recurrenceEditorRepeat='Repeat'
6957
7186
 
6958
- i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the scheduler recurrence editor."
7187
+ i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
6959
7188
  recurrenceEditorDailyInterval='day(s)'
6960
7189
 
6961
- i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7190
+ i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
6962
7191
  recurrenceEditorDailyRepeatEvery='Repeat every'
6963
7192
 
6964
- i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the scheduler recurrence editor."
7193
+ i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
6965
7194
  recurrenceEditorWeeklyInterval='week(s)'
6966
7195
 
6967
- i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7196
+ i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
6968
7197
  recurrenceEditorWeeklyRepeatEvery='Repeat every'
6969
7198
 
6970
- i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7199
+ i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
6971
7200
  recurrenceEditorWeeklyRepeatOn='Repeat on'
6972
7201
 
6973
- i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the scheduler recurrence editor."
7202
+ i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
6974
7203
  recurrenceEditorMonthlyDay='Day'
6975
7204
 
6976
- i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the scheduler recurrence editor."
7205
+ i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
6977
7206
  recurrenceEditorMonthlyInterval='month(s)'
6978
7207
 
6979
- i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7208
+ i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
6980
7209
  recurrenceEditorMonthlyRepeatEvery='Repeat every'
6981
7210
 
6982
- i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7211
+ i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
6983
7212
  recurrenceEditorMonthlyRepeatOn='Repeat on'
6984
7213
 
6985
- i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the scheduler recurrence editor."
7214
+ i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
6986
7215
  recurrenceEditorYearlyOf='of'
6987
7216
 
6988
- i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7217
+ i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
6989
7218
  recurrenceEditorYearlyRepeatEvery='Repeat every'
6990
7219
 
6991
- i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7220
+ i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
6992
7221
  recurrenceEditorYearlyRepeatOn='Repeat on'
6993
7222
 
6994
- i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the scheduler recurrence editor."
7223
+ i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
6995
7224
  recurrenceEditorYearlyInterval='year(s)'
6996
7225
 
6997
- i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the scheduler recurrence editor."
7226
+ i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
6998
7227
  recurrenceEditorFrequenciesDaily='Daily'
6999
7228
 
7000
- i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the scheduler recurrence editor."
7229
+ i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
7001
7230
  recurrenceEditorFrequenciesMonthly='Monthly'
7002
7231
 
7003
- i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7232
+ i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7004
7233
  recurrenceEditorFrequenciesNever='Never'
7005
7234
 
7006
- i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the scheduler recurrence editor."
7235
+ i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
7007
7236
  recurrenceEditorFrequenciesWeekly='Weekly'
7008
7237
 
7009
- i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the scheduler recurrence editor."
7238
+ i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
7010
7239
  recurrenceEditorFrequenciesYearly='Yearly'
7011
7240
 
7012
- i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the scheduler recurrence editor."
7241
+ i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
7013
7242
  recurrenceEditorOffsetPositionsFirst='First'
7014
7243
 
7015
- i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the scheduler recurrence editor."
7244
+ i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
7016
7245
  recurrenceEditorOffsetPositionsSecond='Second'
7017
7246
 
7018
- i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the scheduler recurrence editor."
7247
+ i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
7019
7248
  recurrenceEditorOffsetPositionsThird='Third'
7020
7249
 
7021
- i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the scheduler recurrence editor."
7250
+ i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
7022
7251
  recurrenceEditorOffsetPositionsFourth='Fourth'
7023
7252
 
7024
- i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the scheduler recurrence editor."
7253
+ i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
7025
7254
  recurrenceEditorOffsetPositionsLast='Last'
7026
7255
 
7027
7256
  i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
@@ -7033,43 +7262,43 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
7033
7262
  i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
7034
7263
  recurrenceEditorWeekdaysWeekendday='Weekend Day'
7035
7264
 
7036
- i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the scheduler recurrence editor."
7265
+ i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
7037
7266
  recurrenceEditorEndAfter='After'
7038
7267
 
7039
- i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the scheduler recurrence editor."
7268
+ i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
7040
7269
  recurrenceEditorEndOccurrence='occurrence(s)'
7041
7270
 
7042
- i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the scheduler recurrence editor."
7271
+ i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
7043
7272
  recurrenceEditorEndLabel='End'
7044
7273
 
7045
- i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7274
+ i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7046
7275
  recurrenceEditorEndNever='Never'
7047
7276
 
7048
- i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the scheduler recurrence editor."
7277
+ i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
7049
7278
  recurrenceEditorEndOn='On'
7050
7279
 
7051
- i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the scheduler remove confirmation dialog."
7280
+ i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
7052
7281
  destroy='Delete'
7053
7282
 
7054
- i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in scheduler remove confirmation dialog."
7283
+ i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
7055
7284
  deleteConfirmation='Are you sure you want to delete this event?'
7056
7285
 
7057
- 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."
7286
+ 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."
7058
7287
  editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
7059
7288
 
7060
- i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the scheduler recurring confirmation dialog."
7289
+ i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7061
7290
  editOccurrence='Edit current occurrence'
7062
7291
 
7063
- i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the scheduler recurring confirmation dialog."
7292
+ i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
7064
7293
  editSeries='Edit the series'
7065
7294
 
7066
- 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."
7295
+ 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."
7067
7296
  deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
7068
7297
 
7069
- i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the scheduler recurring confirmation dialog."
7298
+ i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7070
7299
  deleteOccurrence='Delete current occurrence'
7071
7300
 
7072
- i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the scheduler recurring confirmation dialog."
7301
+ i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
7073
7302
  deleteSeries='Delete the series'
7074
7303
 
7075
7304
  i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
@@ -7212,112 +7441,163 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7212
7441
  i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
7213
7442
  agendaViewTitle="Agenda"
7214
7443
 
7215
- i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in scheduler."
7444
+ i18n-yearViewTitle="kendo.scheduler.yearViewTitle|The year view title."
7445
+ yearViewTitle="Year"
7446
+
7447
+ i18n-yearViewNoEvents="kendo.scheduler.yearViewNoEvents|The year view no events message."
7448
+ yearViewNoEvents="No events on this date."
7449
+
7450
+ i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
7216
7451
  cancel="Cancel"
7217
7452
 
7218
- i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in scheduler."
7453
+ i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
7219
7454
  save="Save"
7220
7455
 
7221
- i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the scheduler event editor."
7456
+ i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
7222
7457
  editorEventTitle='Title'
7223
7458
 
7224
- i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the scheduler event editor."
7459
+ i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
7225
7460
  editorEventStart="Start"
7226
7461
 
7227
- i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the scheduler event editor."
7462
+ i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
7228
7463
  editorEventStartTimeZone="Start Time Zone"
7229
7464
 
7230
- i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the scheduler event editor."
7465
+ i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
7231
7466
  editorEventEnd="End"
7232
7467
 
7233
- i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the scheduler event editor."
7468
+ i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
7234
7469
  editorEventEndTimeZone="End Time Zone"
7235
7470
 
7236
- i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the scheduler event editor."
7471
+ i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
7237
7472
  editorEventAllDay="All Day Event"
7238
7473
 
7239
- i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the scheduler event editor."
7474
+ i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
7240
7475
  editorEventDescription="Description"
7241
7476
 
7242
- i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the scheduler event editor."
7477
+ i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
7243
7478
  editorEventSeparateTimeZones="End in different Time Zone"
7244
7479
 
7245
- i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the scheduler event editor."
7480
+ i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
7246
7481
  editorEventTimeZone='Specify Time Zone'
7247
7482
 
7248
- i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the scheduler event editor."
7483
+ i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
7249
7484
  editorTitle='Event'
7250
7485
 
7251
- i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the scheduler recurrence editor."
7486
+ i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
7487
+ editorDateInputsToday='Today'
7488
+
7489
+ i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
7490
+ editorDateInputsToggle='Toggle calendar'
7491
+
7492
+ 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."
7493
+ editorDateInputsParentViewButton='Navigate to parent view'
7494
+
7495
+ 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."
7496
+ editorDateInputsAccept='Now'
7497
+
7498
+ 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."
7499
+ editorDateInputsAcceptLabel='Select now'
7500
+
7501
+ 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."
7502
+ editorDateInputsAccept='Set'
7503
+
7504
+ 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."
7505
+ editorDateInputsAcceptLabel='Set'
7506
+
7507
+ 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."
7508
+ editorDateInputsCancel='Cancel'
7509
+
7510
+ 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."
7511
+ editorDateInputsCancelLabel='Cancel'
7512
+
7513
+ 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."
7514
+ editorDateInputsDateTab='Date'
7515
+
7516
+ 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."
7517
+ editorDateInputsDateTabLabel='Date tab'
7518
+
7519
+ 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."
7520
+ editorDateInputsTimeTab='Time'
7521
+
7522
+ 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."
7523
+ editorDateInputsTimeTabLabel='Time tab'
7524
+
7525
+ i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
7526
+ recurrenceEditorNumericIncrement='Increase value'
7527
+
7528
+ i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
7529
+ recurrenceEditorNumericDecrement='Decrease value'
7530
+
7531
+ i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
7252
7532
  recurrenceEditorRepeat='Repeat'
7253
7533
 
7254
- i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the scheduler recurrence editor."
7534
+ i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
7255
7535
  recurrenceEditorDailyInterval='day(s)'
7256
7536
 
7257
- i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7537
+ i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7258
7538
  recurrenceEditorDailyRepeatEvery='Repeat every'
7259
7539
 
7260
- i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the scheduler recurrence editor."
7540
+ i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
7261
7541
  recurrenceEditorWeeklyInterval='week(s)'
7262
7542
 
7263
- i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7543
+ i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7264
7544
  recurrenceEditorWeeklyRepeatEvery='Repeat every'
7265
7545
 
7266
- i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7546
+ i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7267
7547
  recurrenceEditorWeeklyRepeatOn='Repeat on'
7268
7548
 
7269
- i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the scheduler recurrence editor."
7549
+ i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
7270
7550
  recurrenceEditorMonthlyDay='Day'
7271
7551
 
7272
- i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the scheduler recurrence editor."
7552
+ i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
7273
7553
  recurrenceEditorMonthlyInterval='month(s)'
7274
7554
 
7275
- i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7555
+ i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7276
7556
  recurrenceEditorMonthlyRepeatEvery='Repeat every'
7277
7557
 
7278
- i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7558
+ i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7279
7559
  recurrenceEditorMonthlyRepeatOn='Repeat on'
7280
7560
 
7281
- i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the scheduler recurrence editor."
7561
+ i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
7282
7562
  recurrenceEditorYearlyOf='of'
7283
7563
 
7284
- i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the scheduler recurrence editor."
7564
+ i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
7285
7565
  recurrenceEditorYearlyRepeatEvery='Repeat every'
7286
7566
 
7287
- i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the scheduler recurrence editor."
7567
+ i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
7288
7568
  recurrenceEditorYearlyRepeatOn='Repeat on'
7289
7569
 
7290
- i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the scheduler recurrence editor."
7570
+ i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
7291
7571
  recurrenceEditorYearlyInterval='year(s)'
7292
7572
 
7293
- i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the scheduler recurrence editor."
7573
+ i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
7294
7574
  recurrenceEditorFrequenciesDaily='Daily'
7295
7575
 
7296
- i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the scheduler recurrence editor."
7576
+ i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
7297
7577
  recurrenceEditorFrequenciesMonthly='Monthly'
7298
7578
 
7299
- i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7579
+ i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7300
7580
  recurrenceEditorFrequenciesNever='Never'
7301
7581
 
7302
- i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the scheduler recurrence editor."
7582
+ i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
7303
7583
  recurrenceEditorFrequenciesWeekly='Weekly'
7304
7584
 
7305
- i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the scheduler recurrence editor."
7585
+ i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
7306
7586
  recurrenceEditorFrequenciesYearly='Yearly'
7307
7587
 
7308
- i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the scheduler recurrence editor."
7588
+ i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
7309
7589
  recurrenceEditorOffsetPositionsFirst='First'
7310
7590
 
7311
- i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the scheduler recurrence editor."
7591
+ i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
7312
7592
  recurrenceEditorOffsetPositionsSecond='Second'
7313
7593
 
7314
- i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the scheduler recurrence editor."
7594
+ i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
7315
7595
  recurrenceEditorOffsetPositionsThird='Third'
7316
7596
 
7317
- i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the scheduler recurrence editor."
7597
+ i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
7318
7598
  recurrenceEditorOffsetPositionsFourth='Fourth'
7319
7599
 
7320
- i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the scheduler recurrence editor."
7600
+ i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
7321
7601
  recurrenceEditorOffsetPositionsLast='Last'
7322
7602
 
7323
7603
  i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
@@ -7329,43 +7609,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7329
7609
  i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
7330
7610
  recurrenceEditorWeekdaysWeekendday='Weekend Day'
7331
7611
 
7332
- i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the scheduler recurrence editor."
7612
+ i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
7333
7613
  recurrenceEditorEndAfter='After'
7334
7614
 
7335
- i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the scheduler recurrence editor."
7615
+ i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
7336
7616
  recurrenceEditorEndOccurrence='occurrence(s)'
7337
7617
 
7338
- i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the scheduler recurrence editor."
7618
+ i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
7339
7619
  recurrenceEditorEndLabel='End'
7340
7620
 
7341
- i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the scheduler recurrence editor."
7621
+ i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
7342
7622
  recurrenceEditorEndNever='Never'
7343
7623
 
7344
- i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the scheduler recurrence editor."
7624
+ i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
7345
7625
  recurrenceEditorEndOn='On'
7346
7626
 
7347
- i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the scheduler remove confirmation dialog."
7627
+ i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
7348
7628
  destroy='Delete'
7349
7629
 
7350
- i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in scheduler remove confirmation dialog."
7630
+ i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
7351
7631
  deleteConfirmation='Are you sure you want to delete this event?'
7352
7632
 
7353
- 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."
7633
+ 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."
7354
7634
  editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
7355
7635
 
7356
- i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the scheduler recurring confirmation dialog."
7636
+ i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7357
7637
  editOccurrence='Edit current occurrence'
7358
7638
 
7359
- i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the scheduler recurring confirmation dialog."
7639
+ i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
7360
7640
  editSeries='Edit the series'
7361
7641
 
7362
- 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."
7642
+ 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."
7363
7643
  deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
7364
7644
 
7365
- i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the scheduler recurring confirmation dialog."
7645
+ i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
7366
7646
  deleteOccurrence='Delete current occurrence'
7367
7647
 
7368
- i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the scheduler recurring confirmation dialog."
7648
+ i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
7369
7649
  deleteSeries='Delete the series'
7370
7650
 
7371
7651
  i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
@@ -7768,7 +8048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7768
8048
  /**
7769
8049
  * @hidden
7770
8050
  */
7771
- const createTasks$2 = (periodStart, periodEnd, items) => {
8051
+ const createTasks$3 = (periodStart, periodEnd, items) => {
7772
8052
  const tasks = [];
7773
8053
  const utcStart = toUTCDate(periodStart);
7774
8054
  const utcEnd = toUTCDate(periodEnd);
@@ -9828,7 +10108,7 @@ const last = (arr) => arr[arr.length - 1];
9828
10108
  /**
9829
10109
  * @hidden
9830
10110
  */
9831
- const createTasks$1 = (periodStart, periodEnd, items, ranges) => {
10111
+ const createTasks$2 = (periodStart, periodEnd, items, ranges) => {
9832
10112
  const tasks = [];
9833
10113
  const utcStart = toUTCDate(periodStart);
9834
10114
  const utcEnd = toUTCDate(periodEnd);
@@ -11349,7 +11629,7 @@ class MonthViewRendererComponent extends BaseView {
11349
11629
  }
11350
11630
  createTasks(items, dateRange) {
11351
11631
  this.weeks = this.createDaySlots(dateRange);
11352
- return createTasks$1(dateRange.start, dateRange.end, items, this.weeks);
11632
+ return createTasks$2(dateRange.start, dateRange.end, items, this.weeks);
11353
11633
  }
11354
11634
  onTasksChange() {
11355
11635
  updateTaskData(this.tasks);
@@ -12961,7 +13241,7 @@ const isMultiDay = ({ start, end }) => {
12961
13241
  };
12962
13242
  //check start and times or update day ranges to have them
12963
13243
  /** @hidden */
12964
- const createTasks = (periodStart, periodEnd, items, ranges) => {
13244
+ const createTasks$1 = (periodStart, periodEnd, items, ranges) => {
12965
13245
  const tasks = [];
12966
13246
  const utcStart = toUTCDate(periodStart);
12967
13247
  const utcEnd = toUTCDate(periodEnd);
@@ -13755,7 +14035,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
13755
14035
  start: toUTCTime(daySlot.start, startTimeSlot.start),
13756
14036
  end: nextDateEnd ? toUTCDate(daySlot.end) : toUTCTime(daySlot.start, endTimeSlot)
13757
14037
  }));
13758
- return createTasks(dateRange.start, dateRange.end, items, ranges);
14038
+ return createTasks$1(dateRange.start, dateRange.end, items, ranges);
13759
14039
  }
13760
14040
  onTasksChange() {
13761
14041
  this.items.next(this.tasks.filter(task => !task.isAllDay));
@@ -15180,7 +15460,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
15180
15460
  return result;
15181
15461
  }
15182
15462
  createTasks(items, dateRange) {
15183
- return createTasks$2(dateRange.start, dateRange.end, items);
15463
+ return createTasks$3(dateRange.start, dateRange.end, items);
15184
15464
  }
15185
15465
  onTasksChange() {
15186
15466
  this.items.next(this.tasks);
@@ -15603,11 +15883,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15603
15883
  class TimelineViewComponent extends TimelineBase {
15604
15884
  constructor(localization, changeDetector, viewContext, viewState) {
15605
15885
  super(localization, changeDetector, viewContext, viewState);
15606
- /**
15607
- * Specifies the number of days that the view will render.
15608
- * @default 1
15609
- */
15610
- this.numberOfDays = 1;
15886
+ this._numberOfDays = 1;
15611
15887
  /**
15612
15888
  * The invariant name for this view.
15613
15889
  * @default 'timeline'
@@ -15652,6 +15928,18 @@ class TimelineViewComponent extends TimelineBase {
15652
15928
  }
15653
15929
  return this.numberOfDays && this.numberOfDays > 1 ? '{0:d} - {1:d}' : '{0:d}';
15654
15930
  }
15931
+ /**
15932
+ * Specifies the number of days that the view will render.
15933
+ * > Normalized to `1` if the provided value is <= 0.
15934
+ * @default 1
15935
+ */
15936
+ set numberOfDays(days) {
15937
+ this._numberOfDays = days > 0 ? days : 1;
15938
+ }
15939
+ ;
15940
+ get numberOfDays() {
15941
+ return this._numberOfDays;
15942
+ }
15655
15943
  }
15656
15944
  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 });
15657
15945
  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: [{
@@ -15767,11 +16055,7 @@ class TimelineWeekViewComponent extends TimelineBase {
15767
16055
  * @default '{0:d} - {1:d}'
15768
16056
  */
15769
16057
  this.selectedShortDateFormat = '{0:d} - {1:d}';
15770
- /**
15771
- * Specifies the number of weeks that the view will render.
15772
- * @default 1
15773
- */
15774
- this.numberOfWeeks = 1;
16058
+ this._numberOfWeeks = 1;
15775
16059
  /**
15776
16060
  * The invariant name for this view.
15777
16061
  * @default 'timelineWeek'
@@ -15790,6 +16074,17 @@ class TimelineWeekViewComponent extends TimelineBase {
15790
16074
  get title() {
15791
16075
  return this.localization.get('timelineWeekViewTitle');
15792
16076
  }
16077
+ /**
16078
+ * Specifies the number of weeks that the view will render.
16079
+ * @default 1
16080
+ */
16081
+ set numberOfWeeks(weeks) {
16082
+ this._numberOfWeeks = weeks > 0 ? weeks : 1;
16083
+ }
16084
+ ;
16085
+ get numberOfWeeks() {
16086
+ return this._numberOfWeeks;
16087
+ }
15793
16088
  }
15794
16089
  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 });
15795
16090
  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: [{
@@ -15893,11 +16188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15893
16188
  class TimelineMonthViewComponent extends TimelineBase {
15894
16189
  constructor(localization, changeDetector, viewContext, viewState) {
15895
16190
  super(localization, changeDetector, viewContext, viewState);
15896
- /**
15897
- * Specifies the number of months that the view will render.
15898
- * @default 1
15899
- */
15900
- this.numberOfMonths = 1;
16191
+ this._numberOfMonths = 1;
15901
16192
  /**
15902
16193
  * The invariant name for this view.
15903
16194
  * @default 'timelineMonth'
@@ -15960,6 +16251,18 @@ class TimelineMonthViewComponent extends TimelineBase {
15960
16251
  }
15961
16252
  return this.numberOfMonths && this.numberOfMonths > 1 ? '{0:y} - {1:y}' : '{0:y}';
15962
16253
  }
16254
+ /**
16255
+ * Specifies the number of months that the view will render.
16256
+ * > Normalized to `1` if the provided value is <= 0.
16257
+ * @default 1
16258
+ */
16259
+ set numberOfMonths(months) {
16260
+ this._numberOfMonths = months > 0 ? months : 1;
16261
+ }
16262
+ ;
16263
+ get numberOfMonths() {
16264
+ return this._numberOfMonths;
16265
+ }
15963
16266
  }
15964
16267
  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 });
15965
16268
  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: [{
@@ -16606,6 +16909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16606
16909
  }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
16607
16910
 
16608
16911
  const isContentWrapper = element => hasClasses(element, 'k-scheduler-content');
16912
+ const CALENDAR_TAG = 'KENDO-CALENDAR-HORIZONTAL';
16609
16913
  /**
16610
16914
  * @hidden
16611
16915
  */
@@ -16698,6 +17002,10 @@ class ShortcutsDirective {
16698
17002
  }, {
16699
17003
  match: e => (e.keyCode === Keys.ArrowUp || e.keyCode === Keys.ArrowLeft) && noModifiers(e) && !isContentWrapper(e.target),
16700
17004
  action: e => {
17005
+ //use the MultiViewCalendar navigation for Year View
17006
+ if (e.target.tagName === CALENDAR_TAG) {
17007
+ return;
17008
+ }
16701
17009
  const prevented = this.scheduler.onNavigationAction({ type: 'focus-prev' });
16702
17010
  if (!prevented) {
16703
17011
  const item = this.focusService.activeItem;
@@ -16711,6 +17019,10 @@ class ShortcutsDirective {
16711
17019
  }, {
16712
17020
  match: e => (e.keyCode === Keys.ArrowDown || e.keyCode === Keys.ArrowRight) && noModifiers(e) && !isContentWrapper(e.target),
16713
17021
  action: e => {
17022
+ //use the MultiViewCalendar navigation for Year View
17023
+ if (e.target.tagName === CALENDAR_TAG) {
17024
+ return;
17025
+ }
16714
17026
  const prevented = this.scheduler.onNavigationAction({ type: 'focus-next' });
16715
17027
  if (!prevented) {
16716
17028
  const isInToolbar = this.focusService.activeItem.containerType === 'toolbar';
@@ -16872,6 +17184,579 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16872
17184
  type: Output
16873
17185
  }] } });
16874
17186
 
17187
+ /**
17188
+ * @hidden
17189
+ */
17190
+ const createTasks = (periodStart, periodEnd, items, ranges) => {
17191
+ const tasks = [];
17192
+ const utcStart = toUTCDateTime(periodStart);
17193
+ const utcEnd = toUTCDateTime(periodEnd);
17194
+ for (let index = 0; index < items.length; index++) {
17195
+ const item = items[index];
17196
+ const data = {};
17197
+ const startTime = item.start.toUTCDate();
17198
+ const end = item.end;
17199
+ const endTime = (item.end.getTime() !== end.getTime() ? end.addDays(1) : end).toUTCDate();
17200
+ if (intersects(startTime, endTime, utcStart, utcEnd)) {
17201
+ for (let rangeIdx = 0; rangeIdx < ranges.length; rangeIdx++) {
17202
+ const range = ranges[rangeIdx];
17203
+ const rangeStart = toUTCDate(range);
17204
+ const rangeEnd = toUTCDate(addDays(range, 1));
17205
+ if (intersects(startTime, endTime, rangeStart, rangeEnd)) {
17206
+ const task = {
17207
+ index,
17208
+ startTime: startTime > rangeStart ? startTime : rangeStart,
17209
+ endTime: endTime < rangeEnd ? endTime : rangeEnd,
17210
+ start: item.start,
17211
+ end: item.end,
17212
+ event: item.event,
17213
+ isAllDay: item.event.isAllDay,
17214
+ rangeIndex: rangeIdx,
17215
+ data: data
17216
+ };
17217
+ task.head = endTime > rangeEnd && startTime > rangeStart;
17218
+ task.tail = startTime < rangeStart && endTime < rangeEnd;
17219
+ task.mid = endTime > rangeEnd && startTime < rangeStart;
17220
+ task.isMultiDay = task.head || task.mid || task.tail;
17221
+ tasks.push(task);
17222
+ }
17223
+ }
17224
+ }
17225
+ }
17226
+ return sortTasksByTime(tasks);
17227
+ };
17228
+ /**
17229
+ * @hidden
17230
+ */
17231
+ const noop = (_) => { };
17232
+ /**
17233
+ * @hidden
17234
+ */
17235
+ const yearEnd = (year) => new Date(year, 11, 31, 23, 59, 59, 999);
17236
+ /**
17237
+ * @hidden
17238
+ */
17239
+ const yearStart = (year) => new Date(year, 0, 1, 0, 0, 0, 0);
17240
+
17241
+ const today = new Date(Date.now());
17242
+ const getDateAttribute = (element) => element?.querySelector('span>span[date]')?.getAttribute('date');
17243
+ /**
17244
+ * @hidden
17245
+ */
17246
+ class YearViewInternalComponent extends BaseView {
17247
+ constructor(localization, focusService, intl, viewContext, viewState, zone, renderer, pdfService, element, slotService, scrollBarWidthService, changeDetector, localeId) {
17248
+ super(viewContext, viewState, intl, slotService, zone, renderer, element, pdfService, localization, changeDetector, scrollBarWidthService);
17249
+ this.localization = localization;
17250
+ this.focusService = focusService;
17251
+ this.intl = intl;
17252
+ this.localeId = localeId;
17253
+ this.caretAltLeftIcon = caretAltLeftIcon;
17254
+ this.caretAltRightIcon = caretAltRightIcon;
17255
+ this.eventsPerSelectedDay = [];
17256
+ this.days = [];
17257
+ this.tds = [];
17258
+ this.isTooltipClicked = false;
17259
+ this.slotByIndex = (slotIndex, args) => noop(slotIndex);
17260
+ this.dragHintSize = (startSlot, endSlot) => noop(startSlot);
17261
+ this.dragRanges = (slot) => noop(slot);
17262
+ this.slotByPosition = (x, y, container) => noop(x);
17263
+ this.cachedTds = [];
17264
+ }
17265
+ get arrowIcons() {
17266
+ return !this.localization.rtl
17267
+ ? ['caret-alt-left', 'caret-alt-right']
17268
+ : ['caret-alt-right', 'caret-alt-left'];
17269
+ }
17270
+ get arrowSVGIcons() {
17271
+ return !this.localization.rtl
17272
+ ? [this.caretAltLeftIcon, this.caretAltRightIcon]
17273
+ : [this.caretAltRightIcon, this.caretAltLeftIcon];
17274
+ }
17275
+ ngAfterViewInit() {
17276
+ this.updateTds();
17277
+ super.ngAfterViewInit();
17278
+ }
17279
+ getSlotClass(date) {
17280
+ if (this.slotClass) {
17281
+ return this.slotClass({
17282
+ start: date,
17283
+ end: addDays(date, 1),
17284
+ events: this.eventsPerDay(date),
17285
+ });
17286
+ }
17287
+ }
17288
+ getEventClasses(item, resources, isAllDay) {
17289
+ if (this.eventClass) {
17290
+ return this.eventClass({
17291
+ event: item.event,
17292
+ resources,
17293
+ isAllDay,
17294
+ });
17295
+ }
17296
+ }
17297
+ onBlur() {
17298
+ if (!this.isTooltipClicked) {
17299
+ this.tooltip.hide();
17300
+ }
17301
+ this.isTooltipClicked = false;
17302
+ }
17303
+ getDate(element) {
17304
+ return new Date(getDateAttribute(element.nativeElement));
17305
+ }
17306
+ eventTitle(event) {
17307
+ const startTime = toLocalDate(event.startTime);
17308
+ const endTime = toLocalDate(event.endTime);
17309
+ const time = formatEventTime(startTime, endTime, event.isAllDay, this.localeId);
17310
+ return `${time}, ${event.event.title}`;
17311
+ }
17312
+ onClick(event) {
17313
+ if (event.target.tagName === 'SPAN') {
17314
+ const clickedDate = getDateAttribute(event.target.closest('td.k-calendar-td'));
17315
+ if (clickedDate === getDateAttribute(this.currentTd)) {
17316
+ this.tooltip.show(this.currentTd);
17317
+ }
17318
+ }
17319
+ else {
17320
+ this.tooltip.hide();
17321
+ }
17322
+ }
17323
+ onMouseDown() {
17324
+ this.isTooltipClicked = true;
17325
+ }
17326
+ onKeydown(event) {
17327
+ if (event.key === 'Backspace' || event.key === 'Delete') {
17328
+ this.tooltip.hide();
17329
+ }
17330
+ if (event.key === 'Enter' && !this.tooltip.popupRef) {
17331
+ this.tooltip.show(this.currentTd);
17332
+ return;
17333
+ }
17334
+ if (event.key === 'Enter' && this.tooltip.popupRef && (getDateAttribute(this.currentTd) === this.calendar.focusedDate.toString())) {
17335
+ this.navigateToDay(new Date(getDateAttribute(this.currentTd)));
17336
+ }
17337
+ }
17338
+ navigateToDay(date) {
17339
+ this.tooltip.hide();
17340
+ this.zone.run(() => {
17341
+ this.viewState.navigateTo({ viewName: 'day', date: new Date(date) });
17342
+ });
17343
+ }
17344
+ eventsPerDay(date) {
17345
+ return this.tasksPerDay(date)?.map((task) => task.event) || [];
17346
+ }
17347
+ tasksPerDay(date) {
17348
+ if (this.resources?.length > 0) {
17349
+ return this.tasks?.filter((event) => event.resources.length > 0 &&
17350
+ event.startTime.getUTCDate() === date.getDate() &&
17351
+ event.startTime.getUTCMonth() === date.getMonth());
17352
+ }
17353
+ else {
17354
+ return this.tasks?.filter((event) => event.startTime.getUTCDate() === date.getDate() && event.startTime.getUTCMonth() === date.getMonth());
17355
+ }
17356
+ }
17357
+ onValueChange(date) {
17358
+ this.eventsPerSelectedDay = this.tasksPerDay(date);
17359
+ this.currentTd = this.tds.find((td) => getDateAttribute(td) === date.toString());
17360
+ if (this.tooltip.popupRef) {
17361
+ this.tooltip.hide();
17362
+ }
17363
+ }
17364
+ hasEvent(date) {
17365
+ return this.tasksPerDay(date).length > 0;
17366
+ }
17367
+ createPDFElement() {
17368
+ const element = this.element.nativeElement.cloneNode(true);
17369
+ element.style.width = `${this.element.nativeElement.offsetWidth}px`;
17370
+ element.querySelector('.k-scheduler-layout').style.height = 'auto';
17371
+ this.pdfService.elementReady.emit({
17372
+ element: element,
17373
+ });
17374
+ }
17375
+ onSelectDate(date) {
17376
+ const year = date.getFullYear();
17377
+ this.focusedDate = new Date(year, today.getMonth(), today.getDate());
17378
+ const start = yearStart(year);
17379
+ this.selectedDate = start;
17380
+ const dateRange = this.dateRange(date);
17381
+ this.viewState.notifyDateRange(dateRange);
17382
+ this.days = this.createDaySlots(dateRange);
17383
+ if (this.calendar) {
17384
+ this.calendar.min = start;
17385
+ this.calendar.max = yearEnd(start.getFullYear());
17386
+ this.updateTds();
17387
+ }
17388
+ }
17389
+ onAction(e) {
17390
+ const now = this.selectedDate;
17391
+ if (e.type === 'next' || e.type === 'prev') {
17392
+ const offset = e.type === 'next' ? 1 : -1;
17393
+ const next = addYears(now, offset);
17394
+ this.viewState.notifyNextDate(next);
17395
+ this.calendar.min = next;
17396
+ this.calendar.max = yearEnd(next.getFullYear());
17397
+ this.focusedDate = new Date(next.getFullYear(), today.getMonth(), today.getDate());
17398
+ }
17399
+ }
17400
+ createTasks(items, dateRange) {
17401
+ this.days = this.createDaySlots(dateRange);
17402
+ return createTasks(dateRange.start, dateRange.end, items, this.days);
17403
+ }
17404
+ reflow() {
17405
+ this.updateContentHeight();
17406
+ const content = this.content.nativeElement;
17407
+ if (this.contentHeight === 'auto') {
17408
+ // bigger size changes cause the table to overflow the container and in horizontal scrollbars
17409
+ // this changes the table and slots size during rendering before the browser re-adjusts the 100% table width
17410
+ content.style.overflow = 'visible';
17411
+ }
17412
+ if (this.contentHeight === 'auto') {
17413
+ content.style.overflow = '';
17414
+ }
17415
+ }
17416
+ dateRange(date = this.selectedDate) {
17417
+ return this.dateRangeFn(date);
17418
+ }
17419
+ onTasksChange() {
17420
+ this.items.next(this.tasks);
17421
+ }
17422
+ createDaySlots({ start }) {
17423
+ const days = [];
17424
+ const monthsPerYear = 12;
17425
+ let date = start;
17426
+ for (let idx = 0; idx < monthsPerYear; idx++) {
17427
+ const monthTotalDays = this.getLastDayOfMonth(date.getFullYear(), date.getMonth());
17428
+ for (let dayIdx = 0; dayIdx < monthTotalDays; dayIdx++) {
17429
+ days.push(date);
17430
+ const nextDay = addDays(date, 1);
17431
+ date = nextDay;
17432
+ }
17433
+ }
17434
+ return days;
17435
+ }
17436
+ getLastDayOfMonth(year, month) {
17437
+ return new Date(year, month + 1, 0).getDate();
17438
+ }
17439
+ updateTds() {
17440
+ this.cachedTds.forEach((td) => {
17441
+ this.renderer.setAttribute(td, 'class', 'k-calendar-td');
17442
+ });
17443
+ this.cachedTds = [];
17444
+ this.tds = Array.from(this.calendar.element.nativeElement.querySelectorAll('.k-calendar-td:not(.k-other-month)'));
17445
+ if (this.slotClass) {
17446
+ this.tds.forEach((td) => {
17447
+ const date = toUTCDate(new Date(getDateAttribute(td)));
17448
+ const userClass = this.getSlotClass(date);
17449
+ if (userClass) {
17450
+ this.renderer.addClass(td, userClass);
17451
+ this.cachedTds.push(td);
17452
+ }
17453
+ });
17454
+ }
17455
+ }
17456
+ }
17457
+ 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 });
17458
+ 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: `
17459
+ <div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
17460
+ <div class="k-scheduler-body">
17461
+ <kendo-multiviewcalendar
17462
+ [showOtherMonthDates]="false"
17463
+ [showCalendarHeader]="false"
17464
+ [showViewHeader]="true"
17465
+ [views]="12"
17466
+ [focusedDate]="focusedDate"
17467
+ kendoTooltip
17468
+ filter=".k-calendar-td"
17469
+ showOn="none"
17470
+ [tooltipTemplate]="template"
17471
+ position="right"
17472
+ tooltipContentClass="k-scheduler-tooltip"
17473
+ [tooltipWidth]="220"
17474
+ [collision]="{ horizontal: 'flip', vertical: 'flip' }"
17475
+ (valueChange)="onValueChange($event)"
17476
+ (blur)="onBlur()"
17477
+ >
17478
+ <ng-template kendoCalendarMonthCellTemplate let-date let-context="cellContext">
17479
+ <span *ngIf="!context.isOtherMonth" [attr.date]="date">{{ date.getDate() }}</span>
17480
+ <span *ngIf="!context.isOtherMonth && hasEvent(date)" class="k-day-indicator"></span>
17481
+ </ng-template>
17482
+ </kendo-multiviewcalendar>
17483
+ </div>
17484
+ </div>
17485
+ <ng-template #template let-anchor>
17486
+ <div
17487
+ class="k-tooltip-title k-text-center"
17488
+ (click)="navigateToDay(getDate(anchor))"
17489
+ (mousedown)="onMouseDown()"
17490
+ >
17491
+ <div class="k-month">{{ intl.formatDate(getDate(anchor), 'MMM') }}</div>
17492
+ <div class="k-link k-day k-text-primary">{{ intl.formatDate(getDate(anchor), 'dd') }}</div>
17493
+ </div>
17494
+ <div class="k-tooltip-events-container" (mousedown)="onMouseDown()">
17495
+ <div class="k-tooltip-events">
17496
+ <div
17497
+ *ngFor="let event of eventsPerSelectedDay"
17498
+ class="k-tooltip-event k-event"
17499
+ [title]="eventTitle(event)"
17500
+ [ngClass]="getEventClasses(event, event.resources)"
17501
+ [ngStyle]="getEventStyles(event, event.resources[0], event.isAllDay)"
17502
+ >
17503
+ <kendo-icon-wrapper
17504
+ *ngIf="event.tail || event.mid"
17505
+ [name]="arrowIcons[0]"
17506
+ [svgIcon]="arrowSVGIcons[0]"
17507
+ >
17508
+ </kendo-icon-wrapper>
17509
+ <div class="k-event-title k-text-ellipsis">{{ event.event.title }}</div>
17510
+ <span class="k-spacer"></span>
17511
+ <span
17512
+ class="k-event-time"
17513
+ *ngIf="(event.isMultiDay && event.head && !event.isAllDay) || !event.isMultiDay"
17514
+ >{{ intl.formatDate(event.start, 't') }}</span
17515
+ >
17516
+ <kendo-icon-wrapper
17517
+ *ngIf="event.head || event.mid"
17518
+ [name]="arrowIcons[1]"
17519
+ [svgIcon]="arrowSVGIcons[1]"
17520
+ >
17521
+ </kendo-icon-wrapper>
17522
+ </div>
17523
+ </div>
17524
+ </div>
17525
+ <div *ngIf="eventsPerSelectedDay.length === 0" class="k-no-data k-text-center">
17526
+ {{ localization.get('yearViewNoEvents') }}
17527
+ </div>
17528
+ </ng-template>
17529
+ `, 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"] }] });
17530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewInternalComponent, decorators: [{
17531
+ type: Component,
17532
+ args: [{
17533
+ selector: 'year-view-internal',
17534
+ providers: [MonthSlotService],
17535
+ template: `
17536
+ <div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
17537
+ <div class="k-scheduler-body">
17538
+ <kendo-multiviewcalendar
17539
+ [showOtherMonthDates]="false"
17540
+ [showCalendarHeader]="false"
17541
+ [showViewHeader]="true"
17542
+ [views]="12"
17543
+ [focusedDate]="focusedDate"
17544
+ kendoTooltip
17545
+ filter=".k-calendar-td"
17546
+ showOn="none"
17547
+ [tooltipTemplate]="template"
17548
+ position="right"
17549
+ tooltipContentClass="k-scheduler-tooltip"
17550
+ [tooltipWidth]="220"
17551
+ [collision]="{ horizontal: 'flip', vertical: 'flip' }"
17552
+ (valueChange)="onValueChange($event)"
17553
+ (blur)="onBlur()"
17554
+ >
17555
+ <ng-template kendoCalendarMonthCellTemplate let-date let-context="cellContext">
17556
+ <span *ngIf="!context.isOtherMonth" [attr.date]="date">{{ date.getDate() }}</span>
17557
+ <span *ngIf="!context.isOtherMonth && hasEvent(date)" class="k-day-indicator"></span>
17558
+ </ng-template>
17559
+ </kendo-multiviewcalendar>
17560
+ </div>
17561
+ </div>
17562
+ <ng-template #template let-anchor>
17563
+ <div
17564
+ class="k-tooltip-title k-text-center"
17565
+ (click)="navigateToDay(getDate(anchor))"
17566
+ (mousedown)="onMouseDown()"
17567
+ >
17568
+ <div class="k-month">{{ intl.formatDate(getDate(anchor), 'MMM') }}</div>
17569
+ <div class="k-link k-day k-text-primary">{{ intl.formatDate(getDate(anchor), 'dd') }}</div>
17570
+ </div>
17571
+ <div class="k-tooltip-events-container" (mousedown)="onMouseDown()">
17572
+ <div class="k-tooltip-events">
17573
+ <div
17574
+ *ngFor="let event of eventsPerSelectedDay"
17575
+ class="k-tooltip-event k-event"
17576
+ [title]="eventTitle(event)"
17577
+ [ngClass]="getEventClasses(event, event.resources)"
17578
+ [ngStyle]="getEventStyles(event, event.resources[0], event.isAllDay)"
17579
+ >
17580
+ <kendo-icon-wrapper
17581
+ *ngIf="event.tail || event.mid"
17582
+ [name]="arrowIcons[0]"
17583
+ [svgIcon]="arrowSVGIcons[0]"
17584
+ >
17585
+ </kendo-icon-wrapper>
17586
+ <div class="k-event-title k-text-ellipsis">{{ event.event.title }}</div>
17587
+ <span class="k-spacer"></span>
17588
+ <span
17589
+ class="k-event-time"
17590
+ *ngIf="(event.isMultiDay && event.head && !event.isAllDay) || !event.isMultiDay"
17591
+ >{{ intl.formatDate(event.start, 't') }}</span
17592
+ >
17593
+ <kendo-icon-wrapper
17594
+ *ngIf="event.head || event.mid"
17595
+ [name]="arrowIcons[1]"
17596
+ [svgIcon]="arrowSVGIcons[1]"
17597
+ >
17598
+ </kendo-icon-wrapper>
17599
+ </div>
17600
+ </div>
17601
+ </div>
17602
+ <div *ngIf="eventsPerSelectedDay.length === 0" class="k-no-data k-text-center">
17603
+ {{ localization.get('yearViewNoEvents') }}
17604
+ </div>
17605
+ </ng-template>
17606
+ `,
17607
+ }]
17608
+ }], ctorParameters: function () { 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: [{
17609
+ type: Inject,
17610
+ args: [LOCALE_ID]
17611
+ }] }]; }, propDecorators: { newRange: [{
17612
+ type: Input
17613
+ }], dateRangeFn: [{
17614
+ type: Input
17615
+ }], calendar: [{
17616
+ type: ViewChild,
17617
+ args: [MultiViewCalendarComponent]
17618
+ }], tooltip: [{
17619
+ type: ViewChild,
17620
+ args: [TooltipDirective]
17621
+ }], selectedDateFormat: [{
17622
+ type: Input
17623
+ }], selectedShortDateFormat: [{
17624
+ type: Input
17625
+ }] } });
17626
+
17627
+ /**
17628
+ * The component for rendering the **Year** view.
17629
+ */
17630
+ class YearViewComponent extends ConfigurationViewBase {
17631
+ constructor(localization, changeDetector, viewContext, viewState, intl) {
17632
+ super(localization, changeDetector, viewContext, viewState);
17633
+ this.intl = intl;
17634
+ /**
17635
+ * The long-date format for displaying the
17636
+ * selected year in the Scheduler toolbar.
17637
+ * For more information, see [Parsing and Formatting Dates and Numbers]({% slug parsingandformatting_intl %}#toc-date-formatting).
17638
+ * @default '{0:yyy}'
17639
+ */
17640
+ this.selectedDateFormat = '{0:yyy}';
17641
+ /**
17642
+ * The short-date format for displaying the
17643
+ * selected year in the Scheduler toolbar.
17644
+ * For more information, see [Parsing and Formatting Dates and Numbers]({% slug parsingandformatting_intl %}#toc-date-formatting).
17645
+ * @default '{0:yyy}'
17646
+ */
17647
+ this.selectedShortDateFormat = '{0:yyy}';
17648
+ /**
17649
+ * The invariant name for this view.
17650
+ * @default 'year'
17651
+ */
17652
+ this.name = 'year';
17653
+ }
17654
+ /**
17655
+ * @hidden
17656
+ */
17657
+ get title() {
17658
+ return this.localization.get('yearViewTitle');
17659
+ }
17660
+ /**
17661
+ * @hidden
17662
+ */
17663
+ dateRange(date) {
17664
+ const year = date.getFullYear();
17665
+ const start = yearStart(year);
17666
+ const end = yearEnd(year);
17667
+ const text = this.intl.format(this.selectedDateFormat, start);
17668
+ const shortText = this.intl.format(this.selectedShortDateFormat, start);
17669
+ return { start, end, text, shortText };
17670
+ }
17671
+ /**
17672
+ * @hidden
17673
+ */
17674
+ newRange(date, direction = 1) {
17675
+ return new Date(addYears(date, direction));
17676
+ }
17677
+ }
17678
+ 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 });
17679
+ 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: [{
17680
+ provide: SchedulerView,
17681
+ useExisting: forwardRef(() => YearViewComponent)
17682
+ }], usesInheritance: true, ngImport: i0, template: `
17683
+ <ng-template #content>
17684
+ <year-view-internal
17685
+ [selectedDateFormat]="selectedDateFormat"
17686
+ [selectedShortDateFormat]="selectedShortDateFormat"
17687
+ [slotClass]="viewSlotClass"
17688
+ [eventClass]="viewEventClass"
17689
+ [eventStyles]="viewEventStyles"
17690
+ [dateRangeFn]="dateRange"
17691
+ [newRange]="newRange">
17692
+ </year-view-internal>
17693
+ </ng-template>
17694
+ `, isInline: true, components: [{ type: YearViewInternalComponent, selector: "year-view-internal", inputs: ["newRange", "dateRangeFn", "selectedDateFormat", "selectedShortDateFormat"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewComponent, decorators: [{
17696
+ type: Component,
17697
+ args: [{
17698
+ changeDetection: ChangeDetectionStrategy.OnPush,
17699
+ selector: 'kendo-scheduler-year-view',
17700
+ providers: [{
17701
+ provide: SchedulerView,
17702
+ useExisting: forwardRef(() => YearViewComponent)
17703
+ }],
17704
+ template: `
17705
+ <ng-template #content>
17706
+ <year-view-internal
17707
+ [selectedDateFormat]="selectedDateFormat"
17708
+ [selectedShortDateFormat]="selectedShortDateFormat"
17709
+ [slotClass]="viewSlotClass"
17710
+ [eventClass]="viewEventClass"
17711
+ [eventStyles]="viewEventStyles"
17712
+ [dateRangeFn]="dateRange"
17713
+ [newRange]="newRange">
17714
+ </year-view-internal>
17715
+ </ng-template>
17716
+ `
17717
+ }]
17718
+ }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$4.IntlService }]; }, propDecorators: { selectedDateFormat: [{
17719
+ type: Input
17720
+ }], selectedShortDateFormat: [{
17721
+ type: Input
17722
+ }] } });
17723
+
17724
+ /**
17725
+ * @hidden
17726
+ */
17727
+ class YearViewModule {
17728
+ }
17729
+ YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17730
+ YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, declarations: [YearViewComponent,
17731
+ YearViewInternalComponent], imports: [ViewsSharedModule,
17732
+ CalendarsModule,
17733
+ TooltipsModule,
17734
+ IntlModule], exports: [YearViewComponent] });
17735
+ YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, imports: [[
17736
+ ViewsSharedModule,
17737
+ CalendarsModule,
17738
+ TooltipsModule,
17739
+ IntlModule
17740
+ ]] });
17741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, decorators: [{
17742
+ type: NgModule,
17743
+ args: [{
17744
+ imports: [
17745
+ ViewsSharedModule,
17746
+ CalendarsModule,
17747
+ TooltipsModule,
17748
+ IntlModule
17749
+ ],
17750
+ exports: [
17751
+ YearViewComponent
17752
+ ],
17753
+ declarations: [
17754
+ YearViewComponent,
17755
+ YearViewInternalComponent
17756
+ ]
17757
+ }]
17758
+ }] });
17759
+
16875
17760
  const TEMPLATES = [
16876
17761
  AgendaDateTemplateDirective,
16877
17762
  AgendaTimeTemplateDirective,
@@ -16917,6 +17802,7 @@ const declarations$1 = [
16917
17802
  const publicDirectives = [
16918
17803
  AgendaViewComponent,
16919
17804
  MonthViewModule,
17805
+ YearViewComponent,
16920
17806
  MultiDayViewModule,
16921
17807
  ReactiveEditingDirective,
16922
17808
  TimelineViewModule,
@@ -17001,7 +17887,8 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
17001
17887
  ResizeSensorModule,
17002
17888
  MonthViewModule,
17003
17889
  TimelineViewModule,
17004
- WatermarkModule, ButtonsModule,
17890
+ WatermarkModule,
17891
+ YearViewModule, ButtonsModule,
17005
17892
  CheckBoxModule,
17006
17893
  TextAreaModule,
17007
17894
  DateInputsModule,
@@ -17014,6 +17901,7 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
17014
17901
  LabelModule,
17015
17902
  FormFieldModule], exports: [AgendaViewComponent,
17016
17903
  MonthViewModule,
17904
+ YearViewComponent,
17017
17905
  MultiDayViewModule,
17018
17906
  ReactiveEditingDirective,
17019
17907
  TimelineViewModule, ToolbarNavigationComponent, ToolbarTemplateDirective, ToolbarViewSelectorComponent, SchedulerComponent,
@@ -17064,6 +17952,7 @@ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
17064
17952
  MonthViewModule,
17065
17953
  TimelineViewModule,
17066
17954
  WatermarkModule,
17955
+ YearViewModule,
17067
17956
  ...importedKendoModules
17068
17957
  ], MonthViewModule,
17069
17958
  MultiDayViewModule,
@@ -17080,6 +17969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
17080
17969
  MonthViewModule,
17081
17970
  TimelineViewModule,
17082
17971
  WatermarkModule,
17972
+ YearViewModule,
17083
17973
  ...importedKendoModules
17084
17974
  ],
17085
17975
  declarations: declarations$1,
@@ -17636,5 +18526,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
17636
18526
  * Generated bundle index. Do not edit.
17637
18527
  */
17638
18528
 
17639
- 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 };
18529
+ 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 };
17640
18530