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

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 (380) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  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 +1 -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 +1 -1
  24. package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
  25. package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
  26. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
  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 +1 -1
  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 +1 -1
  61. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +1 -1
  62. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +1 -1
  63. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +1 -1
  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 +1 -1
  69. package/esm2020/editing/resource-single-editor.component.mjs +1 -1
  70. package/esm2020/editing/timezone-editor.component.mjs +1 -1
  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 +1 -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 +1 -1
  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 +1 -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 +1 -1
  121. package/esm2020/scheduler.module.mjs +1 -1
  122. package/esm2020/shared.module.mjs +1 -1
  123. package/esm2020/toolbar/navigation.component.mjs +1 -1
  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 +1 -1
  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 +5 -5
  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 +7 -3
  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 +3 -4
  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 +40 -15
  214. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +1 -1
  215. package/esm2020/views/timeline/timeline-view.component.mjs +41 -14
  216. package/esm2020/views/timeline/timeline-view.module.mjs +1 -1
  217. package/esm2020/views/timeline/timeline-week-view.component.mjs +11 -4
  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/events/add-event.d.ts +1 -1
  228. package/events/cancel-event.d.ts +1 -1
  229. package/events/create-event.d.ts +1 -1
  230. package/events/date-change-event.d.ts +1 -1
  231. package/events/drag-end-event.d.ts +1 -1
  232. package/events/drag-event.d.ts +1 -1
  233. package/events/drag-start-event.d.ts +1 -1
  234. package/events/edit-event-base.d.ts +1 -1
  235. package/events/edit-event.d.ts +1 -1
  236. package/events/event-click-event.d.ts +1 -1
  237. package/events/event-keydown-event.d.ts +1 -1
  238. package/events/navigate-event.d.ts +1 -1
  239. package/events/preventable-event.d.ts +1 -1
  240. package/events/remove-event.d.ts +1 -1
  241. package/events/resize-end-event.d.ts +1 -1
  242. package/events/resize-event.d.ts +1 -1
  243. package/events/resize-start-event.d.ts +1 -1
  244. package/events/save-event.d.ts +1 -1
  245. package/events/slot-click-event.d.ts +1 -1
  246. package/events/slot-drag-end-event.d.ts +1 -1
  247. package/events/slot-drag-event.d.ts +1 -1
  248. package/events/slot-drag-start-event.d.ts +1 -1
  249. package/events/view-event-map.d.ts +1 -1
  250. package/events.d.ts +1 -1
  251. package/fesm2015/progress-kendo-angular-scheduler.mjs +115 -42
  252. package/fesm2020/progress-kendo-angular-scheduler.mjs +115 -42
  253. package/index.d.ts +1 -1
  254. package/loading.component.d.ts +1 -1
  255. package/localization/custom-messages.component.d.ts +1 -1
  256. package/localization/localized-messages.directive.d.ts +1 -1
  257. package/localization/messages.d.ts +1 -1
  258. package/localization/scheduler-localization.service.d.ts +1 -1
  259. package/navigation/focus-position.interface.d.ts +1 -1
  260. package/navigation/focus.service.d.ts +1 -1
  261. package/navigation/focusable-element.interface.d.ts +1 -1
  262. package/navigation/focusable.directive.d.ts +4 -3
  263. package/navigation/shortcuts.directive.d.ts +1 -1
  264. package/navigation.d.ts +1 -1
  265. package/package-metadata.d.ts +1 -1
  266. package/package.json +13 -13
  267. package/pdf/pdf-command.directive.d.ts +1 -1
  268. package/pdf/pdf-export-event.d.ts +1 -1
  269. package/pdf/pdf.component.d.ts +1 -1
  270. package/pdf/pdf.module.d.ts +1 -1
  271. package/pdf/pdf.service.d.ts +1 -1
  272. package/progress-kendo-angular-scheduler.d.ts +1 -1
  273. package/scheduler.component.d.ts +1 -1
  274. package/scheduler.module.d.ts +1 -1
  275. package/schematics/ngAdd/index.js +2 -2
  276. package/shared.module.d.ts +1 -1
  277. package/toolbar/navigation.component.d.ts +1 -1
  278. package/toolbar/toolbar-context.d.ts +1 -1
  279. package/toolbar/toolbar-template.directive.d.ts +1 -1
  280. package/toolbar/toolbar.component.d.ts +1 -1
  281. package/toolbar/toolbar.module.d.ts +1 -1
  282. package/toolbar/toolbar.service.d.ts +1 -1
  283. package/toolbar/view-selector.component.d.ts +1 -1
  284. package/types/actions.d.ts +1 -1
  285. package/types/create-form-group-args.interface.d.ts +1 -1
  286. package/types/crud-operation.enum.d.ts +1 -1
  287. package/types/current-time-settings.interface.d.ts +1 -1
  288. package/types/date-range.interface.d.ts +1 -1
  289. package/types/datepicker-options.interface.d.ts +1 -1
  290. package/types/edit-event-args.interface.d.ts +1 -1
  291. package/types/edit-mode.enum.d.ts +1 -1
  292. package/types/editable-settings.interface.d.ts +1 -1
  293. package/types/event-style-args.interface.d.ts +1 -1
  294. package/types/focusable-container.d.ts +1 -1
  295. package/types/group.interface.d.ts +1 -1
  296. package/types/numeric-options.interface.d.ts +1 -1
  297. package/types/ongoing-events-settings.interface.d.ts +1 -1
  298. package/types/resource.interface.d.ts +1 -1
  299. package/types/scheduler-event.d.ts +1 -1
  300. package/types/scheduler-model-fields.interface.d.ts +1 -1
  301. package/types/scheduler-slot.interface.d.ts +1 -1
  302. package/types/scheduler-view.d.ts +1 -1
  303. package/types/slot-class-args.interface.d.ts +1 -1
  304. package/types/slot-selection.d.ts +1 -1
  305. package/types/view-item.interface.d.ts +1 -1
  306. package/types.d.ts +1 -1
  307. package/views/agenda/agenda-header-item.component.d.ts +1 -1
  308. package/views/agenda/agenda-header.component.d.ts +1 -1
  309. package/views/agenda/agenda-task-item.component.d.ts +1 -1
  310. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  311. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  312. package/views/agenda/agenda-view.component.d.ts +1 -1
  313. package/views/agenda/agenda-view.module.d.ts +1 -1
  314. package/views/agenda/tasks.collection.d.ts +1 -1
  315. package/views/agenda/utils.d.ts +1 -1
  316. package/views/common/base-view.d.ts +1 -1
  317. package/views/common/configuration-view-base.d.ts +1 -1
  318. package/views/common/dom-events.service.d.ts +1 -1
  319. package/views/common/hint-container.component.d.ts +1 -1
  320. package/views/common/repeat.pipe.d.ts +1 -1
  321. package/views/common/resize-hint.component.d.ts +1 -1
  322. package/views/common/resource-iterator.pipe.d.ts +1 -1
  323. package/views/common/scheduler-task.d.ts +1 -1
  324. package/views/common/slot-selectable.directive.d.ts +1 -1
  325. package/views/common/view-footer.component.d.ts +1 -1
  326. package/views/common/views-shared.module.d.ts +1 -1
  327. package/views/common/work-hours-footer.directive.d.ts +1 -1
  328. package/views/constants.d.ts +1 -1
  329. package/views/day-time/day-time-slot.service.d.ts +1 -1
  330. package/views/day-time/day-time-view-base.d.ts +1 -1
  331. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  332. package/views/day-time/day-time-view.component.d.ts +1 -1
  333. package/views/day-time/day-time.module.d.ts +1 -1
  334. package/views/day-time/event-slot.directive.d.ts +1 -1
  335. package/views/day-time/utils.d.ts +1 -1
  336. package/views/month/month-slot.component.d.ts +1 -1
  337. package/views/month/month-slot.service.d.ts +1 -1
  338. package/views/month/month-view-item.component.d.ts +1 -1
  339. package/views/month/month-view-renderer.component.d.ts +1 -1
  340. package/views/month/month-view.component.d.ts +1 -1
  341. package/views/month/month-view.module.d.ts +1 -1
  342. package/views/month/multi-week-view.component.d.ts +1 -1
  343. package/views/month/utils.d.ts +1 -1
  344. package/views/multi-day/day-view.component.d.ts +1 -1
  345. package/views/multi-day/multi-day-view-base.d.ts +1 -1
  346. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  347. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  348. package/views/multi-day/multi-day-view.module.d.ts +1 -1
  349. package/views/multi-day/utils.d.ts +1 -1
  350. package/views/multi-day/week-view.component.d.ts +1 -1
  351. package/views/multi-day/work-week-view.component.d.ts +1 -1
  352. package/views/scheduler-view.directive.d.ts +1 -1
  353. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  354. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  355. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  356. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  357. package/views/templates/date-header-template.directive.d.ts +1 -1
  358. package/views/templates/event-template.directive.d.ts +1 -1
  359. package/views/templates/group-header-template.directive.d.ts +1 -1
  360. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  361. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  362. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  363. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  364. package/views/templates/time-slot-template.directive.d.ts +1 -1
  365. package/views/templates.d.ts +1 -1
  366. package/views/timeline/timeline-base.d.ts +1 -1
  367. package/views/timeline/timeline-month-view.component.d.ts +15 -4
  368. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  369. package/views/timeline/timeline-view.component.d.ts +15 -4
  370. package/views/timeline/timeline-view.module.d.ts +1 -1
  371. package/views/timeline/timeline-week-view.component.d.ts +7 -2
  372. package/views/timeline/utils.d.ts +1 -1
  373. package/views/utils.d.ts +1 -1
  374. package/views/view-context.service.d.ts +1 -1
  375. package/views/view-items/base-slot.directive.d.ts +1 -1
  376. package/views/view-items/base-slot.service.d.ts +1 -1
  377. package/views/view-items/base-view-item.d.ts +1 -1
  378. package/views/view-items/item-map.d.ts +1 -1
  379. package/views/view-items/types.d.ts +1 -1
  380. package/views/view-state.service.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-scheduler',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1703152353,
