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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/data-binding.directive.d.ts +1 -1
  2. package/directives.d.ts +50 -0
  3. package/editing/date-time-picker.component.d.ts +1 -1
  4. package/editing/edit-dialog-template.directive.d.ts +1 -1
  5. package/editing/edit-dialog.component.d.ts +1 -1
  6. package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
  7. package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
  8. package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
  9. package/editing/recurrence/recurrence-editor.component.d.ts +2 -2
  10. package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
  11. package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
  12. package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
  13. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
  14. package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
  15. package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
  16. package/editing/resource-multiple-editor.component.d.ts +1 -1
  17. package/editing/resource-single-editor.component.d.ts +1 -1
  18. package/editing/timezone-editor.component.d.ts +1 -1
  19. package/editing-directives/base-edit.service.d.ts +1 -1
  20. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  21. package/esm2020/data-binding.directive.mjs +3 -2
  22. package/esm2020/directives.mjs +96 -0
  23. package/esm2020/editing/date-time-picker.component.mjs +9 -8
  24. package/esm2020/editing/edit-dialog-template.directive.mjs +3 -2
  25. package/esm2020/editing/edit-dialog.component.mjs +15 -15
  26. package/esm2020/editing/edit.service.mjs +5 -2
  27. package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -2
  28. package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -2
  29. package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -2
  30. package/esm2020/editing/recurrence/recurrence-editor.component.mjs +13 -11
  31. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +8 -7
  32. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +8 -7
  33. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +7 -5
  34. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -8
  35. package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +8 -7
  36. package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -2
  37. package/esm2020/editing/resource-multiple-editor.component.mjs +7 -6
  38. package/esm2020/editing/resource-single-editor.component.mjs +7 -6
  39. package/esm2020/editing/timezone-editor.component.mjs +8 -7
  40. package/esm2020/editing-directives/base-edit.service.mjs +1 -1
  41. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  42. package/esm2020/index.mjs +1 -0
  43. package/esm2020/loading.component.mjs +3 -2
  44. package/esm2020/localization/custom-messages.component.mjs +3 -2
  45. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  46. package/esm2020/navigation/focusable.directive.mjs +3 -2
  47. package/esm2020/navigation/shortcuts.directive.mjs +3 -2
  48. package/esm2020/package-metadata.mjs +2 -2
  49. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  50. package/esm2020/pdf/pdf.component.mjs +3 -2
  51. package/esm2020/pdf/pdf.module.mjs +10 -14
  52. package/esm2020/scheduler.component.mjs +10 -11
  53. package/esm2020/scheduler.module.mjs +107 -243
  54. package/esm2020/shared.module.mjs +5 -2
  55. package/esm2020/toolbar/navigation.component.mjs +9 -8
  56. package/esm2020/toolbar/toolbar-template.directive.mjs +3 -2
  57. package/esm2020/toolbar/toolbar.component.mjs +9 -7
  58. package/esm2020/toolbar/toolbar.service.mjs +5 -2
  59. package/esm2020/toolbar/view-selector.component.mjs +8 -6
  60. package/esm2020/views/agenda/agenda-header-item.component.mjs +7 -5
  61. package/esm2020/views/agenda/agenda-header.component.mjs +6 -4
  62. package/esm2020/views/agenda/agenda-task-item.component.mjs +7 -5
  63. package/esm2020/views/agenda/agenda-view-internal.component.mjs +8 -6
  64. package/esm2020/views/agenda/agenda-view-list.component.mjs +10 -8
  65. package/esm2020/views/agenda/agenda-view.component.mjs +6 -4
  66. package/esm2020/views/common/hint-container.component.mjs +6 -4
  67. package/esm2020/views/common/repeat.pipe.mjs +3 -2
  68. package/esm2020/views/common/resize-hint.component.mjs +7 -5
  69. package/esm2020/views/common/resource-iterator.pipe.mjs +3 -2
  70. package/esm2020/views/common/slot-selectable.directive.mjs +3 -2
  71. package/esm2020/views/common/view-footer.component.mjs +8 -6
  72. package/esm2020/views/common/views-shared.module.mjs +22 -25
  73. package/esm2020/views/common/work-hours-footer.directive.mjs +3 -2
  74. package/esm2020/views/day-time/day-time-view-item.component.mjs +7 -5
  75. package/esm2020/views/day-time/day-time.module.mjs +18 -12
  76. package/esm2020/views/day-time/event-slot.directive.mjs +6 -4
  77. package/esm2020/views/month/month-slot.component.mjs +8 -6
  78. package/esm2020/views/month/month-view-item.component.mjs +7 -5
  79. package/esm2020/views/month/month-view-renderer.component.mjs +13 -12
  80. package/esm2020/views/month/month-view.component.mjs +6 -4
  81. package/esm2020/views/month/month-view.module.mjs +20 -21
  82. package/esm2020/views/month/multi-week-view.component.mjs +6 -4
  83. package/esm2020/views/multi-day/day-view.component.mjs +8 -6
  84. package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +12 -11
  85. package/esm2020/views/multi-day/multi-day-view.component.mjs +8 -6
  86. package/esm2020/views/multi-day/multi-day-view.module.mjs +19 -18
  87. package/esm2020/views/multi-day/week-view.component.mjs +8 -6
  88. package/esm2020/views/multi-day/work-week-view.component.mjs +8 -6
  89. package/esm2020/views/scheduler-view.directive.mjs +3 -2
  90. package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -2
  91. package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -2
  92. package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -2
  93. package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -2
  94. package/esm2020/views/templates/date-header-template.directive.mjs +3 -2
  95. package/esm2020/views/templates/event-template.directive.mjs +3 -2
  96. package/esm2020/views/templates/group-header-template.directive.mjs +3 -2
  97. package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -2
  98. package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -2
  99. package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -2
  100. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -2
  101. package/esm2020/views/templates/time-slot-template.directive.mjs +3 -2
  102. package/esm2020/views/timeline/timeline-month-view.component.mjs +8 -6
  103. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +14 -13
  104. package/esm2020/views/timeline/timeline-view.component.mjs +8 -6
  105. package/esm2020/views/timeline/timeline-view.module.mjs +19 -18
  106. package/esm2020/views/timeline/timeline-week-view.component.mjs +8 -6
  107. package/esm2020/views/timeline/utils.mjs +3 -2
  108. package/esm2020/views/view-context.service.mjs +5 -2
  109. package/esm2020/views/view-state.service.mjs +5 -2
  110. package/esm2020/views/year/year-view-internal.component.mjs +7 -7
  111. package/esm2020/views/year/year-view.component.mjs +6 -4
  112. package/fesm2015/progress-kendo-angular-scheduler.mjs +6524 -6585
  113. package/fesm2020/progress-kendo-angular-scheduler.mjs +6317 -6378
  114. package/index.d.ts +1 -0
  115. package/loading.component.d.ts +1 -1
  116. package/localization/custom-messages.component.d.ts +1 -1
  117. package/localization/localized-messages.directive.d.ts +1 -1
  118. package/navigation/focusable.directive.d.ts +1 -1
  119. package/navigation/shortcuts.directive.d.ts +1 -1
  120. package/package.json +14 -14
  121. package/pdf/pdf-command.directive.d.ts +1 -1
  122. package/pdf/pdf.component.d.ts +1 -1
  123. package/pdf/pdf.module.d.ts +1 -2
  124. package/scheduler.component.d.ts +1 -1
  125. package/scheduler.module.d.ts +38 -58
  126. package/schematics/ngAdd/index.js +3 -3
  127. package/shared.module.d.ts +4 -1
  128. package/toolbar/navigation.component.d.ts +1 -1
  129. package/toolbar/toolbar-template.directive.d.ts +1 -1
  130. package/toolbar/toolbar.component.d.ts +1 -1
  131. package/toolbar/view-selector.component.d.ts +1 -1
  132. package/types/slot-selection.d.ts +1 -1
  133. package/views/agenda/agenda-header-item.component.d.ts +1 -1
  134. package/views/agenda/agenda-header.component.d.ts +1 -1
  135. package/views/agenda/agenda-task-item.component.d.ts +1 -1
  136. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  137. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  138. package/views/agenda/agenda-view.component.d.ts +1 -1
  139. package/views/common/configuration-view-base.d.ts +1 -3
  140. package/views/common/hint-container.component.d.ts +1 -1
  141. package/views/common/repeat.pipe.d.ts +1 -1
  142. package/views/common/resize-hint.component.d.ts +1 -1
  143. package/views/common/resource-iterator.pipe.d.ts +1 -1
  144. package/views/common/slot-selectable.directive.d.ts +1 -1
  145. package/views/common/view-footer.component.d.ts +1 -1
  146. package/views/common/views-shared.module.d.ts +4 -6
  147. package/views/common/work-hours-footer.directive.d.ts +1 -1
  148. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  149. package/views/day-time/day-time.module.d.ts +4 -5
  150. package/views/day-time/event-slot.directive.d.ts +2 -2
  151. package/views/month/month-slot.component.d.ts +1 -1
  152. package/views/month/month-view-item.component.d.ts +1 -1
  153. package/views/month/month-view-renderer.component.d.ts +1 -1
  154. package/views/month/month-view.component.d.ts +1 -1
  155. package/views/month/month-view.module.d.ts +5 -7
  156. package/views/month/multi-week-view.component.d.ts +1 -1
  157. package/views/multi-day/day-view.component.d.ts +1 -1
  158. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  159. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  160. package/views/multi-day/multi-day-view.module.d.ts +4 -4
  161. package/views/multi-day/week-view.component.d.ts +1 -1
  162. package/views/multi-day/work-week-view.component.d.ts +1 -1
  163. package/views/scheduler-view.directive.d.ts +1 -1
  164. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  165. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  166. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  167. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  168. package/views/templates/date-header-template.directive.d.ts +1 -1
  169. package/views/templates/event-template.directive.d.ts +1 -1
  170. package/views/templates/group-header-template.directive.d.ts +1 -1
  171. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  172. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  173. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  174. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  175. package/views/templates/time-slot-template.directive.d.ts +1 -1
  176. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  177. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  178. package/views/timeline/timeline-view.component.d.ts +1 -1
  179. package/views/timeline/timeline-view.module.d.ts +4 -4
  180. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  181. package/views/timeline/utils.d.ts +1 -1
  182. package/views/year/year-view-internal.component.d.ts +1 -1
  183. package/views/year/year-view.component.d.ts +1 -1
  184. package/esm2020/toolbar/toolbar.module.mjs +0 -71
  185. package/esm2020/views/agenda/agenda-view.module.mjs +0 -45
  186. package/esm2020/views/year/year-view.module.mjs +0 -45
  187. package/toolbar/toolbar.module.d.ts +0 -30
  188. package/views/agenda/agenda-view.module.d.ts +0 -23
  189. package/views/year/year-view.module.d.ts +0 -19
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends Messages {
17
17
  }
