@progress/kendo-angular-scheduler 15.5.0 → 16.0.0-develop.10

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
@@ -26,14 +26,14 @@ import * as i4 from "./month-slot.service";
26
26
  import * as i5 from "../../pdf/pdf.service";
27
27
  import * as i6 from "@progress/kendo-angular-l10n";
28
28
  import * as i7 from "@progress/kendo-angular-common";
29
- import * as i8 from "./month-slot.component";
30
- import * as i9 from "./month-view-item.component";
31
- import * as i10 from "../common/hint-container.component";
32
- import * as i11 from "../common/resize-hint.component";
33
- import * as i12 from "@angular/common";
34
- import * as i13 from "../../navigation/focusable.directive";
35
- import * as i14 from "../common/resource-iterator.pipe";
36
- import * as i15 from "../common/repeat.pipe";
29
+ import * as i8 from "../common/hint-container.component";
30
+ import * as i9 from "../common/resize-hint.component";
31
+ import * as i10 from "@angular/common";
32
+ import * as i11 from "../../navigation/focusable.directive";
33
+ import * as i12 from "./month-view-item.component";
34
+ import * as i13 from "./month-slot.component";
35
+ import * as i14 from "../common/repeat.pipe";
36
+ import * as i15 from "../common/resource-iterator.pipe";
37
37
  /**
38
38
  * @hidden
39
39
  */
@@ -223,8 +223,8 @@ export class MonthViewRendererComponent extends BaseView {
223
223
  return weeks;
224
224
  }
225
225
  }