52
- version: '14.3.1-develop.2',
51
+ publishDate: 1705510052,
52
+ version: '14.4.0-develop.11',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -1417,7 +1417,15 @@ class FocusService {
1417
1417
  this.activeItem = item;
1418
1418
  item.toggle(true);
1419
1419
  }
1420
- this.items.add(item);
1420
+ const items = Array.from(this.focusableItems);
1421
+ const newContentIndex = items.map(item => item.containerType).lastIndexOf('content') + 1;
1422
+ if (item.containerType === 'content' && newContentIndex > 0) {
1423
+ items.splice(newContentIndex, 0, item);
1424
+ this.items = new Set(items);
1425
+ }
1426
+ else {
1427
+ this.items.add(item);
1428
+ }
1421
1429
  this.elementMap.set(item.element.nativeElement, item);
1422
1430
  this.toggleWrapper();
1423
1431
  }
@@ -1756,7 +1764,6 @@ class FocusableDirective {
1756
1764
  this.focusIndex = 0;
1757
1765
  this.containerType = 'content';
1758
1766
  this.toggle(false);
1759
- this.focusService.register(this);
1760
1767
  }
1761
1768
  get visible() {
1762
1769
  return this.element.nativeElement.style.display !== 'none';
@@ -1773,6 +1780,9 @@ class FocusableDirective {
1773
1780
  // eslint-disable-next-line no-unused-expressions
1774
1781
  isVisible$1(element) ? this.focusService.register(this) : this.focusService.unregister(this);
1775
1782
  }
1783
+ ngOnInit() {
1784
+ this.focusService.register(this);
1785
+ }
1776
1786
  ngOnDestroy() {
1777
1787
  this.focusService.unregister(this);
1778
1788
  }
@@ -8101,11 +8111,15 @@ function createTask(item, resourceIdx, resources, color) {
8101
8111
  const durationInDays = ({ start, end, isAllDay = false }) => {
8102
8112
  const eventEnd = isAllDay ? getUTCDate(end) : end;
8103
8113
  const duration = Math.ceil((eventEnd - +getUTCDate(start)) / MS_PER_DAY$1);
8104
- if (isAllDay) {
8114
+ if (isAllDay && duration > 0 && !endsAtMidnight(end)) {
8105
8115
  return duration + 1;
8106
8116
  }
8107
8117
  return duration;
8108
8118
  };
8119
+ const endsAtMidnight = (end) => {
8120
+ end = toLocalDate(end);
8121
+ return (end.getHours() === 0 && end.getMinutes() === 0 && end.getSeconds() === 0 && end.getMilliseconds() === 0);
8122
+ };
8109
8123
  const curry = fn => {
8110
8124
  const len = fn.length;
8111
8125
  return (...args) => len === args.length
@@ -8538,7 +8552,7 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
8538
8552
  <td class="k-scheduler-timecolumn" role="gridcell">
8539
8553
  <div *ngIf="!agendaTimeTemplate">
8540
8554
  <kendo-icon-wrapper
8541
- *ngIf="extractDataItem(item).tail"
8555
+ *ngIf="extractDataItem(item).tail || extractDataItem(item).mid"
8542
8556
  [name]="arrowIcons[0]"
8543
8557
  [svgIcon]="arrowSVGIcons[0]"
8544
8558
  >
@@ -8546,7 +8560,7 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
8546
8560
 
8547
8561
  {{ formatTime(extractDataItem(item)) }}
8548
8562
  <kendo-icon-wrapper
8549
- *ngIf="extractDataItem(item).head"
8563
+ *ngIf="extractDataItem(item).head || extractDataItem(item).mid"
8550
8564
  [name]="arrowIcons[1]"
8551
8565
  [svgIcon]="arrowSVGIcons[1]"
8552
8566
  >
@@ -8591,7 +8605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8591
8605
  <td class="k-scheduler-timecolumn" role="gridcell">
8592
8606
  <div *ngIf="!agendaTimeTemplate">
8593
8607
  <kendo-icon-wrapper
8594
- *ngIf="extractDataItem(item).tail"
8608
+ *ngIf="extractDataItem(item).tail || extractDataItem(item).mid"
8595
8609
  [name]="arrowIcons[0]"
8596
8610
  [svgIcon]="arrowSVGIcons[0]"
8597
8611
  >
@@ -8599,7 +8613,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
8599
8613
 
8600
8614
  {{ formatTime(extractDataItem(item)) }}
8601
8615
  <kendo-icon-wrapper
8602
- *ngIf="extractDataItem(item).head"
8616
+ *ngIf="extractDataItem(item).head || extractDataItem(item).mid"
8603
8617
  [name]="arrowIcons[1]"
8604
8618
  [svgIcon]="arrowSVGIcons[1]"
8605
8619
  >
@@ -12964,8 +12978,8 @@ const createTasks = (periodStart, periodEnd, items, ranges) => {
12964
12978
  for (let index = 0; index < items.length; index++) {
12965
12979
  const item = items[index];
12966
12980
  const multiDay = isMultiDay(item);
12967
- const multipleRanges = multiDay && !item.event.isAllDay && (item.end.getTime() - item.start.getTime()) < MS_PER_DAY$1;
12968
- const isAllDay = item.event.isAllDay || (multiDay && !multipleRanges);
12981
+ const multipleRanges = multiDay && !item.event.isAllDay;
12982
+ const isAllDay = typeof item.event.isAllDay === 'boolean' ? item.event.isAllDay : (multiDay && !multipleRanges);
12969
12983
  const endTime = (isAllDay ? roundAllDayEnd(item) : item.end).toUTCDate();
12970
12984
  const startTime = (isAllDay ? item.start.stripTime() : item.start).toUTCDate();
12971
12985
  for (let rangeIndex = 0; rangeIndex < ranges.length; rangeIndex++) {
@@ -15600,19 +15614,10 @@ class TimelineViewComponent extends TimelineBase {
15600
15614
  constructor(localization, changeDetector, viewContext, viewState) {
15601
15615
  super(localization, changeDetector, viewContext, viewState);
15602
15616
  /**
15603
- * The long-date format for displaying the
15604
- * selected date in the Scheduler toolbar.
15605
- * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15606
- * @default '{0:D}'
15607
- */
15608
- this.selectedDateFormat = '{0:D}';
15609
- /**
15610
- * The short-date format for displaying the
15611
- * selected date in the Scheduler toolbar.
15612
- * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15613
- * @default '{0:d}'
15617
+ * Specifies the number of days that the view will render.
15618
+ * @default 1
15614
15619
  */
15615
- this.selectedShortDateFormat = '{0:d}';
15620
+ this.numberOfDays = 1;
15616
15621
  /**
15617
15622
  * The invariant name for this view.
15618
15623
  * @default 'timeline'
@@ -15625,15 +15630,48 @@ class TimelineViewComponent extends TimelineBase {
15625
15630
  get title() {
15626
15631
  return this.localization.get('timelineViewTitle');
15627
15632
  }
15633
+ /**
15634
+ * The long-date format for displaying the
15635
+ * selected date in the Scheduler toolbar.
15636
+ * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15637
+ * > Note: If [numberOfDays](#toc-numberofdays) > 1, the default format value shows a range - `'{0:D} - {1:D}'`, where `0` is the start and `1` is the end date.
15638
+ * @default '{0:D}'
15639
+ */
15640
+ set selectedDateFormat(format) {
15641
+ this._selectedDateFormat = format;
15642
+ }
15643
+ get selectedDateFormat() {
15644
+ if (this._selectedDateFormat) {
15645
+ return this._selectedDateFormat;
15646
+ }
15647
+ return this.numberOfDays && this.numberOfDays > 1 ? '{0:D} - {1:D}' : '{0:D}';
15648
+ }
15649
+ /**
15650
+ * The short-date format for displaying the
15651
+ * selected date in the Scheduler toolbar.
15652
+ * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15653
+ * > Note: If [numberOfDays](#toc-numberofdays) > 1, the default format value shows a range - `'{0:d} - {1:d}'`, where `0` is the start and `1` is the end date.
15654
+ * @default '{0:d}'
15655
+ */
15656
+ set selectedShortDateFormat(format) {
15657
+ this._selectedShortDateFormat = format;
15658
+ }
15659
+ get selectedShortDateFormat() {
15660
+ if (this._selectedShortDateFormat) {
15661
+ return this._selectedShortDateFormat;
15662
+ }
15663
+ return this.numberOfDays && this.numberOfDays > 1 ? '{0:d} - {1:d}' : '{0:d}';
15664
+ }
15628
15665
  }
15629
15666
  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 });
15630
- TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
15667
+ 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: [{
15631
15668
  provide: SchedulerView,
15632
15669
  useExisting: forwardRef(() => TimelineViewComponent)
15633
15670
  }], usesInheritance: true, ngImport: i0, template: `
15634
15671
  <ng-template #content>
15635
15672
  <timeline-multi-day-view
15636
15673
  [name]="name"
15674
+ [numberOfDays]="numberOfDays"
15637
15675
  [eventHeight]="viewEventHeight"
15638
15676
  [columnWidth]="viewColumnWidth"
15639
15677
  [currentTimeMarker]="viewCurrentTimeMarker"
@@ -15676,6 +15714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15676
15714
  <ng-template #content>
15677
15715
  <timeline-multi-day-view
15678
15716
  [name]="name"
15717
+ [numberOfDays]="numberOfDays"
15679
15718
  [eventHeight]="viewEventHeight"
15680
15719
  [columnWidth]="viewColumnWidth"
15681
15720
  [currentTimeMarker]="viewCurrentTimeMarker"
@@ -15710,6 +15749,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15710
15749
  type: Input
15711
15750
  }], selectedShortDateFormat: [{
15712
15751
  type: Input
15752
+ }], numberOfDays: [{
15753
+ type: Input
15713
15754
  }] } });
15714
15755
 
15715
15756
  /**
@@ -15736,6 +15777,11 @@ class TimelineWeekViewComponent extends TimelineBase {
15736
15777
  * @default '{0:d} - {1:d}'
15737
15778
  */
15738
15779
  this.selectedShortDateFormat = '{0:d} - {1:d}';
15780
+ /**
15781
+ * Specifies the number of weeks that the view will render.
15782
+ * @default 1
15783
+ */
15784
+ this.numberOfWeeks = 1;
15739
15785
  /**
15740
15786
  * The invariant name for this view.
15741
15787
  * @default 'timelineWeek'
@@ -15756,7 +15802,7 @@ class TimelineWeekViewComponent extends TimelineBase {
15756
15802
  }
15757
15803
  }
15758
15804
  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 });
15759
- 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" }, providers: [{
15805
+ 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: [{
15760
15806
  provide: SchedulerView,
15761
15807
  useExisting: forwardRef(() => TimelineWeekViewComponent)
15762
15808
  }], usesInheritance: true, ngImport: i0, template: `
@@ -15764,7 +15810,7 @@ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
15764
15810
  <timeline-multi-day-view
15765
15811
  viewName="timeline-week"
15766
15812
  [name]="name"
15767
- [numberOfDays]="7"
15813
+ [numberOfDays]="7 * numberOfWeeks"
15768
15814
  [getStartDate]="getStartDate"
15769
15815
  [eventHeight]="viewEventHeight"
15770
15816
  [columnWidth]="viewColumnWidth"
@@ -15810,7 +15856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15810
15856
  <timeline-multi-day-view
15811
15857
  viewName="timeline-week"
15812
15858
  [name]="name"
15813
- [numberOfDays]="7"
15859
+ [numberOfDays]="7 * numberOfWeeks"
15814
15860
  [getStartDate]="getStartDate"
15815
15861
  [eventHeight]="viewEventHeight"
15816
15862
  [columnWidth]="viewColumnWidth"
@@ -15847,6 +15893,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15847
15893
  type: Input
15848
15894
  }], selectedShortDateFormat: [{
15849
15895
  type: Input
15896
+ }], numberOfWeeks: [{
15897
+ type: Input
15850
15898
  }] } });
15851
15899
 
15852
15900
  /**
@@ -15856,19 +15904,10 @@ class TimelineMonthViewComponent extends TimelineBase {
15856
15904
  constructor(localization, changeDetector, viewContext, viewState) {
15857
15905
  super(localization, changeDetector, viewContext, viewState);
15858
15906
  /**
15859
- * The long-date format for displaying the
15860
- * selected date in the Scheduler toolbar.
15861
- * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15862
- * @default '{0:Y}'
15863
- */
15864
- this.selectedDateFormat = '{0:Y}';
15865
- /**
15866
- * The short-date format for displaying the
15867
- * selected date in the Scheduler toolbar.
15868
- * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15869
- * @default '{0:y}'
15907
+ * Specifies the number of months that the view will render.
15908
+ * @default 1
15870
15909
  */
15871
- this.selectedShortDateFormat = '{0:y}';
15910
+ this.numberOfMonths = 1;
15872
15911
  /**
15873
15912
  * The invariant name for this view.
15874
15913
  * @default 'timelineMonth'
@@ -15884,7 +15923,7 @@ class TimelineMonthViewComponent extends TimelineBase {
15884
15923
  * @hidden
15885
15924
  */
15886
15925
  this.getEndDate = (selectedDate) => {
15887
- return addMonths(this.getStartDate(selectedDate), 1);
15926
+ return addMonths(this.getStartDate(selectedDate), this.numberOfMonths);
15888
15927
  };
15889
15928
  /**
15890
15929
  * @hidden
@@ -15899,9 +15938,41 @@ class TimelineMonthViewComponent extends TimelineBase {
15899
15938
  get title() {
15900
15939
  return this.localization.get('timelineMonthViewTitle');
15901
15940
  }
15941
+ /**
15942
+ * The long-date format for displaying the
15943
+ * selected date in the Scheduler toolbar.
15944
+ * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15945
+ * > Note: If [numberOfMonths](#toc-numberofmonths) > 1, the default format value shows a range - `'{0:Y} - {1:Y}'`, where `0` is the start and `1` is the end date.
15946
+ * @default '{0:Y}'
15947
+ */
15948
+ set selectedDateFormat(format) {
15949
+ this._selectedDateFormat = format;
15950
+ }
15951
+ get selectedDateFormat() {
15952
+ if (this._selectedDateFormat) {
15953
+ return this._selectedDateFormat;
15954
+ }
15955
+ return this.numberOfMonths && this.numberOfMonths > 1 ? '{0:Y} - {1:Y}' : '{0:Y}';
15956
+ }
15957
+ /**
15958
+ * The short-date format for displaying the
15959
+ * selected date in the Scheduler toolbar.
15960
+ * ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
15961
+ * > Note: If [numberOfMonths](#toc-numberofmonths) > 1, the default format value shows a range - `'{0:y} - {1:y}'`, where `0` is the start and `1` is the end date.
15962
+ * @default '{0:y}'
15963
+ */
15964
+ set selectedShortDateFormat(format) {
15965
+ this._selectedShortDateFormat = format;
15966
+ }
15967
+ get selectedShortDateFormat() {
15968
+ if (this._selectedShortDateFormat) {
15969
+ return this._selectedShortDateFormat;
15970
+ }
15971
+ return this.numberOfMonths && this.numberOfMonths > 1 ? '{0:y} - {1:y}' : '{0:y}';
15972
+ }
15902
15973
  }
