@progress/kendo-angular-scheduler 4.3.7 → 11.0.0-develop.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (405) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +119 -79
  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/{esm2015/common/constants.js → esm2020/common/constants.mjs} +1 -1
  41. package/{esm2015/common/default-model-fields.js → esm2020/common/default-model-fields.mjs} +1 -1
  42. package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +3 -3
  43. package/{esm2015/common/getter.js → esm2020/common/getter.mjs} +1 -1
  44. package/{esm2015/common/modifiers.js → esm2020/common/modifiers.mjs} +1 -1
  45. package/{esm2015/common/setter.js → esm2020/common/setter.mjs} +1 -1
  46. package/{esm2015/common/util.js → esm2020/common/util.mjs} +2 -2
  47. package/{esm2015/data-binding.directive.js → esm2020/data-binding.directive.mjs} +8 -5
  48. package/{esm2015/editing/date-time-picker.component.js → esm2020/editing/date-time-picker.component.mjs} +11 -12
  49. package/{esm2015/editing/dialogs.service.js → esm2020/editing/dialogs.service.mjs} +9 -6
  50. package/{esm2015/editing/edit-dialog-template.directive.js → esm2020/editing/edit-dialog-template.directive.mjs} +5 -5
  51. package/{esm2015/editing/edit-dialog.component.js → esm2020/editing/edit-dialog.component.mjs} +15 -11
  52. package/{esm2015/editing/edit.service.js → esm2020/editing/edit.service.mjs} +5 -5
  53. package/{esm2015/editing/local-data-changes.service.js → esm2020/editing/local-data-changes.service.mjs} +4 -4
  54. package/{esm2015/editing/recurrence/end-rule-radio-button.directive.js → esm2020/editing/recurrence/end-rule-radio-button.directive.mjs} +6 -5
  55. package/{esm2015/editing/recurrence/localization/custom-messages.component.js → esm2020/editing/recurrence/localization/custom-messages.component.mjs} +5 -4
  56. package/{esm2015/editing/recurrence/localization/localized-messages.directive.js → esm2020/editing/recurrence/localization/localized-messages.directive.mjs} +5 -4
  57. package/{esm2015/editing/recurrence/localization/messages.js → esm2020/editing/recurrence/localization/messages.mjs} +4 -4
  58. package/{esm2015/editing/recurrence/localization/recurrence-localization.service.js → esm2020/editing/recurrence/localization/recurrence-localization.service.mjs} +5 -5
  59. package/{esm2015/editing/recurrence/recurrence-editor.component.js → esm2020/editing/recurrence/recurrence-editor.component.mjs} +6 -5
  60. package/{esm2015/editing/recurrence/recurrence-end-rule-editor.component.js → esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs} +10 -8
  61. package/{esm2015/editing/recurrence/recurrence-frequency-editor.component.js → esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs} +8 -6
  62. package/{esm2015/editing/recurrence/recurrence-interval-editor.component.js → esm2020/editing/recurrence/recurrence-interval-editor.component.mjs} +7 -5
  63. package/{esm2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js → esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs} +8 -6
  64. package/{esm2015/editing/recurrence/recurrence-weekday-rule-editor.component.js → esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs} +9 -7
  65. package/{esm2015/editing/recurrence/recurrence.service.js → esm2020/editing/recurrence/recurrence.service.mjs} +7 -5
  66. package/{esm2015/editing/recurrence/repeat-on-radio-button.directive.js → esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs} +6 -5
  67. package/{esm2015/editing/resource-editor-base.js → esm2020/editing/resource-editor-base.mjs} +4 -4
  68. package/{esm2015/editing/resource-multiple-editor.component.js → esm2020/editing/resource-multiple-editor.component.mjs} +5 -4
  69. package/{esm2015/editing/resource-single-editor.component.js → esm2020/editing/resource-single-editor.component.mjs} +5 -4
  70. package/{esm2015/editing/timezone-editor.component.js → esm2020/editing/timezone-editor.component.mjs} +5 -4
  71. package/{esm2015/editing-directives/base-edit.service.js → esm2020/editing-directives/base-edit.service.mjs} +2 -2
  72. package/{esm2015/editing-directives/edit-service.interface.js → esm2020/editing-directives/edit-service.interface.mjs} +1 -1
  73. package/{esm2015/editing-directives/editing-directive-base.js → esm2020/editing-directives/editing-directive-base.mjs} +8 -4
  74. package/{esm2015/editing-directives/local-edit.service.js → esm2020/editing-directives/local-edit.service.mjs} +1 -1
  75. package/{esm2015/editing-directives/reactive-editing.directive.js → esm2020/editing-directives/reactive-editing.directive.mjs} +8 -4
  76. package/{esm2015/editing-directives/utils.js → esm2020/editing-directives/utils.mjs} +3 -3
  77. package/{esm2015/events/add-event.js → esm2020/events/add-event.mjs} +1 -1
  78. package/{esm2015/events/cancel-event.js → esm2020/events/cancel-event.mjs} +1 -1
  79. package/{esm2015/events/create-event.js → esm2020/events/create-event.mjs} +1 -1
  80. package/{esm2015/events/date-change-event.js → esm2020/events/date-change-event.mjs} +1 -1
  81. package/{esm2015/events/drag-end-event.js → esm2020/events/drag-end-event.mjs} +1 -1
  82. package/{esm2015/events/drag-event.js → esm2020/events/drag-event.mjs} +1 -1
  83. package/{esm2015/events/drag-start-event.js → esm2020/events/drag-start-event.mjs} +1 -1
  84. package/{esm2015/events/edit-event-base.js → esm2020/events/edit-event-base.mjs} +1 -1
  85. package/{esm2015/events/edit-event.js → esm2020/events/edit-event.mjs} +1 -1
  86. package/{esm2015/events/event-click-event.js → esm2020/events/event-click-event.mjs} +1 -1
  87. package/{esm2015/events/event-keydown-event.js → esm2020/events/event-keydown-event.mjs} +1 -1
  88. package/{esm2015/events/navigate-event.js → esm2020/events/navigate-event.mjs} +1 -1
  89. package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +1 -1
  90. package/{esm2015/events/remove-event.js → esm2020/events/remove-event.mjs} +1 -1
  91. package/{esm2015/events/resize-end-event.js → esm2020/events/resize-end-event.mjs} +1 -1
  92. package/{esm2015/events/resize-event.js → esm2020/events/resize-event.mjs} +1 -1
  93. package/{esm2015/events/resize-start-event.js → esm2020/events/resize-start-event.mjs} +1 -1
  94. package/{esm2015/events/save-event.js → esm2020/events/save-event.mjs} +1 -1
  95. package/{esm2015/events/slot-click-event.js → esm2020/events/slot-click-event.mjs} +1 -1
  96. package/{esm2015/events/slot-drag-end-event.js → esm2020/events/slot-drag-end-event.mjs} +1 -1
  97. package/{esm2015/events/slot-drag-event.js → esm2020/events/slot-drag-event.mjs} +1 -1
  98. package/{esm2015/events/slot-drag-start-event.js → esm2020/events/slot-drag-start-event.mjs} +1 -1
  99. package/{esm2015/events/view-event-map.js → esm2020/events/view-event-map.mjs} +1 -1
  100. package/{esm2015/events.js → esm2020/events.mjs} +1 -1
  101. package/{esm2015/main.js → esm2020/index.mjs} +3 -1
  102. package/{esm2015/loading.component.js → esm2020/loading.component.mjs} +5 -5
  103. package/{esm2015/localization/custom-messages.component.js → esm2020/localization/custom-messages.component.mjs} +5 -4
  104. package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -4
  105. package/{esm2015/localization/messages.js → esm2020/localization/messages.mjs} +6 -4
  106. package/{esm2015/localization/scheduler-localization.service.js → esm2020/localization/scheduler-localization.service.mjs} +5 -5
  107. package/{esm2015/toolbar/toolbar-context.js → esm2020/navigation/focus-position.interface.mjs} +1 -1
  108. package/{esm2015/navigation/focus.service.js → esm2020/navigation/focus.service.mjs} +9 -10
  109. package/{esm2015/navigation/focusable-element.interface.js → esm2020/navigation/focusable-element.interface.mjs} +1 -1
  110. package/{esm2015/navigation/focusable.directive.js → esm2020/navigation/focusable.directive.mjs} +9 -9
  111. package/{esm2015/navigation/shortcuts.directive.js → esm2020/navigation/shortcuts.directive.mjs} +11 -6
  112. package/{esm2015/navigation.js → esm2020/navigation.mjs} +1 -1
  113. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  114. package/{esm2015/pdf/pdf-command.directive.js → esm2020/pdf/pdf-command.directive.mjs} +34 -7
  115. package/{esm2015/pdf/pdf-export-event.js → esm2020/pdf/pdf-export-event.mjs} +1 -1
  116. package/{esm2015/pdf/pdf.component.js → esm2020/pdf/pdf.component.mjs} +6 -5
  117. package/{esm2015/pdf/pdf.module.js → esm2020/pdf/pdf.module.mjs} +8 -6
  118. package/{esm2015/pdf/pdf.service.js → esm2020/pdf/pdf.service.mjs} +4 -4
  119. package/{esm2015/kendo-angular-scheduler.js → esm2020/progress-kendo-angular-scheduler.mjs} +2 -2
  120. package/{esm2015/scheduler.component.js → esm2020/scheduler.component.mjs} +23 -13
  121. package/{esm2015/scheduler.module.js → esm2020/scheduler.module.mjs} +9 -5
  122. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  123. package/{esm2015/toolbar/navigation.component.js → esm2020/toolbar/navigation.component.mjs} +44 -22
  124. package/{esm2015/navigation/focus-position.interface.js → esm2020/toolbar/toolbar-context.mjs} +1 -1
  125. package/{esm2015/toolbar/toolbar-template.directive.js → esm2020/toolbar/toolbar-template.directive.mjs} +5 -5
  126. package/{esm2015/toolbar/toolbar.component.js → esm2020/toolbar/toolbar.component.mjs} +8 -5
  127. package/{esm2015/toolbar/toolbar.module.js → esm2020/toolbar/toolbar.module.mjs} +5 -5
  128. package/{esm2015/toolbar/toolbar.service.js → esm2020/toolbar/toolbar.service.mjs} +4 -4
  129. package/{esm2015/toolbar/view-selector.component.js → esm2020/toolbar/view-selector.component.mjs} +10 -8
  130. package/esm2020/types/actions.mjs +5 -0
  131. package/esm2020/types/create-form-group-args.interface.mjs +5 -0
  132. package/esm2020/types/crud-operation.enum.mjs +5 -0
  133. package/esm2020/types/current-time-settings.interface.mjs +5 -0
  134. package/esm2020/types/date-range.interface.mjs +5 -0
  135. package/esm2020/types/datepicker-options.interface.mjs +5 -0
  136. package/esm2020/types/edit-event-args.interface.mjs +5 -0
  137. package/esm2020/types/edit-mode.enum.mjs +5 -0
  138. package/esm2020/types/editable-settings.interface.mjs +5 -0
  139. package/esm2020/types/event-style-args.interface.mjs +5 -0
  140. package/esm2020/types/focusable-container.mjs +5 -0
  141. package/esm2020/types/group.interface.mjs +5 -0
  142. package/esm2020/types/numeric-options.interface.mjs +5 -0
  143. package/esm2020/types/ongoing-events-settings.interface.mjs +5 -0
  144. package/esm2020/types/resource.interface.mjs +5 -0
  145. package/esm2020/types/scheduler-event.mjs +5 -0
  146. package/esm2020/types/scheduler-model-fields.interface.mjs +5 -0
  147. package/esm2020/types/scheduler-slot.interface.mjs +5 -0
  148. package/{esm2015/types/scheduler-view.js → esm2020/types/scheduler-view.mjs} +1 -1
  149. package/esm2020/types/slot-class-args.interface.mjs +5 -0
  150. package/{esm2015/types/slot-selection.js → esm2020/types/slot-selection.mjs} +1 -1
  151. package/esm2020/types/view-item.interface.mjs +5 -0
  152. package/{esm2015/types.js → esm2020/types.mjs} +1 -3
  153. package/{esm2015/views/agenda/agenda-header-item.component.js → esm2020/views/agenda/agenda-header-item.component.mjs} +5 -5
  154. package/{esm2015/views/agenda/agenda-header.component.js → esm2020/views/agenda/agenda-header.component.mjs} +5 -4
  155. package/{esm2015/views/agenda/agenda-task-item.component.js → esm2020/views/agenda/agenda-task-item.component.mjs} +21 -13
  156. package/{esm2015/views/agenda/agenda-view-internal.component.js → esm2020/views/agenda/agenda-view-internal.component.mjs} +10 -5
  157. package/{esm2015/views/agenda/agenda-view-list.component.js → esm2020/views/agenda/agenda-view-list.component.mjs} +41 -13
  158. package/{esm2015/views/agenda/agenda-view.component.js → esm2020/views/agenda/agenda-view.component.mjs} +8 -5
  159. package/{esm2015/views/agenda/agenda-view.module.js → esm2020/views/agenda/agenda-view.module.mjs} +8 -7
  160. package/{esm2015/views/agenda/tasks.collection.js → esm2020/views/agenda/tasks.collection.mjs} +1 -1
  161. package/{esm2015/views/agenda/utils.js → esm2020/views/agenda/utils.mjs} +10 -5
  162. package/{esm2015/views/common/base-view.js → esm2020/views/common/base-view.mjs} +20 -13
  163. package/{esm2015/views/common/configuration-view-base.js → esm2020/views/common/configuration-view-base.mjs} +8 -5
  164. package/{esm2015/views/common/dom-events.service.js → esm2020/views/common/dom-events.service.mjs} +4 -4
  165. package/{esm2015/views/common/hint-container.component.js → esm2020/views/common/hint-container.component.mjs} +5 -5
  166. package/{esm2015/views/common/repeat.pipe.js → esm2020/views/common/repeat.pipe.mjs} +4 -4
  167. package/{esm2015/views/common/resize-hint.component.js → esm2020/views/common/resize-hint.component.mjs} +4 -4
  168. package/{esm2015/views/common/resource-iterator.pipe.js → esm2020/views/common/resource-iterator.pipe.mjs} +4 -4
  169. package/esm2020/views/common/scheduler-task.mjs +5 -0
  170. package/{esm2015/views/common/slot-selectable.directive.js → esm2020/views/common/slot-selectable.directive.mjs} +7 -6
  171. package/{esm2015/views/common/view-footer.component.js → esm2020/views/common/view-footer.component.mjs} +14 -11
  172. package/{esm2015/views/common/views-shared.module.js → esm2020/views/common/views-shared.module.mjs} +14 -10
  173. package/{esm2015/views/common/work-hours-footer.directive.js → esm2020/views/common/work-hours-footer.directive.mjs} +8 -5
  174. package/{esm2015/views/constants.js → esm2020/views/constants.mjs} +1 -1
  175. package/{esm2015/views/day-time/day-time-slot.service.js → esm2020/views/day-time/day-time-slot.service.mjs} +12 -18
  176. package/{esm2015/views/day-time/day-time-view-base.js → esm2020/views/day-time/day-time-view-base.mjs} +9 -5
  177. package/{esm2015/views/day-time/day-time-view-item.component.js → esm2020/views/day-time/day-time-view-item.component.mjs} +74 -21
  178. package/{esm2015/views/day-time/day-time-view.component.js → esm2020/views/day-time/day-time-view.component.mjs} +12 -6
  179. package/{esm2015/views/day-time/day-time.module.js → esm2020/views/day-time/day-time.module.mjs} +7 -6
  180. package/{esm2015/views/day-time/event-slot.directive.js → esm2020/views/day-time/event-slot.directive.mjs} +10 -8
  181. package/{esm2015/views/day-time/utils.js → esm2020/views/day-time/utils.mjs} +1 -1
  182. package/esm2020/views/month/month-slot.component.mjs +129 -0
  183. package/{esm2015/views/month/month-slot.service.js → esm2020/views/month/month-slot.service.mjs} +1 -1
  184. package/{esm2015/views/month/month-view-item.component.js → esm2020/views/month/month-view-item.component.mjs} +67 -17
  185. package/{esm2015/views/month/month-view-renderer.component.js → esm2020/views/month/month-view-renderer.component.mjs} +50 -38
  186. package/{esm2015/views/month/month-view.component.js → esm2020/views/month/month-view.component.mjs} +44 -14
  187. package/{esm2015/views/month/month-view.module.js → esm2020/views/month/month-view.module.mjs} +20 -11
  188. package/esm2020/views/month/multi-week-view.component.mjs +147 -0
  189. package/{esm2015/views/month/utils.js → esm2020/views/month/utils.mjs} +2 -2
  190. package/{esm2015/views/multi-day/day-view.component.js → esm2020/views/multi-day/day-view.component.mjs} +10 -7
  191. package/{esm2015/views/multi-day/multi-day-view-base.js → esm2020/views/multi-day/multi-day-view-base.mjs} +8 -5
  192. package/{esm2015/views/multi-day/multi-day-view-renderer.component.js → esm2020/views/multi-day/multi-day-view-renderer.component.mjs} +16 -10
  193. package/{esm2015/views/multi-day/multi-day-view.component.js → esm2020/views/multi-day/multi-day-view.component.mjs} +10 -7
  194. package/{esm2015/views/multi-day/multi-day-view.module.js → esm2020/views/multi-day/multi-day-view.module.mjs} +5 -5
  195. package/{esm2015/views/multi-day/utils.js → esm2020/views/multi-day/utils.mjs} +1 -1
  196. package/{esm2015/views/multi-day/week-view.component.js → esm2020/views/multi-day/week-view.component.mjs} +11 -7
  197. package/{esm2015/views/multi-day/work-week-view.component.js → esm2020/views/multi-day/work-week-view.component.mjs} +11 -7
  198. package/{esm2015/views/scheduler-view.directive.js → esm2020/views/scheduler-view.directive.mjs} +5 -5
  199. package/{esm2015/views/templates/agenda-date-template.directive.js → esm2020/views/templates/agenda-date-template.directive.mjs} +5 -5
  200. package/{esm2015/views/templates/agenda-time-template.directive.js → esm2020/views/templates/agenda-time-template.directive.mjs} +5 -5
  201. package/{esm2015/views/templates/all-day-event-template.directive.js → esm2020/views/templates/all-day-event-template.directive.mjs} +5 -5
  202. package/{esm2015/views/templates/all-day-slot-template.directive.js → esm2020/views/templates/all-day-slot-template.directive.mjs} +5 -5
  203. package/{esm2015/views/templates/date-header-template.directive.js → esm2020/views/templates/date-header-template.directive.mjs} +5 -5
  204. package/{esm2015/views/templates/event-template.directive.js → esm2020/views/templates/event-template.directive.mjs} +5 -5
  205. package/{esm2015/views/templates/group-header-template.directive.js → esm2020/views/templates/group-header-template.directive.mjs} +5 -5
  206. package/{esm2015/views/templates/major-time-header-template.directive.js → esm2020/views/templates/major-time-header-template.directive.mjs} +5 -5
  207. package/{esm2015/views/templates/minor-time-header-template.directive.js → esm2020/views/templates/minor-time-header-template.directive.mjs} +5 -5
  208. package/{esm2015/views/templates/month-day-slot-template.directive.js → esm2020/views/templates/month-day-slot-template.directive.mjs} +5 -5
  209. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +31 -0
  210. package/{esm2015/views/templates/time-slot-template.directive.js → esm2020/views/templates/time-slot-template.directive.mjs} +5 -5
  211. package/{esm2015/views/templates.js → esm2020/views/templates.mjs} +2 -1
  212. package/{esm2015/views/timeline/timeline-base.js → esm2020/views/timeline/timeline-base.mjs} +8 -5
  213. package/{esm2015/views/timeline/timeline-month-view.component.js → esm2020/views/timeline/timeline-month-view.component.mjs} +10 -7
  214. package/{esm2015/views/timeline/timeline-multi-day-view.component.js → esm2020/views/timeline/timeline-multi-day-view.component.mjs} +11 -5
  215. package/{esm2015/views/timeline/timeline-view.component.js → esm2020/views/timeline/timeline-view.component.mjs} +10 -7
  216. package/{esm2015/views/timeline/timeline-view.module.js → esm2020/views/timeline/timeline-view.module.mjs} +5 -5
  217. package/{esm2015/views/timeline/timeline-week-view.component.js → esm2020/views/timeline/timeline-week-view.component.mjs} +11 -7
  218. package/{esm2015/views/timeline/utils.js → esm2020/views/timeline/utils.mjs} +4 -4
  219. package/{esm2015/views/utils.js → esm2020/views/utils.mjs} +6 -6
  220. package/{esm2015/views/view-context.service.js → esm2020/views/view-context.service.mjs} +4 -4
  221. package/{esm2015/views/view-items/base-slot.directive.js → esm2020/views/view-items/base-slot.directive.mjs} +7 -5
  222. package/{esm2015/views/view-items/base-slot.service.js → esm2020/views/view-items/base-slot.service.mjs} +1 -1
  223. package/{esm2015/views/view-items/base-view-item.js → esm2020/views/view-items/base-view-item.mjs} +9 -6
  224. package/{esm2015/views/view-items/item-map.js → esm2020/views/view-items/item-map.mjs} +1 -1
  225. package/esm2020/views/view-items/types.mjs +5 -0
  226. package/{esm2015/views/view-state.service.js → esm2020/views/view-state.service.mjs} +4 -4
  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 +17376 -0
  252. package/{fesm2015/kendo-angular-scheduler.js → fesm2020/progress-kendo-angular-scheduler.mjs} +1430 -1047
  253. package/{main.d.ts → index.d.ts} +3 -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 +6 -2
  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 +1 -1
  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 +37 -64
  267. package/pdf/pdf-command.directive.d.ts +2 -2
  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 +3 -2
  271. package/pdf/pdf.service.d.ts +1 -1
  272. package/{kendo-angular-scheduler.d.ts → progress-kendo-angular-scheduler.d.ts} +2 -2
  273. package/scheduler.component.d.ts +7 -2
  274. package/scheduler.module.d.ts +22 -21
  275. package/schematics/ngAdd/index.js +4 -6
  276. package/shared.module.d.ts +1 -1
  277. package/toolbar/navigation.component.d.ts +6 -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 +5 -1
  310. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  311. package/views/agenda/agenda-view-list.component.d.ts +4 -1
  312. package/views/agenda/agenda-view.component.d.ts +1 -1
  313. package/views/agenda/agenda-view.module.d.ts +3 -2
  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 +3 -3
  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 +3 -2
  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 +9 -1
  332. package/views/day-time/day-time-view.component.d.ts +1 -1
  333. package/views/day-time/day-time.module.d.ts +3 -2
  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.directive.d.ts → month-slot.component.d.ts} +14 -7
  337. package/views/month/month-slot.service.d.ts +1 -1
  338. package/views/month/month-view-item.component.d.ts +7 -1
  339. package/views/month/month-view-renderer.component.d.ts +16 -2
  340. package/views/month/month-view.component.d.ts +14 -2
  341. package/views/month/month-view.module.d.ts +6 -4
  342. package/views/month/multi-week-view.component.d.ts +64 -0
  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 +22 -0
  364. package/views/templates/time-slot-template.directive.d.ts +1 -1
  365. package/views/templates.d.ts +2 -1
  366. package/views/timeline/timeline-base.d.ts +1 -1
  367. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  368. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  369. package/views/timeline/timeline-view.component.d.ts +1 -1
  370. package/views/timeline/timeline-view.module.d.ts +1 -1
  371. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  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
  381. package/bundles/kendo-angular-scheduler.umd.js +0 -5
  382. package/esm2015/types/actions.js +0 -5
  383. package/esm2015/types/create-form-group-args.interface.js +0 -5
  384. package/esm2015/types/crud-operation.enum.js +0 -16
  385. package/esm2015/types/current-time-settings.interface.js +0 -5
  386. package/esm2015/types/date-range.interface.js +0 -5
  387. package/esm2015/types/datepicker-options.interface.js +0 -5
  388. package/esm2015/types/edit-event-args.interface.js +0 -5
  389. package/esm2015/types/edit-mode.enum.js +0 -19
  390. package/esm2015/types/editable-settings.interface.js +0 -5
  391. package/esm2015/types/event-style-args.interface.js +0 -5
  392. package/esm2015/types/focusable-container.js +0 -5
  393. package/esm2015/types/group.interface.js +0 -5
  394. package/esm2015/types/numeric-options.interface.js +0 -5
  395. package/esm2015/types/ongoing-events-settings.interface.js +0 -5
  396. package/esm2015/types/resource.interface.js +0 -5
  397. package/esm2015/types/scheduler-event.js +0 -5
  398. package/esm2015/types/scheduler-model-fields.interface.js +0 -5
  399. package/esm2015/types/scheduler-slot.interface.js +0 -5
  400. package/esm2015/types/slot-class-args.interface.js +0 -5
  401. package/esm2015/types/view-item.interface.js +0 -5
  402. package/esm2015/views/common/scheduler-task.js +0 -5
  403. package/esm2015/views/month/month-slot.directive.js +0 -77
  404. package/esm2015/views/view-items/types.js +0 -5
  405. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FormGroup } from '@angular/forms';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AbstractControl } from '@angular/forms';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { getScrollbarWidth } from '@progress/kendo-angular-common';
