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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/data-binding.directive.d.ts +1 -1
  2. package/editing/date-time-picker.component.d.ts +1 -1
  3. package/editing/edit-dialog-template.directive.d.ts +1 -1
  4. package/editing/edit-dialog.component.d.ts +1 -1
  5. package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
  6. package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
  7. package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
  8. package/editing/recurrence/localization/messages.d.ts +1 -1
  9. package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
  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-editor-base.d.ts +1 -1
  17. package/editing/resource-multiple-editor.component.d.ts +1 -1
  18. package/editing/resource-single-editor.component.d.ts +1 -1
  19. package/editing/timezone-editor.component.d.ts +1 -1
  20. package/editing-directives/editing-directive-base.d.ts +1 -1
  21. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  22. package/esm2020/data-binding.directive.mjs +3 -3
  23. package/esm2020/editing/date-time-picker.component.mjs +6 -6
  24. package/esm2020/editing/dialogs.service.mjs +3 -3
  25. package/esm2020/editing/edit-dialog-template.directive.mjs +3 -3
  26. package/esm2020/editing/edit-dialog.component.mjs +15 -15
  27. package/esm2020/editing/edit.service.mjs +3 -3
  28. package/esm2020/editing/local-data-changes.service.mjs +3 -3
  29. package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -3
  30. package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -3
  31. package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -3
  32. package/esm2020/editing/recurrence/localization/messages.mjs +3 -3
  33. package/esm2020/editing/recurrence/localization/recurrence-localization.service.mjs +3 -3
  34. package/esm2020/editing/recurrence/recurrence-editor.component.mjs +11 -11
  35. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +6 -6
  36. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +6 -6
  37. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +6 -6
  38. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -9
  39. package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +6 -6
  40. package/esm2020/editing/recurrence/recurrence.service.mjs +3 -3
  41. package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -3
  42. package/esm2020/editing/resource-editor-base.mjs +3 -3
  43. package/esm2020/editing/resource-multiple-editor.component.mjs +6 -6
  44. package/esm2020/editing/resource-single-editor.component.mjs +6 -6
  45. package/esm2020/editing/timezone-editor.component.mjs +6 -6
  46. package/esm2020/editing-directives/editing-directive-base.mjs +5 -4
  47. package/esm2020/editing-directives/reactive-editing.directive.mjs +7 -7
  48. package/esm2020/index.mjs +1 -0
  49. package/esm2020/loading.component.mjs +3 -3
  50. package/esm2020/localization/custom-messages.component.mjs +3 -3
  51. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  52. package/esm2020/localization/messages.mjs +3 -3
  53. package/esm2020/localization/scheduler-localization.service.mjs +3 -3
  54. package/esm2020/navigation/focus.service.mjs +3 -3
  55. package/esm2020/navigation/focusable.directive.mjs +3 -3
  56. package/esm2020/navigation/shortcuts.directive.mjs +3 -3
  57. package/esm2020/package-metadata.mjs +2 -2
  58. package/esm2020/pdf/pdf-command.directive.mjs +6 -6
  59. package/esm2020/pdf/pdf.component.mjs +4 -4
  60. package/esm2020/pdf/pdf.module.mjs +4 -4
  61. package/esm2020/pdf/pdf.service.mjs +3 -3
  62. package/esm2020/scheduler.component.mjs +8 -18
  63. package/esm2020/scheduler.module.mjs +12 -15
  64. package/esm2020/shared.module.mjs +4 -4
  65. package/esm2020/toolbar/navigation.component.mjs +4 -4
  66. package/esm2020/toolbar/toolbar-template.directive.mjs +3 -3
  67. package/esm2020/toolbar/toolbar.component.mjs +8 -9
  68. package/esm2020/toolbar/toolbar.module.mjs +10 -12
  69. package/esm2020/toolbar/toolbar.service.mjs +3 -3
  70. package/esm2020/toolbar/view-selector.component.mjs +6 -6
  71. package/esm2020/views/agenda/agenda-header-item.component.mjs +16 -4
  72. package/esm2020/views/agenda/agenda-header.component.mjs +14 -17
  73. package/esm2020/views/agenda/agenda-task-item.component.mjs +10 -6
  74. package/esm2020/views/agenda/agenda-view-internal.component.mjs +10 -10
  75. package/esm2020/views/agenda/agenda-view-list.component.mjs +15 -13
  76. package/esm2020/views/agenda/agenda-view.component.mjs +4 -4
  77. package/esm2020/views/agenda/agenda-view.module.mjs +4 -4
  78. package/esm2020/views/common/base-view.mjs +3 -3
  79. package/esm2020/views/common/configuration-view-base.mjs +3 -3
  80. package/esm2020/views/common/dom-events.service.mjs +3 -3
  81. package/esm2020/views/common/hint-container.component.mjs +4 -4
  82. package/esm2020/views/common/repeat.pipe.mjs +3 -3
  83. package/esm2020/views/common/resize-hint.component.mjs +4 -4
  84. package/esm2020/views/common/resource-iterator.pipe.mjs +3 -3
  85. package/esm2020/views/common/slot-selectable.directive.mjs +3 -3
  86. package/esm2020/views/common/view-footer.component.mjs +7 -7
  87. package/esm2020/views/common/views-shared.module.mjs +4 -4
  88. package/esm2020/views/common/work-hours-footer.directive.mjs +3 -3
  89. package/esm2020/views/day-time/day-time-view-base.mjs +3 -3
  90. package/esm2020/views/day-time/day-time-view-item.component.mjs +6 -6
  91. package/esm2020/views/day-time/day-time-view.component.mjs +3 -3
  92. package/esm2020/views/day-time/day-time.module.mjs +4 -4
  93. package/esm2020/views/day-time/event-slot.directive.mjs +6 -6
  94. package/esm2020/views/month/month-slot.component.mjs +6 -6
  95. package/esm2020/views/month/month-view-item.component.mjs +6 -6
  96. package/esm2020/views/month/month-view-renderer.component.mjs +306 -256
  97. package/esm2020/views/month/month-view.component.mjs +4 -4
  98. package/esm2020/views/month/month-view.module.mjs +5 -7
  99. package/esm2020/views/month/multi-week-view.component.mjs +4 -4
  100. package/esm2020/views/multi-day/day-view.component.mjs +7 -9
  101. package/esm2020/views/multi-day/multi-day-view-base.mjs +3 -3
  102. package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +511 -467
  103. package/esm2020/views/multi-day/multi-day-view.component.mjs +7 -7
  104. package/esm2020/views/multi-day/multi-day-view.module.mjs +5 -7
  105. package/esm2020/views/multi-day/week-view.component.mjs +7 -7
  106. package/esm2020/views/multi-day/work-week-view.component.mjs +7 -7
  107. package/esm2020/views/scheduler-view.directive.mjs +3 -3
  108. package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -3
  109. package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -3
  110. package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -3
  111. package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -3
  112. package/esm2020/views/templates/date-header-template.directive.mjs +3 -3
  113. package/esm2020/views/templates/event-template.directive.mjs +3 -3
  114. package/esm2020/views/templates/group-header-template.directive.mjs +3 -3
  115. package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -3
  116. package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -3
  117. package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -3
  118. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -3
  119. package/esm2020/views/templates/time-slot-template.directive.mjs +3 -3
  120. package/esm2020/views/timeline/timeline-base.mjs +3 -3
  121. package/esm2020/views/timeline/timeline-month-view.component.mjs +7 -8
  122. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +381 -333
  123. package/esm2020/views/timeline/timeline-view.component.mjs +7 -8
  124. package/esm2020/views/timeline/timeline-view.module.mjs +5 -7
  125. package/esm2020/views/timeline/timeline-week-view.component.mjs +7 -8
  126. package/esm2020/views/timeline/utils.mjs +3 -3
  127. package/esm2020/views/view-context.service.mjs +3 -3
  128. package/esm2020/views/view-items/base-slot.directive.mjs +3 -3
  129. package/esm2020/views/view-items/base-view-item.mjs +3 -3
  130. package/esm2020/views/view-state.service.mjs +3 -3
  131. package/esm2020/views/year/year-view-internal.component.mjs +7 -7
  132. package/esm2020/views/year/year-view.component.mjs +4 -4
  133. package/esm2020/views/year/year-view.module.mjs +7 -9
  134. package/events/edit-event-base.d.ts +4 -0
  135. package/fesm2015/progress-kendo-angular-scheduler.mjs +2565 -2435
  136. package/fesm2020/progress-kendo-angular-scheduler.mjs +2452 -2322
  137. package/index.d.ts +1 -0
  138. package/loading.component.d.ts +1 -1
  139. package/localization/custom-messages.component.d.ts +1 -1
  140. package/localization/localized-messages.directive.d.ts +1 -1
  141. package/localization/messages.d.ts +1 -1
  142. package/navigation/focusable.directive.d.ts +1 -1
  143. package/navigation/shortcuts.directive.d.ts +1 -1
  144. package/package.json +20 -20
  145. package/pdf/pdf-command.directive.d.ts +1 -1
  146. package/pdf/pdf.component.d.ts +1 -1
  147. package/scheduler.component.d.ts +1 -1
  148. package/schematics/ngAdd/index.js +2 -2
  149. package/toolbar/navigation.component.d.ts +1 -1
  150. package/toolbar/toolbar-template.directive.d.ts +1 -1
  151. package/toolbar/toolbar.component.d.ts +1 -1
  152. package/toolbar/view-selector.component.d.ts +1 -1
  153. package/views/agenda/agenda-header-item.component.d.ts +3 -1
  154. package/views/agenda/agenda-header.component.d.ts +1 -1
  155. package/views/agenda/agenda-task-item.component.d.ts +2 -1
  156. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  157. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  158. package/views/agenda/agenda-view.component.d.ts +1 -1
  159. package/views/common/base-view.d.ts +1 -1
  160. package/views/common/configuration-view-base.d.ts +1 -1
  161. package/views/common/hint-container.component.d.ts +1 -1
  162. package/views/common/repeat.pipe.d.ts +1 -1
  163. package/views/common/resize-hint.component.d.ts +1 -1
  164. package/views/common/resource-iterator.pipe.d.ts +1 -1
  165. package/views/common/slot-selectable.directive.d.ts +1 -1
  166. package/views/common/view-footer.component.d.ts +1 -1
  167. package/views/common/work-hours-footer.directive.d.ts +1 -1
  168. package/views/day-time/day-time-view-base.d.ts +1 -1
  169. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  170. package/views/day-time/day-time-view.component.d.ts +1 -1
  171. package/views/day-time/event-slot.directive.d.ts +2 -2
  172. package/views/month/month-slot.component.d.ts +1 -1
  173. package/views/month/month-view-item.component.d.ts +1 -1
  174. package/views/month/month-view-renderer.component.d.ts +3 -1
  175. package/views/month/month-view.component.d.ts +1 -1
  176. package/views/month/multi-week-view.component.d.ts +1 -1
  177. package/views/multi-day/day-view.component.d.ts +1 -1
  178. package/views/multi-day/multi-day-view-base.d.ts +1 -1
  179. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  180. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  181. package/views/multi-day/week-view.component.d.ts +1 -1
  182. package/views/multi-day/work-week-view.component.d.ts +1 -1
  183. package/views/scheduler-view.directive.d.ts +1 -1
  184. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  185. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  186. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  187. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  188. package/views/templates/date-header-template.directive.d.ts +1 -1
  189. package/views/templates/event-template.directive.d.ts +1 -1
  190. package/views/templates/group-header-template.directive.d.ts +1 -1
  191. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  192. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  193. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  194. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  195. package/views/templates/time-slot-template.directive.d.ts +1 -1
  196. package/views/timeline/timeline-base.d.ts +1 -1
  197. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  198. package/views/timeline/timeline-multi-day-view.component.d.ts +5 -1
  199. package/views/timeline/timeline-view.component.d.ts +1 -1
  200. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  201. package/views/timeline/utils.d.ts +1 -1
  202. package/views/view-items/base-slot.directive.d.ts +1 -1
  203. package/views/view-items/base-view-item.d.ts +1 -1
  204. package/views/year/year-view-internal.component.d.ts +1 -1
  205. package/views/year/year-view.component.d.ts +1 -1
  206. package/progress-kendo-angular-scheduler.d.ts +0 -9
