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

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 (205) 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 +3 -3
  47. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
  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 +3 -3
  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 -9
  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 +4 -4
  72. package/esm2020/views/agenda/agenda-header.component.mjs +4 -4
  73. package/esm2020/views/agenda/agenda-task-item.component.mjs +6 -6
  74. package/esm2020/views/agenda/agenda-view-internal.component.mjs +4 -4
  75. package/esm2020/views/agenda/agenda-view-list.component.mjs +9 -9
  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 +12 -12
  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 +9 -9
  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 +11 -11
  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/fesm2015/progress-kendo-angular-scheduler.mjs +1496 -1516
  135. package/fesm2020/progress-kendo-angular-scheduler.mjs +1308 -1328
  136. package/index.d.ts +1 -0
  137. package/loading.component.d.ts +1 -1
  138. package/localization/custom-messages.component.d.ts +1 -1
  139. package/localization/localized-messages.directive.d.ts +1 -1
  140. package/localization/messages.d.ts +1 -1
  141. package/navigation/focusable.directive.d.ts +1 -1
  142. package/navigation/shortcuts.directive.d.ts +1 -1
  143. package/package.json +20 -20
  144. package/pdf/pdf-command.directive.d.ts +1 -1
  145. package/pdf/pdf.component.d.ts +1 -1
  146. package/scheduler.component.d.ts +1 -1
  147. package/schematics/ngAdd/index.js +2 -2
  148. package/toolbar/navigation.component.d.ts +1 -1
  149. package/toolbar/toolbar-template.directive.d.ts +1 -1
  150. package/toolbar/toolbar.component.d.ts +1 -1
  151. package/toolbar/view-selector.component.d.ts +1 -1
  152. package/views/agenda/agenda-header-item.component.d.ts +1 -1
  153. package/views/agenda/agenda-header.component.d.ts +1 -1
  154. package/views/agenda/agenda-task-item.component.d.ts +1 -1
  155. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  156. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  157. package/views/agenda/agenda-view.component.d.ts +1 -1
  158. package/views/common/base-view.d.ts +1 -1
  159. package/views/common/configuration-view-base.d.ts +1 -1
  160. package/views/common/hint-container.component.d.ts +1 -1
  161. package/views/common/repeat.pipe.d.ts +1 -1
  162. package/views/common/resize-hint.component.d.ts +1 -1
  163. package/views/common/resource-iterator.pipe.d.ts +1 -1
  164. package/views/common/slot-selectable.directive.d.ts +1 -1
  165. package/views/common/view-footer.component.d.ts +1 -1
  166. package/views/common/work-hours-footer.directive.d.ts +1 -1
  167. package/views/day-time/day-time-view-base.d.ts +1 -1
  168. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  169. package/views/day-time/day-time-view.component.d.ts +1 -1
  170. package/views/day-time/event-slot.directive.d.ts +2 -2
  171. package/views/month/month-slot.component.d.ts +1 -1
  172. package/views/month/month-view-item.component.d.ts +1 -1
  173. package/views/month/month-view-renderer.component.d.ts +1 -1
  174. package/views/month/month-view.component.d.ts +1 -1
  175. package/views/month/multi-week-view.component.d.ts +1 -1
  176. package/views/multi-day/day-view.component.d.ts +1 -1
  177. package/views/multi-day/multi-day-view-base.d.ts +1 -1
  178. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  179. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  180. package/views/multi-day/week-view.component.d.ts +1 -1
  181. package/views/multi-day/work-week-view.component.d.ts +1 -1
  182. package/views/scheduler-view.directive.d.ts +1 -1
  183. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  184. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  185. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  186. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  187. package/views/templates/date-header-template.directive.d.ts +1 -1
  188. package/views/templates/event-template.directive.d.ts +1 -1
  189. package/views/templates/group-header-template.directive.d.ts +1 -1
  190. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  191. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  192. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  193. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  194. package/views/templates/time-slot-template.directive.d.ts +1 -1
  195. package/views/timeline/timeline-base.d.ts +1 -1
  196. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  197. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  198. package/views/timeline/timeline-view.component.d.ts +1 -1
  199. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  200. package/views/timeline/utils.d.ts +1 -1
  201. package/views/view-items/base-slot.directive.d.ts +1 -1
  202. package/views/view-items/base-view-item.d.ts +1 -1
  203. package/views/year/year-view-internal.component.d.ts +1 -1
  204. package/views/year/year-view.component.d.ts +1 -1
  205. package/progress-kendo-angular-scheduler.d.ts +0 -9