5
+ import { scrollbarWidth } from '@progress/kendo-angular-common';
6
6
  // TODO: Move to @progress/kendo-common
7
7
  const toClassList = (classNames) => String(classNames).trim().split(' ');
8
8
  /**
@@ -77,7 +77,7 @@ export const preventLockedScroll = el => event => {
77
77
  */
78
78
  export function hasScrollbar(element, type) {
79
79
  const sizeField = type === 'vertical' ? 'Height' : 'Width';
80
- return (element[`scroll${sizeField}`] > element[`client${sizeField}`]) && (getScrollbarWidth() > 0);
80
+ return (element[`scroll${sizeField}`] > element[`client${sizeField}`]) && (scrollbarWidth() > 0);
81
81
  }
82
82
  /**
83
83
  * @hidden
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  const FIELD_REGEX = /\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  // eslint-disable no-bitwise
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  const FIELD_REGEX = /\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { fromEvent } from 'rxjs';
@@ -159,7 +159,7 @@ export function assignValues(target, source) {
159
159
  * @hidden
160
160
  */
161
161
  export function cloneTo(obj, result) {
162
- for (let field in obj) {
162
+ for (const field in obj) {
163
163
  if (obj.hasOwnProperty(field)) {
164
164
  const value = obj[field];
165
165
  if (Array.isArray(value)) {
@@ -1,13 +1,16 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Input } from '@angular/core';
5
+ import { ChangeDetectorRef, Directive, Input } from '@angular/core';
6
6
  import { OCCURRENCE_ID } from './common/constants';
7
+ import { SchedulerComponent } from './scheduler.component';
7
8
  import { parseRule, expand } from '@progress/kendo-recurrence';
8
9
  import { toUTCDateTime } from './views/utils';
9
10
  import { ZonedDate } from '@progress/kendo-date-math';
11
+ import { LocalDataChangesService } from './editing/local-data-changes.service';
10
12
  import { clone, setField, getField } from './common/util';
13
+ import { IntlService } from '@progress/kendo-angular-intl';
11
14
  import * as i0 from "@angular/core";
12
15
  import * as i1 from "./scheduler.component";
13
16
  import * as i2 from "@progress/kendo-angular-intl";
@@ -136,9 +139,9 @@ export class DataBindingDirective {
136
139
  this.rebind();
137
140
  }
138
141
  }
139
- DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.SchedulerComponent }, { token: i0.ChangeDetectorRef }, { token: i2.IntlService }, { token: i3.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
140
- DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: DataBindingDirective, selector: "[kendoSchedulerBinding]", inputs: { data: ["kendoSchedulerBinding", "data"] }, ngImport: i0 });
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DataBindingDirective, decorators: [{
142
+ DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.SchedulerComponent }, { token: i0.ChangeDetectorRef }, { token: i2.IntlService }, { token: i3.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
143
+ DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DataBindingDirective, selector: "[kendoSchedulerBinding]", inputs: { data: ["kendoSchedulerBinding", "data"] }, ngImport: i0 });
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataBindingDirective, decorators: [{
142
145
  type: Directive,
143
146
  args: [{
144
147
  selector: '[kendoSchedulerBinding]'
@@ -1,10 +1,11 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ViewChild } from '@angular/core';
6
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { Component, forwardRef, Input, Output, EventEmitter } from '@angular/core';
8
+ import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "@progress/kendo-angular-dateinputs";
10
11
  import * as i2 from "@angular/common";
@@ -53,21 +54,23 @@ export class SchedulerDateTimePickerComponent {
53
54
  this.onTouchedCallback = fn;
54
55
  }
55
56
  }
56
- SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
57
- SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
57
+ SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
58
+ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
58
59
  SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR
59
60
  ], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datepicker"], descendants: true, static: true }], ngImport: i0, template: `
60
61
  <kendo-datepicker
61
62
  #datepicker
62
63
  [(value)]='date'
63
64
  (valueChange)='onValueChange($event)'
65
+ [style.width.px]="170"
64
66
  ></kendo-datepicker>
65
67
  <kendo-timepicker *ngIf='!isAllDay'
66
68
  [(value)]='date'
67
69
  (valueChange)='onValueChange($event)'
70
+ [style.width.px]="170"
68
71
  ></kendo-timepicker>
69
- `, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i1.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i1.TimePickerComponent, selector: "kendo-timepicker", inputs: ["disabled", "readonly", "readOnlyInput", "format", "formatPlaceholder", "placeholder", "min", "max", "incompleteDateValidation", "cancelButton", "nowButton", "steps", "popupSettings", "tabindex", "tabIndex", "title", "rangeValidation", "value", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
72
+ `, isInline: true, components: [{ type: i1.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", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i1.TimePickerComponent, selector: "kendo-timepicker", inputs: ["focusableId", "disabled", "readonly", "readOnlyInput", "format", "formatPlaceholder", "placeholder", "min", "max", "incompleteDateValidation", "cancelButton", "nowButton", "steps", "popupSettings", "tabindex", "tabIndex", "title", "rangeValidation", "value", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
71
74
  type: Component,
72
75
  args: [{
73
76
  providers: [
@@ -79,18 +82,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
79
82
  #datepicker
80
83
  [(value)]='date'
81
84
  (valueChange)='onValueChange($event)'
85
+ [style.width.px]="170"
82
86
  ></kendo-datepicker>
83
87
  <kendo-timepicker *ngIf='!isAllDay'
84
88
  [(value)]='date'
85
89
  (valueChange)='onValueChange($event)'
90
+ [style.width.px]="170"
86
91
  ></kendo-timepicker>
87
- `,
88
- styles: [`
89
- kendo-datepicker,
90
- kendo-timepicker {
91
- width: 170px;
92
- }
93
- `]
92
+ `
94
93
  }]
95
94
  }], propDecorators: { datePicker: [{
96
95
  type: ViewChild,
@@ -1,10 +1,13 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Injectable } from '@angular/core';
6
- import { DialogCloseResult } from '@progress/kendo-angular-dialog';
5
+ import { ChangeDetectorRef, Injectable } from '@angular/core';
6
+ import { DialogCloseResult, DialogService } from '@progress/kendo-angular-dialog';
7
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
8
  import { map, take } from 'rxjs/operators';
9
+ import { FocusService } from '../navigation/focus.service';
10
+ import { ViewStateService } from '../views/view-state.service';
8
11
  import * as i0 from "@angular/core";
9
12
  import * as i1 from "@progress/kendo-angular-dialog";
10
13
  import * as i2 from "@progress/kendo-angular-l10n";
@@ -79,8 +82,8 @@ export class DialogsService {
79
82
  return this.localization.get(key);
80
83
  }
81
84
  }
82
- DialogsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DialogsService, deps: [{ token: i1.DialogService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.FocusService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Injectable });
83
- DialogsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DialogsService });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DialogsService, decorators: [{
85
+ DialogsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogsService, deps: [{ token: i1.DialogService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.FocusService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Injectable });
86
+ DialogsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogsService });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogsService, decorators: [{
85
88
  type: Injectable
86
89
  }], ctorParameters: function () { return [{ type: i1.DialogService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i3.FocusService }, { type: i4.ViewStateService }]; } });
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Optional, Input } from '@angular/core';
5
+ import { Directive, TemplateRef, Optional, Input } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the template for the edit dialog of the Scheduler.
@@ -20,9 +20,9 @@ export class EditDialogTemplateDirective {
20
20
  this.templateRef = templateRef;
21
21
  }