@@ -21,5 +21,5 @@ export declare class AgendaTimeTemplateDirective {
21
21
  templateRef: TemplateRef<any>;
22
22
  constructor(templateRef: TemplateRef<any>);
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AgendaTimeTemplateDirective, [{ optional: true; }]>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<AgendaTimeTemplateDirective, "[kendoSchedulerAgendaTimeTemplate]", never, {}, {}, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AgendaTimeTemplateDirective, "[kendoSchedulerAgendaTimeTemplate]", never, {}, {}, never, never, false, never>;
25
25
  }
@@ -17,5 +17,5 @@ export declare class AllDayEventTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AllDayEventTemplateDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<AllDayEventTemplateDirective, "[kendoSchedulerAllDayEventTemplate]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AllDayEventTemplateDirective, "[kendoSchedulerAllDayEventTemplate]", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class AllDaySlotTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AllDaySlotTemplateDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<AllDaySlotTemplateDirective, "[kendoSchedulerAllDaySlotTemplate]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AllDaySlotTemplateDirective, "[kendoSchedulerAllDaySlotTemplate]", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class DateHeaderTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<DateHeaderTemplateDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<DateHeaderTemplateDirective, "[kendoSchedulerDateHeaderTemplate]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DateHeaderTemplateDirective, "[kendoSchedulerDateHeaderTemplate]", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class EventTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EventTemplateDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<EventTemplateDirective, "[kendoSchedulerEventTemplate]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EventTemplateDirective, "[kendoSchedulerEventTemplate]", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class GroupHeaderTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupHeaderTemplateDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHeaderTemplateDirective, "[kendoSchedulerGroupHeaderTemplate]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHeaderTemplateDirective, "[kendoSchedulerGroupHeaderTemplate]", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -16,5 +16,5 @@ export declare class MajorTimeHeaderTemplateDirective {
16
16
  templateRef: TemplateRef<any>;