226
- MonthViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewRendererComponent, deps: [{ token: i1.ViewContextService }, { token: i2.ViewStateService }, { token: i3.IntlService }, { token: i4.MonthSlotService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i5.PDFService }, { token: i6.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
227
- MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MonthViewRendererComponent, selector: "month-view", inputs: { monthDaySlotTemplate: "monthDaySlotTemplate", highlightOngoingEvents: "highlightOngoingEvents", type: "type", numberOfWeeks: "numberOfWeeks", newRange: "newRange", dateRangeFn: "dateRangeFn" }, providers: [
226
+ MonthViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewRendererComponent, deps: [{ token: i1.ViewContextService }, { token: i2.ViewStateService }, { token: i3.IntlService }, { token: i4.MonthSlotService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i5.PDFService }, { token: i6.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
227
+ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MonthViewRendererComponent, selector: "month-view", inputs: { monthDaySlotTemplate: "monthDaySlotTemplate", highlightOngoingEvents: "highlightOngoingEvents", type: "type", numberOfWeeks: "numberOfWeeks", newRange: "newRange", dateRangeFn: "dateRangeFn" }, providers: [
228
228
  MonthSlotService
229
229
  ], viewQueries: [{ propertyName: "eventElements", predicate: MonthViewItemComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
230
230
  <div class="k-scheduler-layout k-scheduler-monthview k-scheduler-flex-layout">
@@ -350,8 +350,8 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
350
350
  </div>
351
351
  </div>
352
352
  </div>
353
- `, isInline: true, components: [{ type: i8.MonthSlotComponent, selector: "[monthSlot]", inputs: ["resourcesByIndex", "monthDaySlotTemplateRef", "monthSlot"] }, { type: i9.MonthViewItemComponent, selector: "[monthViewItem]" }, { type: i10.HintContainerComponent, selector: "kendo-hint-container" }, { type: i11.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i12.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i12.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i12.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": i14.ResourceIteratorPipe, "kendoDate": i3.DatePipe, "repeat": i15.RepeatPipe, "async": i12.AsyncPipe } });
354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewRendererComponent, decorators: [{
353
+ `, isInline: true, dependencies: [{ kind: "component", type: i8.HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: i9.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i10.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i10.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i10.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i11.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: i12.MonthViewItemComponent, selector: "[monthViewItem]" }, { kind: "component", type: i13.MonthSlotComponent, selector: "[monthSlot]", inputs: ["resourcesByIndex", "monthDaySlotTemplateRef", "monthSlot"] }, { kind: "pipe", type: i14.RepeatPipe, name: "repeat" }, { kind: "pipe", type: i15.ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i3.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i10.AsyncPipe, name: "async" }] });
354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewRendererComponent, decorators: [{
355
355
  type: Component,
356
356
  args: [{
357
357
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -73,8 +73,8 @@ export class MonthViewComponent extends ConfigurationViewBase {
73
73
  return firstDayOfMonth(addMonths(date, direction));
74
74
  }
75
75
  }
76
- MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
77
- MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MonthViewComponent, selector: "kendo-scheduler-month-view", inputs: { eventHeight: "eventHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
76
+ MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
77
+ MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MonthViewComponent, selector: "kendo-scheduler-month-view", inputs: { eventHeight: "eventHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
78
78
  provide: SchedulerView,
79
79
  useExisting: forwardRef(() => MonthViewComponent)
80
80
  }], queries: [{ propertyName: "monthDaySlotTemplate", first: true, predicate: MonthDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
@@ -96,8 +96,8 @@ MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
96
96
  [newRange]="newRange">
97
97
  </month-view>
98
98
  </ng-template>
99
- `, isInline: true, components: [{ type: i5.MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewComponent, decorators: [{
99
+ `, isInline: true, dependencies: [{ kind: "component", type: i5.MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewComponent, decorators: [{
101
101
  type: Component,
102
102
  args: [{
103
103
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,19 +16,17 @@ import * as i0 from "@angular/core";
16
16
  */
17
17
  export class MonthViewModule {
18
18
  }
19
- MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewModule, declarations: [MonthViewComponent,
19
+ MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, declarations: [MonthViewComponent,
21
21
  MonthViewRendererComponent,
22
22
  MonthViewItemComponent,
23
23
  MonthSlotComponent,
24
24
  MultiWeekViewComponent], imports: [ViewsSharedModule,
25
25
  IconsModule], exports: [MonthViewComponent,
26
26
  MultiWeekViewComponent] });
27
- MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewModule, imports: [[
28
- ViewsSharedModule,
29
- IconsModule
30
- ]] });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewModule, decorators: [{
27
+ MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, imports: [ViewsSharedModule,
28
+ IconsModule] });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, decorators: [{
32
30
  type: NgModule,
33
31
  args: [{
34
32
  imports: [
@@ -77,8 +77,8 @@ export class MultiWeekViewComponent extends ConfigurationViewBase {
77
77
  return firstDayInWeek(addWeeks(date, this.numberOfWeeks * direction));
78
78
  }
79
79
  }
80
- MultiWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiWeekViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
81
- MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiWeekViewComponent, selector: "kendo-scheduler-multi-week-view", inputs: { eventHeight: "eventHeight", numberOfWeeks: "numberOfWeeks", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
80
+ MultiWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
81
+ MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiWeekViewComponent, selector: "kendo-scheduler-multi-week-view", inputs: { eventHeight: "eventHeight", numberOfWeeks: "numberOfWeeks", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
82
82
  provide: SchedulerView,
83
83
  useExisting: forwardRef(() => MultiWeekViewComponent)
84
84
  }], queries: [{ propertyName: "multiWeekDaySlotTemplate", first: true, predicate: MultiWeekDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
@@ -101,8 +101,8 @@ MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
101
101
  [newRange]="newRange">
102
102
  </month-view>
103
103
  </ng-template>
104
- `, isInline: true, components: [{ type: i5.MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiWeekViewComponent, decorators: [{
104
+ `, isInline: true, dependencies: [{ kind: "component", type: i5.MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekViewComponent, decorators: [{
106
106
  type: Component,
107
107
  args: [{
108
108
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -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 "./multi-day-view-renderer.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 "./multi-day-view-renderer.component";
19
19
  /**
20
20
  * The component for rendering the **Day** view.
21
21
  */
@@ -45,7 +45,6 @@ export class DayViewComponent extends MultiDayViewBase {
45
45
  set selectedDateFormat(value) {
46
46
  this._selectedDateFormat = value;
47
47
  }
48
- ;
49
48
  get selectedDateFormat() {
50
49
  return this._selectedDateFormat;
51
50
  }
@@ -58,13 +57,12 @@ export class DayViewComponent extends MultiDayViewBase {
58
57
  set selectedShortDateFormat(value) {
59
58
  this._selectedShortDateFormat = value;
60
59
  }
61
- ;
62
60
  get selectedShortDateFormat() {
63
61
  return this._selectedShortDateFormat;
64
62
  }
65
63
  }
66
- DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
67
- DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DayViewComponent, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
64
+ DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
65
+ DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DayViewComponent, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
68
66
  provide: SchedulerView,
69
67
  useExisting: forwardRef(() => DayViewComponent)
70
68
  }], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
@@ -102,8 +100,8 @@ DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
102
100
  </multi-day-view>
103
101
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
104
102
  </ng-template>
105
- `, isInline: true, components: [{ type: i4.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }, { type: i5.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i6.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DayViewComponent, decorators: [{
103
+ `, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayViewComponent, decorators: [{
107
105
  type: Component,
108
106
  args: [{
109
107
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -33,9 +33,9 @@ export class MultiDayViewBase extends DayTimeViewBase {
33
33
  return this.optionValue(ALL_DAY_SLOT);
34
34
  }
35
35
  }
36
- MultiDayViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewBase, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
37
- MultiDayViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MultiDayViewBase, inputs: { slotFill: "slotFill", allDaySlot: "allDaySlot" }, usesInheritance: true, ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewBase, decorators: [{
36
+ MultiDayViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewBase, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
37
+ MultiDayViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MultiDayViewBase, inputs: { slotFill: "slotFill", allDaySlot: "allDaySlot" }, usesInheritance: true, ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewBase, decorators: [{
39
39
  type: Directive
40
40
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i2.ViewContextService }, { type: i3.ViewStateService }]; }, propDecorators: { slotFill: [{
41
41
  type: Input
@@ -23,12 +23,12 @@ import * as i4 from "@progress/kendo-angular-intl";
23
23
  import * as i5 from "../day-time/day-time-slot.service";
24
24
  import * as i6 from "../../pdf/pdf.service";
25
25
  import * as i7 from "@progress/kendo-angular-common";
26
- import * as i8 from "../day-time/day-time-view-item.component";
27
- import * as i9 from "../common/hint-container.component";
28
- import * as i10 from "../common/resize-hint.component";
29
- import * as i11 from "@angular/common";
26
+ import * as i8 from "../common/hint-container.component";
27
+ import * as i9 from "../common/resize-hint.component";
28
+ import * as i10 from "@angular/common";
29
+ import * as i11 from "../../navigation/focusable.directive";
30
30
  import * as i12 from "../day-time/event-slot.directive";
31
- import * as i13 from "../../navigation/focusable.directive";
31
+ import * as i13 from "../day-time/day-time-view-item.component";
32
32
  import * as i14 from "../common/resource-iterator.pipe";
33
33
  /**
34
34
  * @hidden
@@ -241,8 +241,8 @@ export class MultiDayViewRendererComponent extends DayTimeViewComponent {
241
241
  return index + 1 < this.timeSlots.length && !this.timeSlots[index + 1].isMajor;
242
242
  }
243
243
  }
244
- MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewRendererComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }, { token: i5.DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i6.PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
245
- MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: { allDaySlot: "allDaySlot", name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate" }, providers: [
244
+ MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewRendererComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }, { token: i5.DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i6.PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
245
+ MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: { allDaySlot: "allDaySlot", name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate" }, providers: [
246
246
  DayTimeSlotService
247
247
  ], viewQueries: [{ propertyName: "headerHintContainer", first: true, predicate: ["headerHintContainer"], descendants: true }, { propertyName: "dayCells", predicate: ["allDayCell"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
248
248
  <div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
@@ -500,8 +500,8 @@ MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
500
500
  </div>
501
501
  </div>
502
502
  </div>
503
- `, 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.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i12.DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { type: i12.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }], pipes: { "resourceIterator": i14.ResourceIteratorPipe, "kendoDate": i4.DatePipe, "async": i11.AsyncPipe } });
504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewRendererComponent, decorators: [{
503
+ `, isInline: true, dependencies: [{ kind: "component", type: i8.HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: i9.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i10.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i10.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i10.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i11.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "directive", type: i12.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "directive", type: i12.DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { kind: "component", type: i13.DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "pipe", type: i14.ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i4.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i10.AsyncPipe, name: "async" }] });
504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewRendererComponent, decorators: [{
505
505
  type: Component,
506
506
  args: [{
507
507
  // 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 "./multi-day-view-renderer.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 "./multi-day-view-renderer.component";
18
18
  /**
19
19
  * The component for rendering the **Multi-Day** view.
20
20
  */
@@ -71,8 +71,8 @@ export class MultiDayViewComponent extends DayViewComponent {
71
71
  return this.numberOfDays === 1 ? '{0:d}' : '{0:d} - {1:d}';
72
72
  }
73
73
  }
74
- MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
75
- MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultiDayViewComponent, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
74
+ MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
75
+ MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiDayViewComponent, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
76
76
  provide: SchedulerView,
77
77
  useExisting: forwardRef(() => MultiDayViewComponent)
78
78
  }], usesInheritance: true, ngImport: i0, template: `
@@ -112,8 +112,8 @@ MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
112
112
  </multi-day-view>
113
113
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
114
114
  </ng-template>
115
- `, isInline: true, components: [{ type: i4.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }, { type: i5.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i6.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewComponent, decorators: [{
115
+ `, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewComponent, decorators: [{
117
117
  type: Component,
118
118
  args: [{
119
119
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -22,8 +22,8 @@ const PUBLIC_DIRECTIVES = [
22
22
  */
23
23
  export class MultiDayViewModule {
24
24
  }
25
- MultiDayViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewModule, declarations: [DayViewComponent,
25
+ MultiDayViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
+ MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, declarations: [DayViewComponent,
27
27
  MultiDayViewComponent,
28
28
  WeekViewComponent,
29
29
  WorkWeekViewComponent, MultiDayViewRendererComponent], imports: [ViewsSharedModule,
@@ -31,11 +31,9 @@ MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", vers
31
31
  MultiDayViewComponent,
32
32
  WeekViewComponent,
33
33
  WorkWeekViewComponent] });
34
- MultiDayViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewModule, imports: [[
35
- ViewsSharedModule,
36
- DayTimeModule
37
- ]] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewModule, decorators: [{
34
+ MultiDayViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, imports: [ViewsSharedModule,
35
+ DayTimeModule] });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, decorators: [{
39
37
  type: NgModule,
40
38
  args: [{
41
39
  imports: [
@@ -16,9 +16,9 @@ import * as i1 from "@progress/kendo-angular-intl";
16
16
  import * as i2 from "@progress/kendo-angular-l10n";
17
17
  import * as i3 from "../view-context.service";
18
18
  import * as i4 from "../view-state.service";
19
- import * as i5 from "./multi-day-view-renderer.component";
20
- import * as i6 from "../common/view-footer.component";
21
- import * as i7 from "../common/work-hours-footer.directive";
19
+ import * as i5 from "../common/view-footer.component";
20
+ import * as i6 from "../common/work-hours-footer.directive";
21
+ import * as i7 from "./multi-day-view-renderer.component";
22
22
  /**
23
23
  * The component for rendering the **Week** view.
24
24
  */
@@ -64,8 +64,8 @@ export class WeekViewComponent extends MultiDayViewBase {
64
64
  return firstDayInWeek(getDate(selectedDate), this.viewWeekStart);
65
65
  }
66
66
  }
67
- WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
68
- WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WeekViewComponent, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
67
+ WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
68
+ WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WeekViewComponent, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
69
69
  provide: SchedulerView,
70
70
  useExisting: forwardRef(() => WeekViewComponent)
71
71
  }], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
@@ -106,8 +106,8 @@ WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
106
106
  </multi-day-view>
107
107
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
108
108
  </ng-template>
109
- `, isInline: true, components: [{ type: i5.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }, { type: i6.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i7.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WeekViewComponent, decorators: [{
109
+ `, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekViewComponent, decorators: [{
111
111
  type: Component,
112
112
  args: [{
113
113
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -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 "./multi-day-view-renderer.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 "./multi-day-view-renderer.component";
21
21
  const DAYS_IN_WEEK = 7;
22
22
  /**
23
23
  * The component for rendering the **Work Week** view.
@@ -60,8 +60,8 @@ export class WorkWeekViewComponent extends WeekViewComponent {
60
60
  return getDate(addDays(date, DAYS_IN_WEEK * count));
61
61
  }
62
62
  }
63
- WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
64
- WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WorkWeekViewComponent, selector: "kendo-scheduler-work-week-view", providers: [{
63
+ WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
64
+ WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WorkWeekViewComponent, selector: "kendo-scheduler-work-week-view", providers: [{
65
65
  provide: SchedulerView,
66
66
  useExisting: forwardRef(() => WorkWeekViewComponent)
67
67
  }], usesInheritance: true, ngImport: i0, template: `
@@ -103,8 +103,8 @@ WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
103
103
  </multi-day-view>
104
104
  <div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
105
105
  </ng-template>
106
- `, isInline: true, components: [{ type: i5.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }, { type: i6.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }], directives: [{ type: i7.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WorkWeekViewComponent, decorators: [{
106
+ `, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WorkWeekViewComponent, decorators: [{
108
108
  type: Component,
109
109
  args: [{
110
110
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -25,12 +25,12 @@ export class SchedulerViewDirective extends SchedulerView {
25
25
  this._name = value;
26
26
  }
27
27
  }
28
- SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerViewDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
29
- SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerViewDirective, selector: "[kendoSchedulerView]", inputs: { title: ["kendoSchedulerView", "title"], name: ["kendoSchedulerViewName", "name"] }, providers: [{
28
+ SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerViewDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
29
+ SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SchedulerViewDirective, selector: "[kendoSchedulerView]", inputs: { title: ["kendoSchedulerView", "title"], name: ["kendoSchedulerViewName", "name"] }, providers: [{
30
30
  provide: SchedulerView,
31
31
  useExisting: forwardRef(() => SchedulerViewDirective)
32
32
  }], usesInheritance: true, ngImport: i0 });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerViewDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerViewDirective, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  providers: [{
@@ -17,9 +17,9 @@ export class AgendaDateTemplateDirective {
17
17
  this.templateRef = templateRef;
18
18
  }
19
19
  }
20
- AgendaDateTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaDateTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
- AgendaDateTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: AgendaDateTemplateDirective, selector: "[kendoSchedulerAgendaDateTemplate]", ngImport: i0 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaDateTemplateDirective, decorators: [{
20
+ AgendaDateTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaDateTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
+ AgendaDateTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AgendaDateTemplateDirective, selector: "[kendoSchedulerAgendaDateTemplate]", ngImport: i0 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaDateTemplateDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[kendoSchedulerAgendaDateTemplate]'
@@ -22,9 +22,9 @@ export class AgendaTimeTemplateDirective {
22
22
  this.templateRef = templateRef;
23
23
  }
24
24
  }
25
- AgendaTimeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaTimeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
26
- AgendaTimeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: AgendaTimeTemplateDirective, selector: "[kendoSchedulerAgendaTimeTemplate]", ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AgendaTimeTemplateDirective, decorators: [{
25
+ AgendaTimeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaTimeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
26
+ AgendaTimeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AgendaTimeTemplateDirective, selector: "[kendoSchedulerAgendaTimeTemplate]", ngImport: i0 });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaTimeTemplateDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[kendoSchedulerAgendaTimeTemplate]'
@@ -18,9 +18,9 @@ export class AllDayEventTemplateDirective {
18
18
  this.templateRef = templateRef;
19
19
  }
20
20
  }
21
- AllDayEventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllDayEventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- AllDayEventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: AllDayEventTemplateDirective, selector: "[kendoSchedulerAllDayEventTemplate]", ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllDayEventTemplateDirective, decorators: [{
21
+ AllDayEventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDayEventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ AllDayEventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AllDayEventTemplateDirective, selector: "[kendoSchedulerAllDayEventTemplate]", ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDayEventTemplateDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[kendoSchedulerAllDayEventTemplate]'
@@ -18,9 +18,9 @@ export class AllDaySlotTemplateDirective {
18
18
  this.templateRef = templateRef;
19
19
  }
20
20
  }
21
- AllDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- AllDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: AllDaySlotTemplateDirective, selector: "[kendoSchedulerAllDaySlotTemplate]", ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AllDaySlotTemplateDirective, decorators: [{
21
+ AllDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ AllDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AllDaySlotTemplateDirective, selector: "[kendoSchedulerAllDaySlotTemplate]", ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDaySlotTemplateDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[kendoSchedulerAllDaySlotTemplate]'
@@ -18,9 +18,9 @@ export class DateHeaderTemplateDirective {
18
18
  this.templateRef = templateRef;
19
19
  }
20
20
  }
21
- DateHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- DateHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DateHeaderTemplateDirective, selector: "[kendoSchedulerDateHeaderTemplate]", ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DateHeaderTemplateDirective, decorators: [{
21
+ DateHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ DateHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateHeaderTemplateDirective, selector: "[kendoSchedulerDateHeaderTemplate]", ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateHeaderTemplateDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[kendoSchedulerDateHeaderTemplate]'
@@ -18,9 +18,9 @@ export class EventTemplateDirective {
18
18
  this.templateRef = templateRef;
19
19
  }
20
20
  }
21
- EventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- EventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: EventTemplateDirective, selector: "[kendoSchedulerEventTemplate]", ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventTemplateDirective, decorators: [{
21
+ EventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ EventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EventTemplateDirective, selector: "[kendoSchedulerEventTemplate]", ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EventTemplateDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[kendoSchedulerEventTemplate]'
@@ -18,9 +18,9 @@ export class GroupHeaderTemplateDirective {
18
18
  this.templateRef = templateRef;
19
19
  }
20
20
  }
21
- GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: GroupHeaderTemplateDirective, selector: "[kendoSchedulerGroupHeaderTemplate]", ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
21
+ GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: GroupHeaderTemplateDirective, selector: "[kendoSchedulerGroupHeaderTemplate]", ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[kendoSchedulerGroupHeaderTemplate]'
@@ -17,9 +17,9 @@ export class MajorTimeHeaderTemplateDirective {
17
17
  this.templateRef = templateRef;
18
18
  }
19
19
  }
20
- MajorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MajorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
- MajorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MajorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMajorTimeHeaderTemplate]", ngImport: i0 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MajorTimeHeaderTemplateDirective, decorators: [{
20
+ MajorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MajorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
+ MajorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MajorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMajorTimeHeaderTemplate]", ngImport: i0 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MajorTimeHeaderTemplateDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[kendoSchedulerMajorTimeHeaderTemplate]'
@@ -17,9 +17,9 @@ export class MinorTimeHeaderTemplateDirective {
17
17
  this.templateRef = templateRef;
18
18
  }
19
19
  }
20
- MinorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MinorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
- MinorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MinorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMinorTimeHeaderTemplate]", ngImport: i0 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MinorTimeHeaderTemplateDirective, decorators: [{
20
+ MinorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
21
+ MinorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MinorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMinorTimeHeaderTemplate]", ngImport: i0 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinorTimeHeaderTemplateDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: '[kendoSchedulerMinorTimeHeaderTemplate]'
@@ -18,9 +18,9 @@ export class MonthDaySlotTemplateDirective {
18
18
  this.templateRef = templateRef;
19
19
  }
20
20
  }
21
- MonthDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
- MonthDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MonthDaySlotTemplateDirective, selector: "[kendoSchedulerMonthDaySlotTemplate]", ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthDaySlotTemplateDirective, decorators: [{
21
+ MonthDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
22
+ MonthDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MonthDaySlotTemplateDirective, selector: "[kendoSchedulerMonthDaySlotTemplate]", ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthDaySlotTemplateDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[kendoSchedulerMonthDaySlotTemplate]'