22
22
  }
23
- EditDialogTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditDialogTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
24
- EditDialogTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: EditDialogTemplateDirective, selector: "[kendoSchedulerEditDialogTemplate]", inputs: { autoFocusedElement: "autoFocusedElement" }, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditDialogTemplateDirective, decorators: [{
23
+ EditDialogTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditDialogTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
24
+ EditDialogTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditDialogTemplateDirective, selector: "[kendoSchedulerEditDialogTemplate]", inputs: { autoFocusedElement: "autoFocusedElement" }, ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditDialogTemplateDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: '[kendoSchedulerEditDialogTemplate]'
@@ -1,17 +1,21 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Component, Input, ViewChildren } from '@angular/core';
5
+ import { Component, Input, NgZone, ChangeDetectorRef, ViewChildren, QueryList, ElementRef } from '@angular/core';
6
6
  import { FormControl } from '@angular/forms';
7
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { EditService } from './edit.service';
7
9
  import { fromEvent } from 'rxjs';
8
10
  import { isPresent } from '../common/util';
11
+ import { EditDialogTemplateDirective } from './edit-dialog-template.directive';
9
12
  import { MultipleResourceEditorComponent } from './resource-multiple-editor.component';
10
13
  import { SingleResourceEditorComponent } from './resource-single-editor.component';
11
14
  import { Keys } from '@progress/kendo-angular-common';
12
15
  import { filter } from 'rxjs/operators';
13
16
  import { withModifiers, Modifiers } from '../common/modifiers';
14
- import { ZonedDate, toLocalDate } from '@progress/kendo-date-math';
17
+ import { FocusService } from '../navigation';
18
+ import { Day, ZonedDate, toLocalDate } from '@progress/kendo-date-math';
15
19
  import { toUTCDateTime, formValueOrDefault } from '../views/utils';
16
20
  import * as i0 from "@angular/core";
17
21
  import * as i1 from "./edit.service";
@@ -23,10 +27,10 @@ import * as i6 from "./timezone-editor.component";
23
27
  import * as i7 from "./recurrence/recurrence-editor.component";
24
28
  import * as i8 from "./resource-multiple-editor.component";
25
29
  import * as i9 from "./resource-single-editor.component";
26
- import * as i10 from "@angular/common";
27
- import * as i11 from "@angular/forms";
28
- import * as i12 from "@progress/kendo-angular-inputs";
29
- import * as i13 from "@progress/kendo-angular-buttons";
30
+ import * as i10 from "@progress/kendo-angular-buttons";
31
+ import * as i11 from "@angular/common";
32
+ import * as i12 from "@angular/forms";
33
+ import * as i13 from "@progress/kendo-angular-inputs";
30
34
  /**
31
35
  * @hidden
32
36
  */
@@ -228,8 +232,8 @@ export class EditDialogComponent {
228
232
  return toLocalDate(ZonedDate.fromLocalDate(value, timezone).toUTCDate());
229
233
  }
230
234
  }