17
17
  constructor(templateRef: TemplateRef<any>);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MajorTimeHeaderTemplateDirective, [{ optional: true; }]>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<MajorTimeHeaderTemplateDirective, "[kendoSchedulerMajorTimeHeaderTemplate]", never, {}, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MajorTimeHeaderTemplateDirective, "[kendoSchedulerMajorTimeHeaderTemplate]", never, {}, {}, never, never, false, never>;
20
20
  }
@@ -16,5 +16,5 @@ export declare class MinorTimeHeaderTemplateDirective {
16
16
  templateRef: TemplateRef<any>;
17
17
  constructor(templateRef: TemplateRef<any>);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MinorTimeHeaderTemplateDirective, [{ optional: true; }]>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<MinorTimeHeaderTemplateDirective, "[kendoSchedulerMinorTimeHeaderTemplate]", never, {}, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MinorTimeHeaderTemplateDirective, "[kendoSchedulerMinorTimeHeaderTemplate]", never, {}, {}, never, never, false, never>;
20
20
  }
@@ -17,5 +17,5 @@ export declare class MonthDaySlotTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<MonthDaySlotTemplateDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonthDaySlotTemplateDirective, "[kendoSchedulerMonthDaySlotTemplate]", never, {}, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonthDaySlotTemplateDirective, "[kendoSchedulerMonthDaySlotTemplate]", never, {}, {}, never, never, false, never>;
21
21
  }