@@ -19,9 +19,9 @@ export class MultiWeekDaySlotTemplateDirective {
19
19
  this.templateRef = templateRef;
20
20
  }
21
21
  }
22
- MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
23
- MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MultiWeekDaySlotTemplateDirective, selector: "[kendoSchedulerMultiWeekDaySlotTemplate]", ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, decorators: [{
22
+ MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
23
+ MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MultiWeekDaySlotTemplateDirective, selector: "[kendoSchedulerMultiWeekDaySlotTemplate]", ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[kendoSchedulerMultiWeekDaySlotTemplate]'
@@ -19,9 +19,9 @@ export class TimeSlotTemplateDirective {
19
19
  this.templateRef = templateRef;
20
20
  }
21
21
  }
22
- TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
23
- TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TimeSlotTemplateDirective, selector: "[kendoSchedulerTimeSlotTemplate]", ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSlotTemplateDirective, decorators: [{
22
+ TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
23
+ TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimeSlotTemplateDirective, selector: "[kendoSchedulerTimeSlotTemplate]", ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotTemplateDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[kendoSchedulerTimeSlotTemplate]'
@@ -26,9 +26,9 @@ export class TimelineBase extends DayTimeViewBase {
26
26
  return this.optionValue(COLUMN_WIDTH);
27
27
  }
28
28
  }
29
- TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineBase, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
30
- TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TimelineBase, inputs: { columnWidth: "columnWidth" }, usesInheritance: true, ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineBase, decorators: [{
29
+ TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineBase, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
30
+ TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineBase, inputs: { columnWidth: "columnWidth" }, usesInheritance: true, ngImport: i0 });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineBase, decorators: [{
32
32
  type: Directive
33
33
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i2.ViewContextService }, { type: i3.ViewStateService }]; }, propDecorators: { columnWidth: [{
34
34
  type: Input
@@ -13,9 +13,9 @@ import * as i0 from "@angular/core";
13
13
  import * as i1 from "@progress/kendo-angular-l10n";
14
14
  import * as i2 from "../view-context.service";
15
15
  import * as i3 from "../view-state.service";
16
- import * as i4 from "./timeline-multi-day-view.component";
17
- import * as i5 from "../common/view-footer.component";
18
- import * as i6 from "../common/work-hours-footer.directive";
16
+ import * as i4 from "../common/view-footer.component";
17
+ import * as i5 from "../common/work-hours-footer.directive";
18
+ import * as i6 from "./timeline-multi-day-view.component";
19
19
  /**
20
20
  * The component for rendering the **Month** timeline view.
21
21
  */
@@ -93,13 +93,12 @@ export class TimelineMonthViewComponent extends TimelineBase {
93
93
  set numberOfMonths(months) {
94
94
  this._numberOfMonths = months > 0 ? months : 1;
95
95
  }
96
- ;
97
96
  get numberOfMonths() {
98
97
  return this._numberOfMonths;
99
98
  }
100
99
  }
101
- TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
102
- TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
100
+ TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
101
+ TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
103
102
  provide: SchedulerView,
104
103
  useExisting: forwardRef(() => TimelineMonthViewComponent)
105
104
  }], usesInheritance: true, ngImport: i0, template: `
@@ -138,8 +137,8 @@ TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
138
137
  </timeline-multi-day-view>
139
138
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
140
139
  </ng-template>
141
- `, isInline: true, components: [{ type: i4.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }, { type: i5.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i6.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMonthViewComponent, decorators: [{
140
+ `, isInline: true, dependencies: [{ kind: "component", type: i4.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: i5.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: i6.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMonthViewComponent, decorators: [{
143
142
  type: Component,
144
143
  args: [{
145
144
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -21,14 +21,14 @@ import * as i4 from "@progress/kendo-angular-intl";
21
21
  import * as i5 from "../day-time/day-time-slot.service";
22
22
  import * as i6 from "../../pdf/pdf.service";
23
23
  import * as i7 from "@progress/kendo-angular-common";
24
- import * as i8 from "../day-time/day-time-view-item.component";
25
- import * as i9 from "../common/hint-container.component";
26
- import * as i10 from "../common/resize-hint.component";
27
- import * as i11 from "@angular/common";
28
- import * as i12 from "../day-time/event-slot.directive";
24
+ import * as i8 from "../day-time/event-slot.directive";
25
+ import * as i9 from "../day-time/day-time-view-item.component";
26
+ import * as i10 from "../common/hint-container.component";
27
+ import * as i11 from "../common/resize-hint.component";
28
+ import * as i12 from "@angular/common";
29
29
  import * as i13 from "../../navigation/focusable.directive";
30
- import * as i14 from "../common/resource-iterator.pipe";
31
- import * as i15 from "../common/repeat.pipe";
30
+ import * as i14 from "../common/repeat.pipe";
31
+ import * as i15 from "../common/resource-iterator.pipe";
32
32
  import * as i16 from "./utils";
33
33
  /**
34
34
  * @hidden
@@ -126,8 +126,8 @@ export class TimelineMultiDayViewComponent extends DayTimeViewComponent {
126
126
  return this.headerWrap.nativeElement.querySelector('tr:last-child').offsetTop;
127
127
  }
128
128
  }
129
- TimelineMultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }, { token: i5.DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i6.PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
130
- TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: { name: "name", columnWidth: "columnWidth", viewName: "viewName" }, providers: [
129
+ TimelineMultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }, { token: i5.DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i6.PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
130
+ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: { name: "name", columnWidth: "columnWidth", viewName: "viewName" }, providers: [
131
131
  DayTimeSlotService
132
132
  ], viewQueries: [{ propertyName: "verticalResourceRows", predicate: ["verticalResourceRows"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
133
133
  <div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
@@ -300,8 +300,8 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
300
300
  </div>
301
301
  </div>
302
302
  </div>
303
- `, isInline: true, components: [{ type: i8.DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { type: i9.HintContainerComponent, selector: "kendo-hint-container" }, { type: i10.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i12.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": i14.ResourceIteratorPipe, "repeat": i15.RepeatPipe, "kendoDate": i4.DatePipe, "sort": i16.SortPipe, "async": i11.AsyncPipe } });
304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
303
+ `, isInline: true, dependencies: [{ kind: "directive", type: i8.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: i9.DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "component", type: i10.HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: i11.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i12.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i12.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i12.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "pipe", type: i14.RepeatPipe, name: "repeat" }, { kind: "pipe", type: i15.ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i4.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i12.AsyncPipe, name: "async" }, { kind: "pipe", type: i16.SortPipe, name: "sort" }] });
304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
305
305
  type: Component,
306
306
  args: [{
307
307
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -12,9 +12,9 @@ import * as i0 from "@angular/core";
12
12
  import * as i1 from "@progress/kendo-angular-l10n";
13
13
  import * as i2 from "../view-context.service";
14
14
  import * as i3 from "../view-state.service";
15
- import * as i4 from "./timeline-multi-day-view.component";
16
- import * as i5 from "../common/view-footer.component";
17
- import * as i6 from "../common/work-hours-footer.directive";
15
+ import * as i4 from "../common/view-footer.component";
16
+ import * as i5 from "../common/work-hours-footer.directive";
17
+ import * as i6 from "./timeline-multi-day-view.component";
18
18
  /**
19
19
  * The component for rendering the **Timeline** view.
20
20
  */
@@ -74,13 +74,12 @@ export class TimelineViewComponent extends TimelineBase {
74
74
  set numberOfDays(days) {
75
75
  this._numberOfDays = days > 0 ? days : 1;
76
76
  }
77
- ;
78
77
  get numberOfDays() {
79
78
  return this._numberOfDays;
80
79
  }
81
80
  }
82
- TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
83
- TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
81
+ TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
82
+ TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
84
83
  provide: SchedulerView,
85
84
  useExisting: forwardRef(() => TimelineViewComponent)
86
85
  }], usesInheritance: true, ngImport: i0, template: `
@@ -116,8 +115,8 @@ TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
116
115
  </timeline-multi-day-view>
117
116
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
118
117
  </ng-template>
119
- `, isInline: true, components: [{ type: i4.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }, { type: i5.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i6.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewComponent, decorators: [{
118
+ `, isInline: true, dependencies: [{ kind: "component", type: i4.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: i5.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: i6.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewComponent, decorators: [{
121
120
  type: Component,
122
121
  args: [{
123
122
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -20,18 +20,16 @@ const PUBLIC_DIRECTIVES = [
20
20
  */
21
21
  export class TimelineViewModule {
22
22
  }
23
- TimelineViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- TimelineViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewModule, declarations: [TimelineViewComponent,
23
+ TimelineViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ TimelineViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, declarations: [TimelineViewComponent,
25
25
  TimelineWeekViewComponent,
26
26
  TimelineMonthViewComponent, TimelineMultiDayViewComponent], imports: [DayTimeModule,
27
27
  ViewsSharedModule], exports: [TimelineViewComponent,
28
28
  TimelineWeekViewComponent,
29
29
  TimelineMonthViewComponent] });
30
- TimelineViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewModule, imports: [[
31
- DayTimeModule,
32
- ViewsSharedModule
33
- ]] });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewModule, decorators: [{
30
+ TimelineViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, imports: [DayTimeModule,
31
+ ViewsSharedModule] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, decorators: [{
35
33
  type: NgModule,
36
34
  args: [{
37
35
  imports: [
@@ -15,9 +15,9 @@ import * as i1 from "@progress/kendo-angular-intl";
15
15
  import * as i2 from "@progress/kendo-angular-l10n";
16
16
  import * as i3 from "../view-context.service";
17
17
  import * as i4 from "../view-state.service";
18
- import * as i5 from "./timeline-multi-day-view.component";
19
- import * as i6 from "../common/view-footer.component";
20
- import * as i7 from "../common/work-hours-footer.directive";
18
+ import * as i5 from "../common/view-footer.component";
19
+ import * as i6 from "../common/work-hours-footer.directive";
20
+ import * as i7 from "./timeline-multi-day-view.component";
21
21
  /**
22
22
  * The component for rendering the **Week** timeline view.
23
23
  */
@@ -68,13 +68,12 @@ export class TimelineWeekViewComponent extends TimelineBase {
68
68
  set numberOfWeeks(weeks) {
69
69
  this._numberOfWeeks = weeks > 0 ? weeks : 1;
70
70
  }
71
- ;
72
71
  get numberOfWeeks() {
73
72
  return this._numberOfWeeks;
74
73
  }
75
74
  }
76
- TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
77
- TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
75
+ TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
76
+ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
78
77
  provide: SchedulerView,
79
78
  useExisting: forwardRef(() => TimelineWeekViewComponent)
80
79
  }], usesInheritance: true, ngImport: i0, template: `
@@ -113,8 +112,8 @@ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
113
112
  </timeline-multi-day-view>
114
113
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
115
114
  </ng-template>
116
- `, isInline: true, components: [{ type: i5.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }, { type: i6.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i7.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineWeekViewComponent, decorators: [{
115
+ `, isInline: true, dependencies: [{ kind: "component", type: i5.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: i6.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: i7.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineWeekViewComponent, decorators: [{
118
117
  type: Component,
119
118
  args: [{
120
119
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -42,9 +42,9 @@ export class SortPipe {
42
42
  return value.sort((item1, item2) => (item1.startTime.getTime() - item2.startTime.getTime()));
43
43
  }
44
44
  }
45
- SortPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
46
- SortPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SortPipe, name: "sort" });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SortPipe, decorators: [{
45
+ SortPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
46
+ SortPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, name: "sort" });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, decorators: [{
48
48
  type: Pipe,
49
49
  args: [{
50
50
  // eslint-disable-next-line @angular-eslint/pipe-prefix
@@ -77,8 +77,8 @@ export class ViewContextService {
77
77
  return result;
78
78
  }
79
79
  }
80
- ViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
81
- ViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewContextService });
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewContextService, decorators: [{
80
+ ViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
81
+ ViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService });
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService, decorators: [{
83
83
  type: Injectable
84
84
  }], ctorParameters: function () { return []; } });
@@ -86,9 +86,9 @@ export class BaseSlotDirective {
86
86
  this._rect = null;
87
87
  }
88
88
  }
89
- BaseSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseSlotDirective, deps: [{ token: i0.ElementRef }, { token: i1.BaseSlotService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
90
- BaseSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseSlotDirective, inputs: { id: "id" }, host: { properties: { "attr.data-slot-index": "this.slotIndex" } }, ngImport: i0 });
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseSlotDirective, decorators: [{
89
+ BaseSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseSlotDirective, deps: [{ token: i0.ElementRef }, { token: i1.BaseSlotService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
90
+ BaseSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseSlotDirective, inputs: { id: "id" }, host: { properties: { "attr.data-slot-index": "this.slotIndex" } }, ngImport: i0 });
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseSlotDirective, decorators: [{
92
92
  type: Directive
93
93
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.BaseSlotService }, { type: i2.LocalizationService }]; }, propDecorators: { id: [{
94
94
  type: Input
@@ -144,9 +144,9 @@ export class BaseViewItem {
144
144
  return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
145
145
  }
146
146
  }
147
- BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
148
- BaseViewItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseViewItem, inputs: { item: "item", resourceIndex: "resourceIndex", rangeIndex: "rangeIndex", index: "index", eventTemplate: "eventTemplate", editable: "editable", dragHint: "dragHint", resources: "resources" }, host: { properties: { "class.k-event": "this.className", "attr.data-task-index": "this.taskIndex", "style.touch-action": "this.touchAction", "attr.aria-label": "this.eventTitle" } }, usesOnChanges: true, ngImport: i0 });
149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseViewItem, decorators: [{
147
+ BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
148
+ BaseViewItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseViewItem, inputs: { item: "item", resourceIndex: "resourceIndex", rangeIndex: "rangeIndex", index: "index", eventTemplate: "eventTemplate", editable: "editable", dragHint: "dragHint", resources: "resources" }, host: { properties: { "class.k-event": "this.className", "attr.data-task-index": "this.taskIndex", "style.touch-action": "this.touchAction", "attr.aria-label": "this.eventTitle" } }, usesOnChanges: true, ngImport: i0 });
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseViewItem, decorators: [{
150
150
  type: Directive
151
151
  }], ctorParameters: function () { return [{ type: i1.BaseSlotService }, { type: i2.LocalizationService }, { type: i3.FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined }]; }, propDecorators: { item: [{
152
152
  type: Input
@@ -94,8 +94,8 @@ export class ViewStateService {
94
94
  this.slotSelectionStartEndSource.next(selection);
95
95
  }
96
96
  }
97
- ViewStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
98
- ViewStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewStateService });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ViewStateService, decorators: [{
97
+ ViewStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
98
+ ViewStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService });
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService, decorators: [{
100
100
  type: Injectable
101
101
  }], ctorParameters: function () { return []; } });
@@ -27,10 +27,10 @@ import * as i5 from "../view-state.service";
27
27
  import * as i6 from "../../pdf/pdf.service";
28
28
  import * as i7 from "../month/month-slot.service";
29
29
  import * as i8 from "@progress/kendo-angular-common";
30
- import * as i9 from "@progress/kendo-angular-dateinputs";
30
+ import * as i9 from "@angular/common";
31
31
  import * as i10 from "@progress/kendo-angular-icons";
32
- import * as i11 from "@progress/kendo-angular-tooltip";
33
- import * as i12 from "@angular/common";
32
+ import * as i11 from "@progress/kendo-angular-dateinputs";
33
+ import * as i12 from "@progress/kendo-angular-tooltip";
34
34
  const today = new Date(Date.now());
35
35
  const getDateAttribute = (element) => element?.querySelector('span>span[date]')?.getAttribute('date');
36
36
  /**
@@ -248,8 +248,8 @@ export class YearViewInternalComponent extends BaseView {
248
248
  }
249
249
  }
250
250
  }
251
- YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewInternalComponent, deps: [{ token: i1.LocalizationService }, { token: i2.FocusService }, { token: i3.IntlService }, { token: i4.ViewContextService }, { token: i5.ViewStateService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.PDFService }, { token: i0.ElementRef }, { token: i7.MonthSlotService }, { token: i8.ScrollbarWidthService }, { token: i0.ChangeDetectorRef }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
252
- YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YearViewInternalComponent, selector: "year-view-internal", inputs: { newRange: "newRange", dateRangeFn: "dateRangeFn", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [MonthSlotService], viewQueries: [{ propertyName: "calendar", first: true, predicate: MultiViewCalendarComponent, descendants: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
251
+ YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewInternalComponent, deps: [{ token: i1.LocalizationService }, { token: i2.FocusService }, { token: i3.IntlService }, { token: i4.ViewContextService }, { token: i5.ViewStateService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.PDFService }, { token: i0.ElementRef }, { token: i7.MonthSlotService }, { token: i8.ScrollbarWidthService }, { token: i0.ChangeDetectorRef }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
252
+ YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: YearViewInternalComponent, selector: "year-view-internal", inputs: { newRange: "newRange", dateRangeFn: "dateRangeFn", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [MonthSlotService], viewQueries: [{ propertyName: "calendar", first: true, predicate: MultiViewCalendarComponent, descendants: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
253
253
  <div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
254
254
  <div class="k-scheduler-body">
255
255
  <kendo-multiviewcalendar
@@ -320,8 +320,8 @@ YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
320
320
  {{ localization.get('yearViewNoEvents') }}
321
321
  </div>
322
322
  </ng-template>
323
- `, isInline: true, components: [{ type: i9.MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { type: i10.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.TooltipDirective, selector: "[kendoTooltip]", inputs: ["filter", "position", "titleTemplate", "showOn", "showAfter", "callout", "closable", "offset", "tooltipWidth", "tooltipHeight", "tooltipClass", "tooltipContentClass", "collision", "closeTitle", "tooltipTemplate"], exportAs: ["kendoTooltip"] }, { type: i9.MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]" }, { type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i12.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i12.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewInternalComponent, decorators: [{
323
+ `, isInline: true, dependencies: [{ kind: "directive", type: i9.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i9.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i10.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: i11.MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]" }, { kind: "component", type: i11.MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "directive", type: i12.TooltipDirective, selector: "[kendoTooltip]", inputs: ["filter", "position", "titleTemplate", "showOn", "showAfter", "callout", "closable", "offset", "tooltipWidth", "tooltipHeight", "tooltipClass", "tooltipContentClass", "collision", "closeTitle", "tooltipTemplate"], exportAs: ["kendoTooltip"] }] });
324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewInternalComponent, decorators: [{
325
325
  type: Component,
326
326
  args: [{
327
327
  selector: 'year-view-internal',
@@ -68,8 +68,8 @@ export class YearViewComponent extends ConfigurationViewBase {
68
68
  return new Date(addYears(date, direction));
69
69
  }
70
70
  }
71
- YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
72
- YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YearViewComponent, selector: "kendo-scheduler-year-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
71
+ YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
72
+ YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: YearViewComponent, selector: "kendo-scheduler-year-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
73
73
  provide: SchedulerView,
74
74
  useExisting: forwardRef(() => YearViewComponent)
75
75
  }], usesInheritance: true, ngImport: i0, template: `
@@ -84,8 +84,8 @@ YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
84
84
  [newRange]="newRange">
85
85
  </year-view-internal>
86
86
  </ng-template>
87
- `, isInline: true, components: [{ type: i5.YearViewInternalComponent, selector: "year-view-internal", inputs: ["newRange", "dateRangeFn", "selectedDateFormat", "selectedShortDateFormat"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewComponent, decorators: [{
87
+ `, isInline: true, dependencies: [{ kind: "component", type: i5.YearViewInternalComponent, selector: "year-view-internal", inputs: ["newRange", "dateRangeFn", "selectedDateFormat", "selectedShortDateFormat"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{
91
91
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -15,19 +15,17 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export class YearViewModule {
17
17
  }
18
- YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, declarations: [YearViewComponent,
18
+ YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, declarations: [YearViewComponent,
20
20
  YearViewInternalComponent], imports: [ViewsSharedModule,
21
21
  CalendarsModule,
22
22
  TooltipsModule,
23
23
  IntlModule], exports: [YearViewComponent] });
24
- YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, imports: [[
25
- ViewsSharedModule,
26
- CalendarsModule,
27
- TooltipsModule,
28
- IntlModule
29
- ]] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, decorators: [{
24
+ YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, imports: [ViewsSharedModule,
25
+ CalendarsModule,
26
+ TooltipsModule,
27
+ IntlModule] });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, decorators: [{
31
29
  type: NgModule,
32
30
  args: [{
33
31
  imports: [