231
- EditDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditDialogComponent, deps: [{ token: i0.NgZone }, { token: i1.EditService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i3.FocusService }], target: i0.ɵɵFactoryTarget.Component });
232
- EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: { resources: "resources", timezone: "timezone", weekStart: "weekStart", fields: "fields", editTemplate: "editTemplate" }, viewQueries: [{ propertyName: "multipleResourceEditors", predicate: MultipleResourceEditorComponent, descendants: true }, { propertyName: "singleResourceEditors", predicate: SingleResourceEditorComponent, descendants: true }], ngImport: i0, template: `
235
+ EditDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditDialogComponent, deps: [{ token: i0.NgZone }, { token: i1.EditService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i3.FocusService }], target: i0.ɵɵFactoryTarget.Component });
236
+ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: { resources: "resources", timezone: "timezone", weekStart: "weekStart", fields: "fields", editTemplate: "editTemplate" }, viewQueries: [{ propertyName: "multipleResourceEditors", predicate: MultipleResourceEditorComponent, descendants: true }, { propertyName: "singleResourceEditors", predicate: SingleResourceEditorComponent, descendants: true }], ngImport: i0, template: `
233
237
  <kendo-dialog (close)='onClose()' [minWidth]='750' *ngIf='isActive' title='{{ textFor("editorTitle") }}' class='k-scheduler-edit-dialog' [autoFocusedElement]="autoFocusedElement">