@@ -18,5 +18,5 @@ export declare class MultiWeekDaySlotTemplateDirective {
18
18
  templateRef: TemplateRef<any>;
19
19
  constructor(templateRef: TemplateRef<any>);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiWeekDaySlotTemplateDirective, [{ optional: true; }]>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiWeekDaySlotTemplateDirective, "[kendoSchedulerMultiWeekDaySlotTemplate]", never, {}, {}, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiWeekDaySlotTemplateDirective, "[kendoSchedulerMultiWeekDaySlotTemplate]", never, {}, {}, never, never, false, never>;
22
22
  }
@@ -18,5 +18,5 @@ export declare class TimeSlotTemplateDirective {
18
18
  templateRef: TemplateRef<any>;
19
19
  constructor(templateRef: TemplateRef<any>);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeSlotTemplateDirective, [{ optional: true; }]>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<TimeSlotTemplateDirective, "[kendoSchedulerTimeSlotTemplate]", never, {}, {}, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimeSlotTemplateDirective, "[kendoSchedulerTimeSlotTemplate]", never, {}, {}, never, never, false, never>;
22
22
  }
@@ -22,5 +22,5 @@ export declare abstract class TimelineBase extends DayTimeViewBase {
22
22
  get viewColumnWidth(): any;
23
23
  constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService);
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineBase, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineBase, never, never, { "columnWidth": "columnWidth"; }, {}, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineBase, never, never, { "columnWidth": "columnWidth"; }, {}, never, never, false, never>;
26
26
  }