18
18
  }
19
19
  LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]", providers: [
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoSchedulerLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => LocalizedMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: '[kendoSchedulerLocalizedMessages]'
35
+ selector: '[kendoSchedulerLocalizedMessages]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -79,11 +79,12 @@ export class FocusableDirective {
79
79
  }
80
80
  }
81
81
  FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.FocusService }], target: i0.ɵɵFactoryTarget.Directive });
82
- FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: { focusIndex: ["kendoSchedulerFocusIndex", "focusIndex"], containerType: "containerType" }, ngImport: i0 });
82
+ FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, isStandalone: true, selector: "[kendoSchedulerFocusIndex]", inputs: { focusIndex: ["kendoSchedulerFocusIndex", "focusIndex"], containerType: "containerType" }, ngImport: i0 });
83
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
- selector: '[kendoSchedulerFocusIndex]'
86
+ selector: '[kendoSchedulerFocusIndex]',
87
+ standalone: true
87
88
  }]
88
89
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.FocusService }]; }, propDecorators: { focusIndex: [{
89
90
  type: Input,
@@ -188,10 +188,11 @@ export class ShortcutsDirective {
188
188
  }
189
189
  }
190
190
  ShortcutsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ShortcutsDirective, deps: [{ token: i1.SchedulerComponent }, { token: i2.DomEventsService }, { token: i3.FocusService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i4.ViewStateService }, { token: i5.DialogsService }], target: i0.ɵɵFactoryTarget.Directive });