234
238
  <ng-container *ngIf='!editTemplate'>
235
239
  <div class='k-form k-form-horizontal'>
@@ -366,8 +370,8 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
366
370
  <button kendoButton themeColor="primary" (click)="onSave($event)" [disabled]="!formGroup.valid">{{ textFor('save') }}</button>
367
371
  </kendo-dialog-actions>
368
372
  </kendo-dialog>
369
- `, isInline: true, components: [{ type: i4.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: i5.SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: i6.TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: i7.RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: i8.MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: i9.SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i4.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }], directives: [{ type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i11.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i11.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i12.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i11.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i11.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i11.FormControlDirective, selector: "[formControl]", inputs: ["disabled", "formControl", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i11.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i12.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i11.FormControlName, selector: "[formControlName]", inputs: ["disabled", "formControlName", "ngModel"], outputs: ["ngModelChange"] }, { type: i12.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i10.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i13.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditDialogComponent, decorators: [{
373
+ `, isInline: true, components: [{ type: i4.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: i5.SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { type: i6.TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { type: i7.RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { type: i8.MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { type: i9.SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { type: i4.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i10.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i12.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i12.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i13.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i12.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i12.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i12.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i12.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i13.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i12.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i13.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditDialogComponent, decorators: [{
371
375
  type: Component,
372
376
  args: [{
373
377
  selector: 'kendo-scheduler-edit-dialog',
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Injectable, EventEmitter } from '@angular/core';
5
+ import { Injectable, EventEmitter, NgZone } from '@angular/core';
6
6
  import { Subject } from 'rxjs';
7
7
  import { debounceTime } from 'rxjs/operators';
8
8
  import { isPresent } from '../common/util';
@@ -92,8 +92,8 @@ export class EditService {
92
92
  });
93
93
  }
94
94
  }
95
- EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
96
- EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditService });
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EditService, decorators: [{
95
+ EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
96
+ EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditService });
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditService, decorators: [{
98
98
  type: Injectable
99
99
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable, EventEmitter } from '@angular/core';
@@ -12,8 +12,8 @@ export class LocalDataChangesService {
12
12
  this.changes = new EventEmitter();
13
13
  }
14
14
  }
15
- LocalDataChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalDataChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
- LocalDataChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalDataChangesService });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalDataChangesService, decorators: [{
15
+ LocalDataChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalDataChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
+ LocalDataChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalDataChangesService });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalDataChangesService, decorators: [{
18
18
  type: Injectable
19
19
  }] });
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Input, HostBinding } from "@angular/core";
5
+ import { Directive, Input, HostBinding, Renderer2, ElementRef, ChangeDetectorRef } from "@angular/core";
6
+ import { RecurrenceService } from './recurrence.service';
6
7
  import * as i0 from "@angular/core";