@@ -63,5 +63,5 @@ export declare class TimelineMonthViewComponent extends TimelineBase {
63
63
  getNextDate: (date: Date, count: number) => Date;
64
64
  constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService);
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineMonthViewComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineMonthViewComponent, "kendo-scheduler-timeline-month-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; "numberOfMonths": "numberOfMonths"; }, {}, never, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineMonthViewComponent, "kendo-scheduler-timeline-month-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; "numberOfMonths": "numberOfMonths"; }, {}, never, never, false, never>;
67
67
  }
@@ -22,7 +22,10 @@ export declare class TimelineMultiDayViewComponent extends DayTimeViewComponent
22
22
  viewName: string;
23
23
  verticalResourceRows: QueryList<ElementRef>;
24
24
  get classNames(): string;
25
+ headerTable: ElementRef;
26
+ get contentWidthPercentage(): number;
25
27
  protected verticalTime: boolean;
28
+ private contentWidth;
26
29
  constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, pdfService: PDFService, scrollBarWidthService: ScrollbarWidthService);
27
30
  ngOnChanges(changes: any): void;
28
31
  reflow(): void;
@@ -31,6 +34,7 @@ export declare class TimelineMultiDayViewComponent extends DayTimeViewComponent
31
34
  timeColspan(index: number): any;
32
35
  horizontalColspan(resourceIndex: number): any;
33
36
  verticalRowspan(resourceIndex: number): any;
37
+ handleScroll(): void;
34
38
  protected createTasks(items: ViewItem[], dateRange: DateRange): any[];
35
39
  protected onTasksChange(): void;
36
40
  protected dragRanges(slot: any): any;
@@ -39,5 +43,5 @@ export declare class TimelineMultiDayViewComponent extends DayTimeViewComponent
39
43
  protected pdfWidth(): number;
40
44
  protected currentTimeArrowOffset(): number;
41
45
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineMultiDayViewComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineMultiDayViewComponent, "timeline-multi-day-view", never, { "name": "name"; "columnWidth": "columnWidth"; "viewName": "viewName"; }, {}, never, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineMultiDayViewComponent, "timeline-multi-day-view", never, { "name": "name"; "columnWidth": "columnWidth"; "viewName": "viewName"; }, {}, never, never, false, never>;
43
47
  }