191
- ShortcutsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ShortcutsDirective, selector: "kendo-scheduler", ngImport: i0 });
191
+ ShortcutsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ShortcutsDirective, isStandalone: true, selector: "kendo-scheduler", ngImport: i0 });
192
192
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ShortcutsDirective, decorators: [{
193
193
  type: Directive,
194
194
  args: [{
195
- selector: 'kendo-scheduler'
195
+ selector: 'kendo-scheduler',
196
+ standalone: true
196
197
  }]
197
198
  }], ctorParameters: function () { return [{ type: i1.SchedulerComponent }, { type: i2.DomEventsService }, { type: i3.FocusService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i4.ViewStateService }, { type: i5.DialogsService }]; } });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-scheduler',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814430,
13
- version: '16.5.0',
12
+ publishDate: 1721847319,
13
+ version: '16.6.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { PDFService } from './pdf.service';
9
9
  import { filePdfIcon } from '@progress/kendo-svg-icons';
10
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
11
+ import { NgIf, NgClass } from '@angular/common';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./pdf.service";
12
14
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "@progress/kendo-angular-icons";
15
15
  /**
16
16
  * Represents the `export-to-PDF` command of the Scheduler.
17
17
  * You can apply this directive to any `button` element inside a
@@ -48,7 +48,7 @@ export class PDFCommandDirective extends Button {
48
48
  }
49
49
  }
50
50
  PDFCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandDirective, deps: [{ token: i1.PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
51
- PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFCommandDirective, selector: "[kendoSchedulerPDFCommand]", host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0, template: `
51
+ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFCommandDirective, isStandalone: true, selector: "[kendoSchedulerPDFCommand]", host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0, template: `
52
52
  <kendo-icon-wrapper
53
53
  *ngIf="icon || svgIcon"
54
54
  innerCssClass="k-button-icon"
@@ -59,7 +59,7 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
59
59
  </span>
60
60
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
61
61
  <span class="k-button-text"><ng-content></ng-content></span>
62
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
62
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
63
63
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandDirective, decorators: [{
64
64
  type: Component,
65
65
  args: [{
@@ -75,7 +75,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
75
75
  </span>
76
76
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
77
77
  <span class="k-button-text"><ng-content></ng-content></span>
78
- `
78
+ `,
79
+ standalone: true,
80
+ imports: [NgIf, IconWrapperComponent, NgClass]
79
81
  }]
80
82
  }], ctorParameters: function () { return [{ type: i1.PDFService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
81
83
  type: HostListener,
@@ -102,12 +102,13 @@ export class PDFComponent {
102
102
  }
103
103
  }
104
104
  PDFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFComponent, deps: [{ token: i1.PDFService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
105
- PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFComponent, selector: "kendo-scheduler-pdf", inputs: { author: "author", avoidLinks: "avoidLinks", creator: "creator", date: "date", imageResolution: "imageResolution", fileName: "fileName", forceProxy: "forceProxy", keywords: "keywords", margin: "margin", scale: "scale", proxyData: "proxyData", proxyURL: "proxyURL", proxyTarget: "proxyTarget", producer: "producer", subject: "subject", title: "title" }, ngImport: i0, template: '', isInline: true });
105
+ PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFComponent, isStandalone: true, selector: "kendo-scheduler-pdf", inputs: { author: "author", avoidLinks: "avoidLinks", creator: "creator", date: "date", imageResolution: "imageResolution", fileName: "fileName", forceProxy: "forceProxy", keywords: "keywords", margin: "margin", scale: "scale", proxyData: "proxyData", proxyURL: "proxyURL", proxyTarget: "proxyTarget", producer: "producer", subject: "subject", title: "title" }, ngImport: i0, template: '', isInline: true });
106
106
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFComponent, decorators: [{
107
107
  type: Component,
108
108
  args: [{
109
109
  selector: 'kendo-scheduler-pdf',
110
- template: ''
110
+ template: '',
111
+ standalone: true
111
112
  }]
112
113
  }], ctorParameters: function () { return [{ type: i1.PDFService }, { type: i0.NgZone }]; }, propDecorators: { author: [{
113
114
  type: Input
@@ -3,14 +3,12 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { PDFComponent } from './pdf.component';
7
- import { PDFCommandDirective } from './pdf-command.directive';
8
- import { IconsModule } from '@progress/kendo-angular-icons';
6
+ import { KENDO_SCHEDULERPDF } from '../directives';
7
+ import { IconsService } from '@progress/kendo-angular-icons';
9
8
  import * as i0 from "@angular/core";
10
- const declarations = [
11
- PDFComponent,
12
- PDFCommandDirective
13
- ];
9
+ import * as i1 from "./pdf.component";
10
+ import * as i2 from "./pdf-command.directive";
11
+ // IMPORTANT: NgModule export kept for backwards compatibility
14
12
  /**
15
13
  * Represents the [NgModule](https://angular.io/api/core/NgModule)
16
14
  * definition for the Scheduler PDF component.
@@ -33,15 +31,13 @@ const declarations = [
33
31
  export class PDFModule {
34
32
  }
35
33
  PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
- PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, declarations: [PDFComponent,
37
- PDFCommandDirective], imports: [IconsModule], exports: [PDFComponent,
38
- PDFCommandDirective] });
39
- PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [IconsModule] });
34
+ PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [i1.PDFComponent, i2.PDFCommandDirective], exports: [i1.PDFComponent, i2.PDFCommandDirective] });
35
+ PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [KENDO_SCHEDULERPDF] });
40
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, decorators: [{
41
37
  type: NgModule,
42
38
  args: [{
43
- declarations: [declarations],
44
- imports: [IconsModule],
45
- exports: [declarations]
39
+ imports: [...KENDO_SCHEDULERPDF],
40
+ exports: [...KENDO_SCHEDULERPDF],
41
+ providers: [IconsService]
46
42
  }]
47
43
  }] });
@@ -4,8 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ContentChild, ContentChildren, EventEmitter, HostBinding, Input, isDevMode, NgZone, Output, QueryList, ViewChild, ViewContainerRef, ChangeDetectorRef, ChangeDetectionStrategy, ElementRef, Renderer2 } from '@angular/core';
6
6
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
7
- import { ResizeSensorComponent, isDocumentAvailable, shouldShowValidationUI } from '@progress/kendo-angular-common';
8
- import { anyChanged, isChanged, hasObservers } from '@progress/kendo-angular-common';
7
+ import { ResizeSensorComponent, isDocumentAvailable, shouldShowValidationUI, anyChanged, isChanged, hasObservers, WatermarkOverlayComponent } from '@progress/kendo-angular-common';
9
8
  import { getDate, ZonedDate, Day } from '@progress/kendo-date-math';
10
9
  import { take } from 'rxjs/operators';
11
10
  import { validatePackage } from '@progress/kendo-licensing';
@@ -46,6 +45,10 @@ import { closest } from './common/dom-queries';
46
45
  import { alwaysFalse } from './views/utils';
47
46
  import { SlotDragEvent } from './events/slot-drag-event';
48
47
  import { SlotDragEndEvent } from './events/slot-drag-end-event';
48
+ import { EditDialogComponent } from './editing/edit-dialog.component';
49
+ import { NgTemplateOutlet, NgIf } from '@angular/common';
50
+ import { ToolbarComponent } from './toolbar/toolbar.component';
51
+ import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
49
52
  import * as i0 from "@angular/core";
50
53
  import * as i1 from "./views/view-context.service";
51
54
  import * as i2 from "./views/view-state.service";
@@ -56,12 +59,6 @@ import * as i6 from "./pdf/pdf.service";
56
59
  import * as i7 from "@progress/kendo-angular-l10n";
57
60
  import * as i8 from "./views/common/dom-events.service";
58
61
  import * as i9 from "./navigation";
59
- import * as i10 from "@angular/common";
60
- import * as i11 from "./toolbar/toolbar.component";
61
- import * as i12 from "@progress/kendo-angular-common";
62
- import * as i13 from "./editing/edit-dialog.component";
63
- import * as i14 from "./localization/localized-messages.directive";
64
- import * as i15 from "./loading.component";
65
62
  const todayDate = () => getDate(new Date());
66
63
  const DAYS_IN_WEEK = 7;
67
64
  /**
@@ -880,7 +877,7 @@ export class SchedulerComponent {
880
877
  }
881
878
  }
882
879
  SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: i1.ViewContextService }, { token: i2.ViewStateService }, { token: i3.EditService }, { token: i4.DialogsService }, { token: i5.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i6.PDFService }, { token: i7.LocalizationService }, { token: i8.DomEventsService }, { token: i0.Renderer2 }, { token: i9.FocusService }], target: i0.ɵɵFactoryTarget.Component });
883
- SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerComponent, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", allDaySlot: "allDaySlot", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-scheduler": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
880
+ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerComponent, isStandalone: true, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", allDaySlot: "allDaySlot", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-scheduler": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
884
881
  EditService,
885
882
  DialogsService,
886
883
  DomEventsService,
@@ -1229,7 +1226,7 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
1229
1226
  </div>
1230
1227
 
1231
1228
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1232
- `, isInline: true, dependencies: [{ kind: "directive", type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i10.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i11.ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { kind: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i12.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: i13.EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { kind: "directive", type: i14.LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { kind: "component", type: i15.LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1229
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { kind: "component", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1233
1230
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerComponent, decorators: [{
1234
1231
  type: Component,
1235
1232
  args: [{
@@ -1585,7 +1582,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1585
1582
  </div>
1586
1583
 
1587
1584
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1588
- `
1585
+ `,
1586
+ standalone: true,
1587
+ imports: [LocalizedMessagesDirective, ToolbarComponent, NgTemplateOutlet, EditDialogComponent, ResizeSensorComponent, LoadingComponent, NgIf, WatermarkOverlayComponent]
1589
1588
  }]
1590
1589
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ViewContextService }, { type: i2.ViewStateService }, { type: i3.EditService }, { type: i4.DialogsService }, { type: i5.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i6.PDFService }, { type: i7.LocalizationService }, { type: i8.DomEventsService }, { type: i0.Renderer2 }, { type: i9.FocusService }]; }, propDecorators: { hostClasses: [{
1591
1590
  type: HostBinding,
@@ -2,132 +2,57 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { CommonModule } from '@angular/common';
6
5
  import { NgModule } from '@angular/core';
7
- import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
8
- import { DataBindingDirective } from './data-binding.directive';
9
- import { SchedulerCustomMessagesComponent } from './localization/custom-messages.component';
10
- import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
11
- import { SchedulerComponent } from './scheduler.component';
12
- import { publicDirectives as toolbarDirectives, ToolbarModule } from './toolbar/toolbar.module';
13
- import { AgendaViewComponent } from './views/agenda/agenda-view.component';
14
- import { AgendaViewModule } from './views/agenda/agenda-view.module';
15
- import { MonthViewModule } from './views/month/month-view.module';
16
- import { MultiDayViewModule } from './views/multi-day/multi-day-view.module';
17
- import { SchedulerViewDirective } from './views/scheduler-view.directive';
18
- import { AgendaDateTemplateDirective } from './views/templates/agenda-date-template.directive';
19
- import { AgendaTimeTemplateDirective } from './views/templates/agenda-time-template.directive';
20
- import { AllDayEventTemplateDirective } from './views/templates/all-day-event-template.directive';
21
- import { AllDaySlotTemplateDirective } from './views/templates/all-day-slot-template.directive';
22
- import { DateHeaderTemplateDirective } from './views/templates/date-header-template.directive';
23
- import { EventTemplateDirective } from './views/templates/event-template.directive';
24
- import { GroupHeaderTemplateDirective } from './views/templates/group-header-template.directive';
25
- import { MajorTimeHeaderTemplateDirective } from './views/templates/major-time-header-template.directive';
26
- import { MinorTimeHeaderTemplateDirective } from './views/templates/minor-time-header-template.directive';
27
- import { MonthDaySlotTemplateDirective } from './views/templates/month-day-slot-template.directive';
28
- import { MultiWeekDaySlotTemplateDirective } from './views/templates/multi-week-day-slot-template.directive';
29
- import { TimeSlotTemplateDirective } from './views/templates/time-slot-template.directive';
30
- import { TimelineViewModule } from './views/timeline/timeline-view.module';
31
- import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
32
- import { DialogModule } from '@progress/kendo-angular-dialog';
33
- import { EditDialogComponent } from './editing/edit-dialog.component';
34
- import { ReactiveFormsModule } from '@angular/forms';
35
- import { ButtonsModule } from '@progress/kendo-angular-buttons';
36
- import { DateInputsModule } from '@progress/kendo-angular-dateinputs';
37
- import { CheckBoxModule, FormFieldModule, NumericTextBoxModule, TextAreaModule, TextBoxModule } from '@progress/kendo-angular-inputs';
38
- import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
39
- import { SchedulerDateTimePickerComponent } from './editing/date-time-picker.component';
40
- import { RecurrenceEditorComponent } from './editing/recurrence/recurrence-editor.component';
41
- import { RecurrenceFrequencyEditorComponent } from './editing/recurrence/recurrence-frequency-editor.component';
42
- import { RecurrenceEndRuleEditorComponent } from './editing/recurrence/recurrence-end-rule-editor.component';
43
- import { RecurrenceIntervalEditorComponent } from './editing/recurrence/recurrence-interval-editor.component';
44
- import { RecurrenceMonthlyYearlyEditorComponent } from './editing/recurrence/recurrence-monthly-yearly-editor.component';
45
- import { RecurrenceWeekdayRuleEditorComponent } from './editing/recurrence/recurrence-weekday-rule-editor.component';
46
- import { RecurrenceEditorCustomMessagesComponent } from './editing/recurrence/localization/custom-messages.component';
47
- import { RecurrenceEditorLocalizedMessagesDirective } from './editing/recurrence/localization/localized-messages.directive';
48
- import { EndRuleRadioButtonDirective } from './editing/recurrence/end-rule-radio-button.directive';
49
- import { RepeatOnRadioButtonDirective } from './editing/recurrence/repeat-on-radio-button.directive';
50
- import { MultipleResourceEditorComponent } from './editing/resource-multiple-editor.component';
51
- import { SingleResourceEditorComponent } from './editing/resource-single-editor.component';
52
- import { TimeZoneEditorComponent } from './editing/timezone-editor.component';
53
- import { EditDialogTemplateDirective } from './editing/edit-dialog-template.directive';
54
- import { LoadingComponent } from './loading.component';
55
- import { SharedModule } from './shared.module';
56
- import { ShortcutsDirective } from './navigation/shortcuts.directive';
57
- import { SlotSelectableDirective } from './views/common/slot-selectable.directive';
58
- import { LabelModule } from '@progress/kendo-angular-label';
59
- import { YearViewModule } from './views/year/year-view.module';
60
- import { YearViewComponent } from './views/year/year-view.component';
6
+ import { KENDO_SCHEDULER } from './directives';
7
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
8
+ import { DialogContainerService, DialogService, WindowContainerService, WindowService, } from '@progress/kendo-angular-dialog';
9
+ import { CalendarDOMService, CenturyViewService, DayPeriodService, DecadeViewService, HoursService, MillisecondsService, MinutesService, MonthViewService, NavigationService, SecondsService, TimePickerDOMService, WeekNamesService, YearViewService, } from '@progress/kendo-angular-dateinputs';
10
+ import { IconsService } from '@progress/kendo-angular-icons';
11
+ import { PopupService } from '@progress/kendo-angular-popup';
12
+ import { ViewContextService } from './views/view-context.service';
13
+ import { ViewStateService } from './views/view-state.service';
14
+ import { EditService } from './editing/edit.service';
15
+ import { ToolbarService } from './toolbar/toolbar.service';
61
16
  import * as i0 from "@angular/core";
62
- import * as i1 from "./toolbar/navigation.component";
63
- import * as i2 from "./toolbar/toolbar-template.directive";
64
- import * as i3 from "./toolbar/view-selector.component";
65
- const TEMPLATES = [
66
- AgendaDateTemplateDirective,
67
- AgendaTimeTemplateDirective,
68
- AllDayEventTemplateDirective,
69
- AllDaySlotTemplateDirective,
70
- DateHeaderTemplateDirective,
71
- EventTemplateDirective,
72
- EditDialogTemplateDirective,
73
- GroupHeaderTemplateDirective,
74
- MajorTimeHeaderTemplateDirective,
75
- MinorTimeHeaderTemplateDirective,
76
- MonthDaySlotTemplateDirective,
77
- MultiWeekDaySlotTemplateDirective,
78
- TimeSlotTemplateDirective
79
- ];
80
- const declarations = [
81
- SchedulerComponent,
82
- SchedulerViewDirective,
83
- DataBindingDirective,
84
- ShortcutsDirective,
85
- ReactiveEditingDirective,
86
- SlotSelectableDirective,
87
- SchedulerDateTimePickerComponent,
88
- RecurrenceEditorComponent,
89
- RecurrenceEndRuleEditorComponent,
90
- RecurrenceFrequencyEditorComponent,
91
- RecurrenceIntervalEditorComponent,
92
- RecurrenceMonthlyYearlyEditorComponent,
93
- RecurrenceWeekdayRuleEditorComponent,
94
- EndRuleRadioButtonDirective,
95
- RepeatOnRadioButtonDirective,
96
- MultipleResourceEditorComponent,
97
- SingleResourceEditorComponent,
98
- TimeZoneEditorComponent,
99
- EditDialogComponent,
100
- SchedulerCustomMessagesComponent,
101
- LocalizedMessagesDirective,
102
- RecurrenceEditorCustomMessagesComponent,
103
- RecurrenceEditorLocalizedMessagesDirective,
104
- LoadingComponent,
105
- ...TEMPLATES
106
- ];
107
- const publicDirectives = [
108
- AgendaViewComponent,
109
- MonthViewModule,
110
- YearViewComponent,
111
- MultiDayViewModule,
112
- ReactiveEditingDirective,
113
- TimelineViewModule,
114
- toolbarDirectives,
115
- ...declarations
116
- ];
117
- const importedKendoModules = [
118
- ButtonsModule,
119
- CheckBoxModule,
120
- TextAreaModule,
121
- DateInputsModule,
122
- DialogModule,
123
- NumericTextBoxModule,
124
- TextBoxModule,
125
- DropDownsModule,
126
- ReactiveFormsModule,
127
- SharedModule,
128
- LabelModule,
129
- FormFieldModule
130
- ];
17
+ import * as i1 from "./scheduler.component";
18
+ import * as i2 from "./localization/custom-messages.component";
19
+ import * as i3 from "./views/scheduler-view.directive";
20
+ import * as i4 from "./data-binding.directive";
21
+ import * as i5 from "./views/common/slot-selectable.directive";
22
+ import * as i6 from "./pdf/pdf.component";
23
+ import * as i7 from "./pdf/pdf-command.directive";
24
+ import * as i8 from "./navigation/shortcuts.directive";
25
+ import * as i9 from "./views/agenda/agenda-view.component";
26
+ import * as i10 from "./views/multi-day/day-view.component";
27
+ import * as i11 from "./views/month/month-view.component";
28
+ import * as i12 from "./views/multi-day/multi-day-view.component";
29
+ import * as i13 from "./views/month/multi-week-view.component";
30
+ import * as i14 from "./views/timeline/timeline-month-view.component";
31
+ import * as i15 from "./views/timeline/timeline-view.component";
32
+ import * as i16 from "./views/timeline/timeline-week-view.component";
33
+ import * as i17 from "./views/multi-day/week-view.component";
34
+ import * as i18 from "./views/multi-day/work-week-view.component";
35
+ import * as i19 from "./views/year/year-view.component";
36
+ import * as i20 from "./editing-directives/reactive-editing.directive";
37
+ import * as i21 from "./editing/recurrence/recurrence-editor.component";
38
+ import * as i22 from "./editing/timezone-editor.component";
39
+ import * as i23 from "./toolbar/navigation.component";
40
+ import * as i24 from "./toolbar/toolbar-template.directive";
41
+ import * as i25 from "./toolbar/view-selector.component";
42
+ import * as i26 from "./views/templates/agenda-date-template.directive";
43
+ import * as i27 from "./views/templates/agenda-time-template.directive";
44
+ import * as i28 from "./views/templates/all-day-event-template.directive";
45
+ import * as i29 from "./views/templates/all-day-slot-template.directive";
46
+ import * as i30 from "./views/templates/date-header-template.directive";
47
+ import * as i31 from "./views/templates/event-template.directive";
48
+ import * as i32 from "./editing/edit-dialog-template.directive";
49
+ import * as i33 from "./views/templates/group-header-template.directive";
50
+ import * as i34 from "./views/templates/major-time-header-template.directive";
51
+ import * as i35 from "./views/templates/minor-time-header-template.directive";
52
+ import * as i36 from "./views/templates/month-day-slot-template.directive";
53
+ import * as i37 from "./views/templates/multi-week-day-slot-template.directive";
54
+ import * as i38 from "./views/templates/time-slot-template.directive";
55
+ // IMPORTANT: NgModule export kept for backwards compatibility
131
56
  /**
132
57
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
133
58
  * definition for the Scheduler component.
@@ -150,128 +75,67 @@ const importedKendoModules = [
150
75
  export class SchedulerModule {
151
76
  }
152
77
  SchedulerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153
- SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SchedulerModule, declarations: [SchedulerComponent,
154
- SchedulerViewDirective,
155
- DataBindingDirective,
156
- ShortcutsDirective,
157
- ReactiveEditingDirective,
158
- SlotSelectableDirective,
159
- SchedulerDateTimePickerComponent,
160
- RecurrenceEditorComponent,
161
- RecurrenceEndRuleEditorComponent,
162
- RecurrenceFrequencyEditorComponent,
163
- RecurrenceIntervalEditorComponent,
164
- RecurrenceMonthlyYearlyEditorComponent,
165
- RecurrenceWeekdayRuleEditorComponent,
166
- EndRuleRadioButtonDirective,
167
- RepeatOnRadioButtonDirective,
168
- MultipleResourceEditorComponent,
169
- SingleResourceEditorComponent,
170
- TimeZoneEditorComponent,
171
- EditDialogComponent,
172
- SchedulerCustomMessagesComponent,
173
- LocalizedMessagesDirective,
174
- RecurrenceEditorCustomMessagesComponent,
175
- RecurrenceEditorLocalizedMessagesDirective,
176
- LoadingComponent, AgendaDateTemplateDirective,
177
- AgendaTimeTemplateDirective,
178
- AllDayEventTemplateDirective,
179
- AllDaySlotTemplateDirective,
180
- DateHeaderTemplateDirective,
181
- EventTemplateDirective,
182
- EditDialogTemplateDirective,
183
- GroupHeaderTemplateDirective,
184
- MajorTimeHeaderTemplateDirective,
185
- MinorTimeHeaderTemplateDirective,
186
- MonthDaySlotTemplateDirective,
187
- MultiWeekDaySlotTemplateDirective,
188
- TimeSlotTemplateDirective], imports: [CommonModule,
189
- ToolbarModule,
190
- AgendaViewModule,
191
- MultiDayViewModule,
192
- ResizeSensorModule,
193
- MonthViewModule,
194
- TimelineViewModule,
195
- WatermarkModule,
196
- YearViewModule, ButtonsModule,
197
- CheckBoxModule,
198
- TextAreaModule,
199
- DateInputsModule,
200
- DialogModule,
201
- NumericTextBoxModule,
202
- TextBoxModule,
203
- DropDownsModule,
204
- ReactiveFormsModule,
205
- SharedModule,
206
- LabelModule,
207
- FormFieldModule], exports: [AgendaViewComponent,
208
- MonthViewModule,
209
- YearViewComponent,
210
- MultiDayViewModule,
211
- ReactiveEditingDirective,
212
- TimelineViewModule, i1.ToolbarNavigationComponent, i2.ToolbarTemplateDirective, i3.ToolbarViewSelectorComponent, SchedulerComponent,
213
- SchedulerViewDirective,
214
- DataBindingDirective,
215
- ShortcutsDirective,
216
- ReactiveEditingDirective,
217
- SlotSelectableDirective,
218
- SchedulerDateTimePickerComponent,
219
- RecurrenceEditorComponent,
220
- RecurrenceEndRuleEditorComponent,
221
- RecurrenceFrequencyEditorComponent,
222
- RecurrenceIntervalEditorComponent,
223
- RecurrenceMonthlyYearlyEditorComponent,
224
- RecurrenceWeekdayRuleEditorComponent,
225
- EndRuleRadioButtonDirective,
226
- RepeatOnRadioButtonDirective,
227
- MultipleResourceEditorComponent,
228
- SingleResourceEditorComponent,
229
- TimeZoneEditorComponent,
230
- EditDialogComponent,
231
- SchedulerCustomMessagesComponent,
232
- LocalizedMessagesDirective,
233
- RecurrenceEditorCustomMessagesComponent,
234
- RecurrenceEditorLocalizedMessagesDirective,
235
- LoadingComponent, AgendaDateTemplateDirective,
236
- AgendaTimeTemplateDirective,
237
- AllDayEventTemplateDirective,
238
- AllDaySlotTemplateDirective,
239
- DateHeaderTemplateDirective,
240
- EventTemplateDirective,
241
- EditDialogTemplateDirective,
242
- GroupHeaderTemplateDirective,
243
- MajorTimeHeaderTemplateDirective,
244
- MinorTimeHeaderTemplateDirective,
245
- MonthDaySlotTemplateDirective,
246
- MultiWeekDaySlotTemplateDirective,
247
- TimeSlotTemplateDirective] });
248
- SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerModule, imports: [CommonModule,
249
- ToolbarModule,
250
- AgendaViewModule,
251
- MultiDayViewModule,
252
- ResizeSensorModule,
253
- MonthViewModule,
254
- TimelineViewModule,
255
- WatermarkModule,
256
- YearViewModule, importedKendoModules, MonthViewModule,
257
- MultiDayViewModule,
258
- TimelineViewModule] });
78
+ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SchedulerModule, imports: [i1.SchedulerComponent, i2.SchedulerCustomMessagesComponent, i3.SchedulerViewDirective, i4.DataBindingDirective, i5.SlotSelectableDirective, i6.PDFComponent, i7.PDFCommandDirective, i8.ShortcutsDirective, i9.AgendaViewComponent, i10.DayViewComponent, i11.MonthViewComponent, i12.MultiDayViewComponent, i13.MultiWeekViewComponent, i14.TimelineMonthViewComponent, i15.TimelineViewComponent, i16.TimelineWeekViewComponent, i17.WeekViewComponent, i18.WorkWeekViewComponent, i19.YearViewComponent, i20.ReactiveEditingDirective, i21.RecurrenceEditorComponent, i22.TimeZoneEditorComponent, i23.ToolbarNavigationComponent, i24.ToolbarTemplateDirective, i25.ToolbarViewSelectorComponent, i26.AgendaDateTemplateDirective, i27.AgendaTimeTemplateDirective, i28.AllDayEventTemplateDirective, i29.AllDaySlotTemplateDirective, i30.DateHeaderTemplateDirective, i31.EventTemplateDirective, i32.EditDialogTemplateDirective, i33.GroupHeaderTemplateDirective, i34.MajorTimeHeaderTemplateDirective, i35.MinorTimeHeaderTemplateDirective, i36.MonthDaySlotTemplateDirective, i37.MultiWeekDaySlotTemplateDirective, i38.TimeSlotTemplateDirective], exports: [i1.SchedulerComponent, i2.SchedulerCustomMessagesComponent, i3.SchedulerViewDirective, i4.DataBindingDirective, i5.SlotSelectableDirective, i6.PDFComponent, i7.PDFCommandDirective, i8.ShortcutsDirective, i9.AgendaViewComponent, i10.DayViewComponent, i11.MonthViewComponent, i12.MultiDayViewComponent, i13.MultiWeekViewComponent, i14.TimelineMonthViewComponent, i15.TimelineViewComponent, i16.TimelineWeekViewComponent, i17.WeekViewComponent, i18.WorkWeekViewComponent, i19.YearViewComponent, i20.ReactiveEditingDirective, i21.RecurrenceEditorComponent, i22.TimeZoneEditorComponent, i23.ToolbarNavigationComponent, i24.ToolbarTemplateDirective, i25.ToolbarViewSelectorComponent, i26.AgendaDateTemplateDirective, i27.AgendaTimeTemplateDirective, i28.AllDayEventTemplateDirective, i29.AllDaySlotTemplateDirective, i30.DateHeaderTemplateDirective, i31.EventTemplateDirective, i32.EditDialogTemplateDirective, i33.GroupHeaderTemplateDirective, i34.MajorTimeHeaderTemplateDirective, i35.MinorTimeHeaderTemplateDirective, i36.MonthDaySlotTemplateDirective, i37.MultiWeekDaySlotTemplateDirective, i38.TimeSlotTemplateDirective] });
79
+ SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerModule, providers: [
80
+ ToolbarService,
81
+ ViewContextService,
82
+ ViewStateService,
83
+ EditService,
84
+ IconsService,
85
+ PopupService,
86
+ ResizeBatchService,
87
+ // DateInputsModule providers
88
+ CalendarDOMService,
89
+ CenturyViewService,
90
+ DecadeViewService,
91
+ MonthViewService,
92
+ YearViewService,
93
+ WeekNamesService,
94
+ NavigationService,
95
+ TimePickerDOMService,
96
+ HoursService,
97
+ MinutesService,
98
+ SecondsService,
99
+ MillisecondsService,
100
+ DayPeriodService,
101
+ // DropDownsModule providers
102
+ DialogContainerService,
103
+ DialogService,
104
+ WindowService,
105
+ WindowContainerService,
106
+ ], imports: [i1.SchedulerComponent, i2.SchedulerCustomMessagesComponent, i6.PDFComponent, i7.PDFCommandDirective, i9.AgendaViewComponent, i10.DayViewComponent, i11.MonthViewComponent, i12.MultiDayViewComponent, i13.MultiWeekViewComponent, i14.TimelineMonthViewComponent, i15.TimelineViewComponent, i16.TimelineWeekViewComponent, i17.WeekViewComponent, i18.WorkWeekViewComponent, i19.YearViewComponent, i21.RecurrenceEditorComponent, i22.TimeZoneEditorComponent, i23.ToolbarNavigationComponent, i25.ToolbarViewSelectorComponent] });
259
107
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerModule, decorators: [{
260
108
  type: NgModule,
261
109
  args: [{
262
- imports: [
263
- CommonModule,
264
- ToolbarModule,
265
- AgendaViewModule,
266
- MultiDayViewModule,
267
- ResizeSensorModule,
268
- MonthViewModule,
269
- TimelineViewModule,
270
- WatermarkModule,
271
- YearViewModule,
272
- ...importedKendoModules
110
+ imports: [...KENDO_SCHEDULER],
111
+ exports: [...KENDO_SCHEDULER],
112
+ providers: [
113
+ ToolbarService,
114
+ ViewContextService,
115
+ ViewStateService,
116
+ EditService,
117
+ IconsService,
118
+ PopupService,
119
+ ResizeBatchService,
120
+ // DateInputsModule providers
121
+ CalendarDOMService,
122
+ CenturyViewService,
123
+ DecadeViewService,
124
+ MonthViewService,
125
+ YearViewService,
126
+ WeekNamesService,
127
+ NavigationService,
128
+ TimePickerDOMService,
129
+ HoursService,
130
+ MinutesService,
131
+ SecondsService,
132
+ MillisecondsService,
133
+ DayPeriodService,
134
+ // DropDownsModule providers
135
+ DialogContainerService,
136
+ DialogService,
137
+ WindowService,
138
+ WindowContainerService,
273
139
  ],
274
- declarations: declarations,
275
- exports: publicDirectives
276
140
  }]
277
141
  }] });