7
8
  import * as i1 from "./recurrence.service";
8
9
  /**
@@ -46,9 +47,9 @@ export class EndRuleRadioButtonDirective {
46
47
  return this.el.nativeElement;
47
48
  }
48
49
  }
49
- EndRuleRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EndRuleRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
50
- EndRuleRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: { endRuleId: ["kendoRecurrenceEndRuleRadioButton", "endRuleId"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EndRuleRadioButtonDirective, decorators: [{
50
+ EndRuleRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EndRuleRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
51
+ EndRuleRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: { endRuleId: ["kendoRecurrenceEndRuleRadioButton", "endRuleId"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EndRuleRadioButtonDirective, decorators: [{
52
53
  type: Directive,
53
54
  args: [{
54
55
  selector: '[kendoRecurrenceEndRuleRadioButton]'
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, forwardRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { Messages } from './messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -19,14 +20,14 @@ export class RecurrenceEditorCustomMessagesComponent extends Messages {
19
20
  return true;
20
21
  }
21
22
  }
22
- RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
- RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: RecurrenceEditorCustomMessagesComponent, selector: "kendo-recurrence-editor-messages", providers: [
23
+ RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
+ RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RecurrenceEditorCustomMessagesComponent, selector: "kendo-recurrence-editor-messages", providers: [
24
25
  {
25
26
  provide: Messages,
26
27
  useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
27
28
  }
28
29
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, decorators: [{
30
31
  type: Component,
31
32
  args: [{
32
33
  providers: [
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, forwardRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { Messages } from './messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -15,14 +16,14 @@ export class RecurrenceEditorLocalizedMessagesDirective extends Messages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
19
+ RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: Messages,
22
23
  useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, decorators: [{
26
27
  type: Directive,
27
28
  args: [{
28
29
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, Input } from '@angular/core';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class Messages extends ComponentMessages {
12
12
  }
13
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: Messages, inputs: { repeat: "repeat", dailyInterval: "dailyInterval", dailyRepeatEvery: "dailyRepeatEvery", weeklyInterval: "weeklyInterval", weeklyRepeatEvery: "weeklyRepeatEvery", weeklyRepeatOn: "weeklyRepeatOn", monthlyDay: "monthlyDay", monthlyInterval: "monthlyInterval", monthlyRepeatEvery: "monthlyRepeatEvery", monthlyRepeatOn: "monthlyRepeatOn", yearlyOf: "yearlyOf", yearlyRepeatEvery: "yearlyRepeatEvery", yearlyRepeatOn: "yearlyRepeatOn", yearlyInterval: "yearlyInterval", frequenciesDaily: "frequenciesDaily", frequenciesMonthly: "frequenciesMonthly", frequenciesNever: "frequenciesNever", frequenciesWeekly: "frequenciesWeekly", frequenciesYearly: "frequenciesYearly", offsetPositionsFirst: "offsetPositionsFirst", offsetPositionsSecond: "offsetPositionsSecond", offsetPositionsThird: "offsetPositionsThird", offsetPositionsFourth: "offsetPositionsFourth", offsetPositionsLast: "offsetPositionsLast", weekdaysDay: "weekdaysDay", weekdaysWeekday: "weekdaysWeekday", weekdaysWeekendday: "weekdaysWeekendday", endAfter: "endAfter", endOccurrence: "endOccurrence", endLabel: "endLabel", endNever: "endNever", endOn: "endOn" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: Messages, decorators: [{
13
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: Messages, inputs: { repeat: "repeat", dailyInterval: "dailyInterval", dailyRepeatEvery: "dailyRepeatEvery", weeklyInterval: "weeklyInterval", weeklyRepeatEvery: "weeklyRepeatEvery", weeklyRepeatOn: "weeklyRepeatOn", monthlyDay: "monthlyDay", monthlyInterval: "monthlyInterval", monthlyRepeatEvery: "monthlyRepeatEvery", monthlyRepeatOn: "monthlyRepeatOn", yearlyOf: "yearlyOf", yearlyRepeatEvery: "yearlyRepeatEvery", yearlyRepeatOn: "yearlyRepeatOn", yearlyInterval: "yearlyInterval", frequenciesDaily: "frequenciesDaily", frequenciesMonthly: "frequenciesMonthly", frequenciesNever: "frequenciesNever", frequenciesWeekly: "frequenciesWeekly", frequenciesYearly: "frequenciesYearly", offsetPositionsFirst: "offsetPositionsFirst", offsetPositionsSecond: "offsetPositionsSecond", offsetPositionsThird: "offsetPositionsThird", offsetPositionsFourth: "offsetPositionsFourth", offsetPositionsLast: "offsetPositionsLast", weekdaysDay: "weekdaysDay", weekdaysWeekday: "weekdaysWeekday", weekdaysWeekendday: "weekdaysWeekendday", endAfter: "endAfter", endOccurrence: "endOccurrence", endLabel: "endLabel", endNever: "endNever", endOn: "endOn" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: Messages, decorators: [{
16
16
  type: Directive
17
17
  }], propDecorators: { repeat: [{
18
18
  type: Input
@@ -1,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Inject, Injectable, Optional } from '@angular/core';
6
- import { LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
6
+ import { LocalizationService, L10N_PREFIX, MessageService, RTL } from '@progress/kendo-angular-l10n';
7
7
  import { SchedulerLocalizationService } from '../../../localization/scheduler-localization.service';
8
8
  import { capitalize } from '../../../common/util';
9
9
  import * as i0 from "@angular/core";
@@ -24,9 +24,9 @@ export class RecurrenceLocalizationService extends LocalizationService {
24
24
  return super.get(shortKey);
25
25
  }
26
26
  }
27
- RecurrenceLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: SchedulerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
28
- RecurrenceLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceLocalizationService });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceLocalizationService, decorators: [{
27
+ RecurrenceLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: SchedulerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
28
+ RecurrenceLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceLocalizationService });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceLocalizationService, decorators: [{
30
30
  type: Injectable
31
31
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
32
32
  type: Inject,
@@ -1,12 +1,13 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, EventEmitter, Input, Output, forwardRef, HostBinding } from '@angular/core';
6
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { isChanged } from '@progress/kendo-angular-common';
8
+ import { IntlService } from '@progress/kendo-angular-intl';
8
9
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
9
- import { getDate } from '@progress/kendo-date-math';
10
+ import { getDate, Day } from '@progress/kendo-date-math';
10
11
  import { RecurrenceService } from './recurrence.service';
11
12
  import { isPresent } from '../../common/util';
12
13
  import { RecurrenceLocalizationService } from './localization/recurrence-localization.service';
@@ -108,8 +109,8 @@ export class RecurrenceEditorComponent {
108
109
  this.valueChange.emit(rrule);
109
110
  }
110
111
  }
111
- RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.IntlService }], target: i0.ɵɵFactoryTarget.Component });
112
- RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: { start: "start", timezone: "timezone", weekStart: "weekStart", repeatEveryOptions: "repeatEveryOptions", endAfterOptions: "endAfterOptions", repeatOnOptions: "repeatOnOptions", endOnOptions: "endOnOptions" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-recurrence-editor": "this.cssClass" } }, providers: [
112
+ RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.IntlService }], target: i0.ɵɵFactoryTarget.Component });
113
+ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: { start: "start", timezone: "timezone", weekStart: "weekStart", repeatEveryOptions: "repeatEveryOptions", endAfterOptions: "endAfterOptions", repeatOnOptions: "repeatOnOptions", endOnOptions: "endOnOptions" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-recurrence-editor": "this.cssClass" } }, providers: [
113
114
  RecurrenceLocalizationService,
114
115
  {
115
116
  provide: LocalizationService,
@@ -243,7 +244,7 @@ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
243
244
  [userDatePickerOptions]="endOnOptions">
244
245
  </kendo-recurrence-end-rule-editor>
245
246
  `, isInline: true, components: [{ type: i3.RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor" }, { type: i4.RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: ["userNumericOptions"] }, { type: i5.RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor" }, { type: i6.RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: ["userNumericOptions"] }, { type: i7.RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: ["userNumericOptions", "userDatePickerOptions"] }], directives: [{ type: i8.RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]" }, { type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
247
248
  type: Component,
248
249
  args: [{
249
250
  exportAs: 'kendoRecurrenceEditor',