15903
15974
  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 });
15904
- 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" }, providers: [{
15975
+ 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: [{
15905
15976
  provide: SchedulerView,
15906
15977
  useExisting: forwardRef(() => TimelineMonthViewComponent)
15907
15978
  }], usesInheritance: true, ngImport: i0, template: `
@@ -15992,6 +16063,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15992
16063
  type: Input
15993
16064
  }], selectedShortDateFormat: [{
15994
16065
  type: Input
16066
+ }], numberOfMonths: [{
16067
+ type: Input
15995
16068
  }] } });
15996
16069
 
15997
16070
  const PUBLIC_DIRECTIVES = [
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { SchedulerComponent } from './scheduler.component';
@@ -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 { Renderer2, ElementRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -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 { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -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 { ComponentMessages } from '@progress/kendo-angular-l10n';
@@ -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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, Renderer2, OnDestroy, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef } from '@angular/core';
@@ -1,8 +1,8 @@
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
- import { ElementRef, Renderer2 } from '@angular/core';
5
+ import { ElementRef, OnInit, Renderer2 } from '@angular/core';
6
6
  import { FocusableContainer } from '../types/focusable-container';
7
7
  import { FocusService } from './focus.service';
8
8
  import { FocusableElement } from './focusable-element.interface';
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- export declare class FocusableDirective implements FocusableElement {
13
+ export declare class FocusableDirective implements FocusableElement, OnInit {
14
14
  element: ElementRef;
15
15
  private renderer;
16
16
  private focusService;
@@ -25,6 +25,7 @@ export declare class FocusableDirective implements FocusableElement {
25
25
  private active;
26
26
  constructor(element: ElementRef, renderer: Renderer2, focusService: FocusService);
27
27
  ngAfterViewChecked(): void;
28
+ ngOnInit(): void;
28
29
  ngOnDestroy(): void;
29
30
  toggle(active: boolean): void;
30
31
  canFocus(): boolean;
@@ -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 { ChangeDetectorRef, NgZone } from '@angular/core';
package/navigation.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { FocusService } from './navigation/focus.service';
@@ -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 { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "14.3.1-develop.2",
3
+ "version": "14.4.0-develop.11",
4
4
  "description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -24,23 +24,23 @@
24
24
  "@angular/forms": "13 - 17",
25
25
  "@angular/platform-browser": "13 - 17",
26
26
  "@progress/kendo-data-query": "^1.0.0",
27
- "@progress/kendo-drawing": "^1.17.2",
27
+ "@progress/kendo-drawing": "^1.19.0",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-buttons": "14.3.1-develop.2",
30
- "@progress/kendo-angular-common": "14.3.1-develop.2",
31
- "@progress/kendo-angular-dateinputs": "14.3.1-develop.2",
32
- "@progress/kendo-angular-dialog": "14.3.1-develop.2",
33
- "@progress/kendo-angular-dropdowns": "14.3.1-develop.2",
34
- "@progress/kendo-angular-icons": "14.3.1-develop.2",
35
- "@progress/kendo-angular-inputs": "14.3.1-develop.2",
36
- "@progress/kendo-angular-intl": "14.3.1-develop.2",
37
- "@progress/kendo-angular-l10n": "14.3.1-develop.2",
38
- "@progress/kendo-angular-popup": "14.3.1-develop.2",
29
+ "@progress/kendo-angular-buttons": "14.4.0-develop.11",
30
+ "@progress/kendo-angular-common": "14.4.0-develop.11",
31
+ "@progress/kendo-angular-dateinputs": "14.4.0-develop.11",
32
+ "@progress/kendo-angular-dialog": "14.4.0-develop.11",
33
+ "@progress/kendo-angular-dropdowns": "14.4.0-develop.11",
34
+ "@progress/kendo-angular-icons": "14.4.0-develop.11",
35
+ "@progress/kendo-angular-inputs": "14.4.0-develop.11",
36
+ "@progress/kendo-angular-intl": "14.4.0-develop.11",
37
+ "@progress/kendo-angular-l10n": "14.4.0-develop.11",
38
+ "@progress/kendo-angular-popup": "14.4.0-develop.11",
39
39
  "rxjs": "^6.5.3 || ^7.0.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "tslib": "^2.3.1",
43
- "@progress/kendo-angular-schematics": "14.3.1-develop.2",
43
+ "@progress/kendo-angular-schematics": "14.4.0-develop.11",
44
44
  "@progress/kendo-date-math": "^1.3.2",
45
45
  "@progress/kendo-draggable": "^3.0.2",
46
46
  "@progress/kendo-file-saver": "^1.0.7",
@@ -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 { ElementRef, Renderer2, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../events/preventable-event';
@@ -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 { OnDestroy, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
@@ -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 { EventEmitter } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -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 { AfterContentInit, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, ViewContainerRef, ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '14.3.1-develop.2',
7
+ '@progress/kendo-angular-treeview': '14.4.0-develop.11',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '14.3.1-develop.2',
9
+ '@progress/kendo-angular-dialog': '14.4.0-develop.11',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^2.0.0'
12
12
  } });
@@ -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";
@@ -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 { ElementRef, TemplateRef, OnDestroy, ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Observable } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, EventEmitter, NgZone } from '@angular/core';