@@ -51,5 +51,5 @@ export declare class TimelineViewComponent extends TimelineBase {
51
51
  readonly name: string;
52
52
  constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService);
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineViewComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineViewComponent, "kendo-scheduler-timeline-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; "numberOfDays": "numberOfDays"; }, {}, never, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineViewComponent, "kendo-scheduler-timeline-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; "numberOfDays": "numberOfDays"; }, {}, never, never, false, never>;
55
55
  }
@@ -53,5 +53,5 @@ export declare class TimelineWeekViewComponent extends TimelineBase {
53
53
  */
54
54
  getStartDate: (selectedDate: Date) => Date;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineWeekViewComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineWeekViewComponent, "kendo-scheduler-timeline-week-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; "numberOfWeeks": "numberOfWeeks"; }, {}, never, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineWeekViewComponent, "kendo-scheduler-timeline-week-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; "numberOfWeeks": "numberOfWeeks"; }, {}, never, never, false, never>;
57
57
  }
@@ -16,5 +16,5 @@ export declare const createTasks: (periodStart: Date, periodEnd: Date, items: Vi
16
16
  export declare class SortPipe implements PipeTransform {
17
17
  transform(value: SchedulerTask[], ..._args: any[]): any;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SortPipe, never>;
19
- static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "sort">;
19
+ static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "sort", false>;
20
20
  }
@@ -36,5 +36,5 @@ export declare class BaseSlotDirective implements SlotDirective {
36
36
  ngOnDestroy(): void;
37
37
  invalidate(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseSlotDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSlotDirective, never, never, { "id": "id"; }, {}, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSlotDirective, never, never, { "id": "id"; }, {}, never, never, false, never>;
40
40
  }
@@ -51,5 +51,5 @@ export declare class BaseViewItem implements OnInit, OnChanges, OnDestroy, ViewI
51
51
  get arrowIcons(): string[];
52
52
  get arrowSVGIcons(): SVGIcon[];
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseViewItem, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseViewItem, never, never, { "item": "item"; "resourceIndex": "resourceIndex"; "rangeIndex": "rangeIndex"; "index": "index"; "eventTemplate": "eventTemplate"; "editable": "editable"; "dragHint": "dragHint"; "resources": "resources"; }, {}, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseViewItem, never, never, { "item": "item"; "resourceIndex": "resourceIndex"; "rangeIndex": "rangeIndex"; "index": "index"; "eventTemplate": "eventTemplate"; "editable": "editable"; "dragHint": "dragHint"; "resources": "resources"; }, {}, never, never, false, never>;
55
55
  }
@@ -78,5 +78,5 @@ export declare class YearViewInternalComponent extends BaseView implements After
78
78
  cachedTds: any[];
79
79
  private updateTds;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<YearViewInternalComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<YearViewInternalComponent, "year-view-internal", never, { "newRange": "newRange"; "dateRangeFn": "dateRangeFn"; "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; }, {}, never, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<YearViewInternalComponent, "year-view-internal", never, { "newRange": "newRange"; "dateRangeFn": "dateRangeFn"; "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; }, {}, never, never, false, never>;
82
82
  }
@@ -52,5 +52,5 @@ export declare class YearViewComponent extends ConfigurationViewBase {
52
52
  */
53
53
  newRange(date: Date, direction?: 1 | -1): Date;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<YearViewComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<YearViewComponent, "kendo-scheduler-year-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; }, {}, never, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<YearViewComponent, "kendo-scheduler-year-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; }, {}, never, never, false, never>;
56
56
  }
@@ -1,9 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Generated bundle index. Do not edit.
7
- */
8
- /// <amd-module name="@progress/kendo-angular-scheduler" />
9
- export * from './index';