@progress/kendo-angular-scheduler 16.5.0-develop.6 → 16.6.0-develop.1

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 (189) hide show
  1. package/data-binding.directive.d.ts +1 -1
  2. package/directives.d.ts +50 -0
  3. package/editing/date-time-picker.component.d.ts +1 -1
  4. package/editing/edit-dialog-template.directive.d.ts +1 -1
  5. package/editing/edit-dialog.component.d.ts +1 -1
  6. package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
  7. package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
  8. package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
  9. package/editing/recurrence/recurrence-editor.component.d.ts +2 -2
  10. package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
  11. package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
  12. package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
  13. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
  14. package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
  15. package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
  16. package/editing/resource-multiple-editor.component.d.ts +1 -1
  17. package/editing/resource-single-editor.component.d.ts +1 -1
  18. package/editing/timezone-editor.component.d.ts +1 -1
  19. package/editing-directives/base-edit.service.d.ts +1 -1
  20. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  21. package/esm2020/data-binding.directive.mjs +3 -2
  22. package/esm2020/directives.mjs +96 -0
  23. package/esm2020/editing/date-time-picker.component.mjs +9 -8
  24. package/esm2020/editing/edit-dialog-template.directive.mjs +3 -2
  25. package/esm2020/editing/edit-dialog.component.mjs +15 -15
  26. package/esm2020/editing/edit.service.mjs +5 -2
  27. package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -2
  28. package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -2
  29. package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -2
  30. package/esm2020/editing/recurrence/recurrence-editor.component.mjs +13 -11
  31. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +8 -7
  32. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +8 -7
  33. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +7 -5
  34. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -8
  35. package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +8 -7
  36. package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -2
  37. package/esm2020/editing/resource-multiple-editor.component.mjs +7 -6
  38. package/esm2020/editing/resource-single-editor.component.mjs +7 -6
  39. package/esm2020/editing/timezone-editor.component.mjs +8 -7
  40. package/esm2020/editing-directives/base-edit.service.mjs +1 -1
  41. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  42. package/esm2020/index.mjs +1 -0
  43. package/esm2020/loading.component.mjs +3 -2
  44. package/esm2020/localization/custom-messages.component.mjs +3 -2
  45. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  46. package/esm2020/navigation/focusable.directive.mjs +3 -2
  47. package/esm2020/navigation/shortcuts.directive.mjs +3 -2
  48. package/esm2020/package-metadata.mjs +2 -2
  49. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  50. package/esm2020/pdf/pdf.component.mjs +3 -2
  51. package/esm2020/pdf/pdf.module.mjs +10 -14
  52. package/esm2020/scheduler.component.mjs +10 -11
  53. package/esm2020/scheduler.module.mjs +107 -243
  54. package/esm2020/shared.module.mjs +5 -2
  55. package/esm2020/toolbar/navigation.component.mjs +9 -8
  56. package/esm2020/toolbar/toolbar-template.directive.mjs +3 -2
  57. package/esm2020/toolbar/toolbar.component.mjs +9 -7
  58. package/esm2020/toolbar/toolbar.service.mjs +5 -2
  59. package/esm2020/toolbar/view-selector.component.mjs +8 -6
  60. package/esm2020/views/agenda/agenda-header-item.component.mjs +7 -5
  61. package/esm2020/views/agenda/agenda-header.component.mjs +6 -4
  62. package/esm2020/views/agenda/agenda-task-item.component.mjs +7 -5
  63. package/esm2020/views/agenda/agenda-view-internal.component.mjs +8 -6
  64. package/esm2020/views/agenda/agenda-view-list.component.mjs +10 -8
  65. package/esm2020/views/agenda/agenda-view.component.mjs +6 -4
  66. package/esm2020/views/common/hint-container.component.mjs +6 -4
  67. package/esm2020/views/common/repeat.pipe.mjs +3 -2
  68. package/esm2020/views/common/resize-hint.component.mjs +7 -5
  69. package/esm2020/views/common/resource-iterator.pipe.mjs +3 -2
  70. package/esm2020/views/common/slot-selectable.directive.mjs +3 -2
  71. package/esm2020/views/common/view-footer.component.mjs +8 -6
  72. package/esm2020/views/common/views-shared.module.mjs +22 -25
  73. package/esm2020/views/common/work-hours-footer.directive.mjs +3 -2
  74. package/esm2020/views/day-time/day-time-view-item.component.mjs +7 -5
  75. package/esm2020/views/day-time/day-time.module.mjs +18 -12
  76. package/esm2020/views/day-time/event-slot.directive.mjs +6 -4
  77. package/esm2020/views/month/month-slot.component.mjs +8 -6
  78. package/esm2020/views/month/month-view-item.component.mjs +7 -5
  79. package/esm2020/views/month/month-view-renderer.component.mjs +13 -12
  80. package/esm2020/views/month/month-view.component.mjs +6 -4
  81. package/esm2020/views/month/month-view.module.mjs +20 -21
  82. package/esm2020/views/month/multi-week-view.component.mjs +6 -4
  83. package/esm2020/views/multi-day/day-view.component.mjs +8 -6
  84. package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +12 -11
  85. package/esm2020/views/multi-day/multi-day-view.component.mjs +8 -6
  86. package/esm2020/views/multi-day/multi-day-view.module.mjs +19 -18
  87. package/esm2020/views/multi-day/week-view.component.mjs +8 -6
  88. package/esm2020/views/multi-day/work-week-view.component.mjs +8 -6
  89. package/esm2020/views/scheduler-view.directive.mjs +3 -2
  90. package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -2
  91. package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -2
  92. package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -2
  93. package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -2
  94. package/esm2020/views/templates/date-header-template.directive.mjs +3 -2
  95. package/esm2020/views/templates/event-template.directive.mjs +3 -2
  96. package/esm2020/views/templates/group-header-template.directive.mjs +3 -2
  97. package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -2
  98. package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -2
  99. package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -2
  100. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -2
  101. package/esm2020/views/templates/time-slot-template.directive.mjs +3 -2
  102. package/esm2020/views/timeline/timeline-month-view.component.mjs +8 -6
  103. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +14 -13
  104. package/esm2020/views/timeline/timeline-view.component.mjs +8 -6
  105. package/esm2020/views/timeline/timeline-view.module.mjs +19 -18
  106. package/esm2020/views/timeline/timeline-week-view.component.mjs +8 -6
  107. package/esm2020/views/timeline/utils.mjs +3 -2
  108. package/esm2020/views/view-context.service.mjs +5 -2
  109. package/esm2020/views/view-state.service.mjs +5 -2
  110. package/esm2020/views/year/year-view-internal.component.mjs +7 -7
  111. package/esm2020/views/year/year-view.component.mjs +6 -4
  112. package/fesm2015/progress-kendo-angular-scheduler.mjs +6524 -6585
  113. package/fesm2020/progress-kendo-angular-scheduler.mjs +6317 -6378
  114. package/index.d.ts +1 -0
  115. package/loading.component.d.ts +1 -1
  116. package/localization/custom-messages.component.d.ts +1 -1
  117. package/localization/localized-messages.directive.d.ts +1 -1
  118. package/navigation/focusable.directive.d.ts +1 -1
  119. package/navigation/shortcuts.directive.d.ts +1 -1
  120. package/package.json +14 -14
  121. package/pdf/pdf-command.directive.d.ts +1 -1
  122. package/pdf/pdf.component.d.ts +1 -1
  123. package/pdf/pdf.module.d.ts +1 -2
  124. package/scheduler.component.d.ts +1 -1
  125. package/scheduler.module.d.ts +38 -58
  126. package/schematics/ngAdd/index.js +3 -3
  127. package/shared.module.d.ts +4 -1
  128. package/toolbar/navigation.component.d.ts +1 -1
  129. package/toolbar/toolbar-template.directive.d.ts +1 -1
  130. package/toolbar/toolbar.component.d.ts +1 -1
  131. package/toolbar/view-selector.component.d.ts +1 -1
  132. package/types/slot-selection.d.ts +1 -1
  133. package/views/agenda/agenda-header-item.component.d.ts +1 -1
  134. package/views/agenda/agenda-header.component.d.ts +1 -1
  135. package/views/agenda/agenda-task-item.component.d.ts +1 -1
  136. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  137. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  138. package/views/agenda/agenda-view.component.d.ts +1 -1
  139. package/views/common/configuration-view-base.d.ts +1 -3
  140. package/views/common/hint-container.component.d.ts +1 -1
  141. package/views/common/repeat.pipe.d.ts +1 -1
  142. package/views/common/resize-hint.component.d.ts +1 -1
  143. package/views/common/resource-iterator.pipe.d.ts +1 -1
  144. package/views/common/slot-selectable.directive.d.ts +1 -1
  145. package/views/common/view-footer.component.d.ts +1 -1
  146. package/views/common/views-shared.module.d.ts +4 -6
  147. package/views/common/work-hours-footer.directive.d.ts +1 -1
  148. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  149. package/views/day-time/day-time.module.d.ts +4 -5
  150. package/views/day-time/event-slot.directive.d.ts +2 -2
  151. package/views/month/month-slot.component.d.ts +1 -1
  152. package/views/month/month-view-item.component.d.ts +1 -1
  153. package/views/month/month-view-renderer.component.d.ts +1 -1
  154. package/views/month/month-view.component.d.ts +1 -1
  155. package/views/month/month-view.module.d.ts +5 -7
  156. package/views/month/multi-week-view.component.d.ts +1 -1
  157. package/views/multi-day/day-view.component.d.ts +1 -1
  158. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  159. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  160. package/views/multi-day/multi-day-view.module.d.ts +4 -4
  161. package/views/multi-day/week-view.component.d.ts +1 -1
  162. package/views/multi-day/work-week-view.component.d.ts +1 -1
  163. package/views/scheduler-view.directive.d.ts +1 -1
  164. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  165. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  166. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  167. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  168. package/views/templates/date-header-template.directive.d.ts +1 -1
  169. package/views/templates/event-template.directive.d.ts +1 -1
  170. package/views/templates/group-header-template.directive.d.ts +1 -1
  171. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  172. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  173. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  174. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  175. package/views/templates/time-slot-template.directive.d.ts +1 -1
  176. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  177. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  178. package/views/timeline/timeline-view.component.d.ts +1 -1
  179. package/views/timeline/timeline-view.module.d.ts +4 -4
  180. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  181. package/views/timeline/utils.d.ts +1 -1
  182. package/views/year/year-view-internal.component.d.ts +1 -1
  183. package/views/year/year-view.component.d.ts +1 -1
  184. package/esm2020/toolbar/toolbar.module.mjs +0 -71
  185. package/esm2020/views/agenda/agenda-view.module.mjs +0 -45
  186. package/esm2020/views/year/year-view.module.mjs +0 -45
  187. package/toolbar/toolbar.module.d.ts +0 -30
  188. package/views/agenda/agenda-view.module.d.ts +0 -23
  189. package/views/year/year-view.module.d.ts +0 -19

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.