@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
@@ -43,5 +43,5 @@ export declare class DataBindingDirective implements OnInit, OnDestroy {
43
43
  protected process(): SchedulerEvent[];
44
44
  private onDateChange;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<DataBindingDirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoSchedulerBinding]", never, { "data": "kendoSchedulerBinding"; }, {}, never, never, false, never>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoSchedulerBinding]", never, { "data": "kendoSchedulerBinding"; }, {}, never, never, true, never>;
47
47
  }
@@ -0,0 +1,50 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { DataBindingDirective } from './data-binding.directive';
6
+ import { SchedulerCustomMessagesComponent } from './localization/custom-messages.component';
7
+ import { PDFCommandDirective } from './pdf/pdf-command.directive';
8
+ import { PDFComponent } from './pdf/pdf.component';
9
+ import { SchedulerComponent } from './scheduler.component';
10
+ import { SlotSelectableDirective } from './views/common/slot-selectable.directive';
11
+ import { SchedulerViewDirective } from './views/scheduler-view.directive';
12
+ import { AgendaViewComponent } from './views/agenda/agenda-view.component';
13
+ import { MonthViewComponent } from './views/month/month-view.component';
14
+ import { MultiWeekViewComponent } from './views/month/multi-week-view.component';
15
+ import { DayViewComponent } from './views/multi-day/day-view.component';
16
+ import { MultiDayViewComponent } from './views/multi-day/multi-day-view.component';
17
+ import { WeekViewComponent } from './views/multi-day/week-view.component';
18
+ import { WorkWeekViewComponent } from './views/multi-day/work-week-view.component';
19
+ import { TimelineMonthViewComponent } from './views/timeline/timeline-month-view.component';
20
+ import { TimelineViewComponent } from './views/timeline/timeline-view.component';
21
+ import { TimelineWeekViewComponent } from './views/timeline/timeline-week-view.component';
22
+ import { YearViewComponent } from './views/year/year-view.component';
23
+ import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
24
+ import { EditDialogTemplateDirective } from './editing/edit-dialog-template.directive';
25
+ import { RecurrenceEditorComponent } from './editing/recurrence/recurrence-editor.component';
26
+ import { TimeZoneEditorComponent } from './editing/timezone-editor.component';
27
+ import { ToolbarNavigationComponent } from './toolbar/navigation.component';
28
+ import { ToolbarTemplateDirective } from './toolbar/toolbar-template.directive';
29
+ import { ToolbarViewSelectorComponent } from './toolbar/view-selector.component';
30
+ import { AgendaDateTemplateDirective } from './views/templates/agenda-date-template.directive';
31
+ import { AgendaTimeTemplateDirective } from './views/templates/agenda-time-template.directive';
32
+ import { AllDayEventTemplateDirective } from './views/templates/all-day-event-template.directive';
33
+ import { AllDaySlotTemplateDirective } from './views/templates/all-day-slot-template.directive';
34
+ import { DateHeaderTemplateDirective } from './views/templates/date-header-template.directive';
35
+ import { EventTemplateDirective } from './views/templates/event-template.directive';
36
+ import { GroupHeaderTemplateDirective } from './views/templates/group-header-template.directive';
37
+ import { MajorTimeHeaderTemplateDirective } from './views/templates/major-time-header-template.directive';
38
+ import { MinorTimeHeaderTemplateDirective } from './views/templates/minor-time-header-template.directive';
39
+ import { MonthDaySlotTemplateDirective } from './views/templates/month-day-slot-template.directive';
40
+ import { MultiWeekDaySlotTemplateDirective } from './views/templates/multi-week-day-slot-template.directive';
41
+ import { TimeSlotTemplateDirective } from './views/templates/time-slot-template.directive';
42
+ import { ShortcutsDirective } from './navigation/shortcuts.directive';
43
+ /**
44
+ * Utility array that contains all Scheduler PDF related components and directives
45
+ */
46
+ export declare const KENDO_SCHEDULERPDF: readonly [typeof PDFComponent, typeof PDFCommandDirective];
47
+ /**
48
+ * Utility array that contains all `@progress/kendo-angular-scheduler` related components and directives
49
+ */
50
+ export declare const KENDO_SCHEDULER: readonly [typeof SchedulerComponent, typeof SchedulerCustomMessagesComponent, typeof SchedulerViewDirective, typeof DataBindingDirective, typeof SlotSelectableDirective, typeof PDFComponent, typeof PDFCommandDirective, typeof ShortcutsDirective, typeof AgendaViewComponent, typeof DayViewComponent, typeof MonthViewComponent, typeof MultiDayViewComponent, typeof MultiWeekViewComponent, typeof TimelineMonthViewComponent, typeof TimelineViewComponent, typeof TimelineWeekViewComponent, typeof WeekViewComponent, typeof WorkWeekViewComponent, typeof YearViewComponent, typeof ReactiveEditingDirective, typeof RecurrenceEditorComponent, typeof TimeZoneEditorComponent, typeof ToolbarNavigationComponent, typeof ToolbarTemplateDirective, typeof ToolbarViewSelectorComponent, typeof AgendaDateTemplateDirective, typeof AgendaTimeTemplateDirective, typeof AllDayEventTemplateDirective, typeof AllDaySlotTemplateDirective, typeof DateHeaderTemplateDirective, typeof EventTemplateDirective, typeof EditDialogTemplateDirective, typeof GroupHeaderTemplateDirective, typeof MajorTimeHeaderTemplateDirective, typeof MinorTimeHeaderTemplateDirective, typeof MonthDaySlotTemplateDirective, typeof MultiWeekDaySlotTemplateDirective, typeof TimeSlotTemplateDirective];
@@ -47,5 +47,5 @@ export declare class SchedulerDateTimePickerComponent implements ControlValueAcc
47
47
  */
48
48
  registerOnTouched(fn: any): void;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerDateTimePickerComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<SchedulerDateTimePickerComponent, "kendo-scheduler-datetime-picker", never, { "isAllDay": "isAllDay"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<SchedulerDateTimePickerComponent, "kendo-scheduler-datetime-picker", never, { "isAllDay": "isAllDay"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
51
51
  }
@@ -23,5 +23,5 @@ export declare class EditDialogTemplateDirective {
23
23
  autoFocusedElement: string;
24
24
  constructor(templateRef: TemplateRef<any>);
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogTemplateDirective, [{ optional: true; }]>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditDialogTemplateDirective, "[kendoSchedulerEditDialogTemplate]", never, { "autoFocusedElement": "autoFocusedElement"; }, {}, never, never, false, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EditDialogTemplateDirective, "[kendoSchedulerEditDialogTemplate]", never, { "autoFocusedElement": "autoFocusedElement"; }, {}, never, never, true, never>;
27
27
  }
@@ -79,5 +79,5 @@ export declare class EditDialogComponent implements OnDestroy {
79
79
  private readDateWithTimezone;
80
80
  private readDateAsLocal;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<EditDialogComponent, "kendo-scheduler-edit-dialog", never, { "resources": "resources"; "timezone": "timezone"; "weekStart": "weekStart"; "fields": "fields"; "editTemplate": "editTemplate"; }, {}, never, never, false, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditDialogComponent, "kendo-scheduler-edit-dialog", never, { "resources": "resources"; "timezone": "timezone"; "weekStart": "weekStart"; "fields": "fields"; "editTemplate": "editTemplate"; }, {}, never, never, true, never>;
83
83
  }
@@ -27,5 +27,5 @@ export declare class EndRuleRadioButtonDirective implements OnInit, AfterContent
27
27
  private setCheckedState;
28
28
  get elem(): any;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<EndRuleRadioButtonDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<EndRuleRadioButtonDirective, "[kendoRecurrenceEndRuleRadioButton]", never, { "endRuleId": "kendoRecurrenceEndRuleRadioButton"; }, {}, never, never, false, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EndRuleRadioButtonDirective, "[kendoRecurrenceEndRuleRadioButton]", never, { "endRuleId": "kendoRecurrenceEndRuleRadioButton"; }, {}, never, never, true, never>;
31
31
  }
@@ -14,5 +14,5 @@ export declare class RecurrenceEditorCustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEditorCustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEditorCustomMessagesComponent, "kendo-recurrence-editor-messages", never, {}, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEditorCustomMessagesComponent, "kendo-recurrence-editor-messages", never, {}, {}, never, never, true, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class RecurrenceEditorLocalizedMessagesDirective extends Messages
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEditorLocalizedMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<RecurrenceEditorLocalizedMessagesDirective, "[kendoRecurrenceEditorLocalizedMessages]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RecurrenceEditorLocalizedMessagesDirective, "[kendoRecurrenceEditorLocalizedMessages]", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export declare const RECURRENCE_VALUE_ACCESSOR: any;
17
17
  /**
18
- * Represents the Kendo UI Recurrence Editor component for Angular. [This example]({% slug custom_reactive_editing_scheduler %}#toc-setup) demonstrates the Recurrence Editor, among other components.
18
+ * Represents the Kendo UI Recurrence Editor component for Angular. [This example](slug:custom_reactive_editing_scheduler) demonstrates the Recurrence Editor, among other components.
19
19
  */
20
20
  export declare class RecurrenceEditorComponent implements ControlValueAccessor, OnInit, OnDestroy {
21
21
  private recurrenceService;
@@ -88,5 +88,5 @@ export declare class RecurrenceEditorComponent implements ControlValueAccessor,
88
88
  registerOnTouched(fn: any): void;
89
89
  private emitChange;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEditorComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEditorComponent, "kendo-recurrence-editor", ["kendoRecurrenceEditor"], { "start": "start"; "timezone": "timezone"; "weekStart": "weekStart"; "repeatEveryOptions": "repeatEveryOptions"; "endAfterOptions": "endAfterOptions"; "repeatOnOptions": "repeatOnOptions"; "endOnOptions": "endOnOptions"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEditorComponent, "kendo-recurrence-editor", ["kendoRecurrenceEditor"], { "start": "start"; "timezone": "timezone"; "weekStart": "weekStart"; "repeatEveryOptions": "repeatEveryOptions"; "endAfterOptions": "endAfterOptions"; "repeatOnOptions": "repeatOnOptions"; "endOnOptions": "endOnOptions"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
92
92
  }
@@ -42,5 +42,5 @@ export declare class RecurrenceEndRuleEditorComponent implements OnDestroy {
42
42
  private subscribeChanges;
43
43
  private createUntil;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceEndRuleEditorComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEndRuleEditorComponent, "kendo-recurrence-end-rule-editor", never, { "userNumericOptions": "userNumericOptions"; "userDatePickerOptions": "userDatePickerOptions"; }, {}, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceEndRuleEditorComponent, "kendo-recurrence-end-rule-editor", never, { "userNumericOptions": "userNumericOptions"; "userDatePickerOptions": "userDatePickerOptions"; }, {}, never, never, true, never>;
46
46
  }
@@ -22,5 +22,5 @@ export declare class RecurrenceFrequencyEditorComponent implements OnInit {
22
22
  textFor(key: string): string;
23
23
  onFrequencyClick(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceFrequencyEditorComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceFrequencyEditorComponent, "kendo-recurrence-frequency-editor", never, {}, {}, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceFrequencyEditorComponent, "kendo-recurrence-frequency-editor", never, {}, {}, never, never, true, never>;
26
26
  }
@@ -24,5 +24,5 @@ export declare class RecurrenceIntervalEditorComponent {
24
24
  textForFrequency(): string;
25
25
  textFor(key: string): string;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceIntervalEditorComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceIntervalEditorComponent, "kendo-recurrence-interval-editor", never, { "userNumericOptions": "userNumericOptions"; }, {}, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceIntervalEditorComponent, "kendo-recurrence-interval-editor", never, { "userNumericOptions": "userNumericOptions"; }, {}, never, never, true, never>;
28
28
  }
@@ -49,5 +49,5 @@ export declare class RecurrenceMonthlyYearlyEditorComponent implements OnDestroy
49
49
  textFor(key: string): string;
50
50
  onRepeatOnLabelClick(): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceMonthlyYearlyEditorComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceMonthlyYearlyEditorComponent, "kendo-recurrence-monthly-yearly-editor", never, { "userNumericOptions": "userNumericOptions"; }, {}, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceMonthlyYearlyEditorComponent, "kendo-recurrence-monthly-yearly-editor", never, { "userNumericOptions": "userNumericOptions"; }, {}, never, never, true, never>;
53
53
  }
@@ -27,5 +27,5 @@ export declare class RecurrenceWeekdayRuleEditorComponent {
27
27
  textFor(key: string): string;
28
28
  onWeeklyRepeatOnClick(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<RecurrenceWeekdayRuleEditorComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceWeekdayRuleEditorComponent, "kendo-recurrence-weekday-rule-editor", never, {}, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecurrenceWeekdayRuleEditorComponent, "kendo-recurrence-weekday-rule-editor", never, {}, {}, never, never, true, never>;
31
31
  }
@@ -28,5 +28,5 @@ export declare class RepeatOnRadioButtonDirective implements OnInit, AfterConten
28
28
  private setCheckedState;
29
29
  get elem(): any;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<RepeatOnRadioButtonDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<RepeatOnRadioButtonDirective, "[kendoRecurrenceRepeatOnRadioButton]", never, { "repeatOnRule": "kendoRecurrenceRepeatOnRadioButton"; }, {}, never, never, false, never>;
31
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RepeatOnRadioButtonDirective, "[kendoRecurrenceRepeatOnRadioButton]", never, { "repeatOnRule": "kendoRecurrenceRepeatOnRadioButton"; }, {}, never, never, true, never>;
32
32
  }
@@ -17,5 +17,5 @@ export declare class MultipleResourceEditorComponent extends ResourceEditorBase
17
17
  getTagStyle(dataItem: any): any;
18
18
  focus(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<MultipleResourceEditorComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<MultipleResourceEditorComponent, "kendo-multiple-resource-editor", never, {}, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultipleResourceEditorComponent, "kendo-multiple-resource-editor", never, {}, {}, never, never, true, never>;
21
21
  }
@@ -16,5 +16,5 @@ export declare class SingleResourceEditorComponent extends ResourceEditorBase {
16
16
  resourceDropDown: DropDownListComponent;
17
17
  focus(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SingleResourceEditorComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SingleResourceEditorComponent, "kendo-single-resource-editor", never, {}, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SingleResourceEditorComponent, "kendo-single-resource-editor", never, {}, {}, never, never, true, never>;
20
20
  }
@@ -68,5 +68,5 @@ export declare class TimeZoneEditorComponent implements ControlValueAccessor {
68
68
  */
69
69
  registerOnTouched(fn: any): void;
70
70
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeZoneEditorComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeZoneEditorComponent, "kendo-timezone-editor", never, { "width": "width"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeZoneEditorComponent, "kendo-timezone-editor", never, { "width": "width"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
72
72
  }
@@ -9,7 +9,7 @@ import { BehaviorSubject, Observable } from 'rxjs';
9
9
  * A base implementation of the [edit service]({% slug api_scheduler_editservice %}) which persists data to traditional CRUD services such as OData.
10
10
  *
11
11
  * To support custom models, the `BaseEditService` class requires a [field map]({% slug api_scheduler_schedulermodelfields %}) as a constructor parameter. Subclasses require you to
12
- * implement the `read` operation, which is not called directly by the base class, and the [`save`]({% slug api_scheduler_baseeditservice %}#toc-save) method which persists the created,
12
+ * implement the `read` operation, which is not called directly by the base class, and the `save` method which persists the created,
13
13
  * updated, and deleted entities.
14
14
  *
15
15
  * The [`events`](#toc-events) observable will publish the current data which is set upon subscription by using, for example, an [async pipe](https://angular.io/api/common/AsyncPipe)
@@ -29,5 +29,5 @@ export declare class ReactiveEditingDirective extends EditingDirectiveBase {
29
29
  protected createModel(args: any): any;
30
30
  protected isFormValid({ formGroup, isNew }: any): boolean;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveEditingDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReactiveEditingDirective, "[kendoSchedulerReactiveEditing]", never, { "createFormGroup": "kendoSchedulerReactiveEditing"; }, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ReactiveEditingDirective, "[kendoSchedulerReactiveEditing]", never, { "createFormGroup": "kendoSchedulerReactiveEditing"; }, {}, never, never, true, never>;
33
33
  }
@@ -133,11 +133,12 @@ export class DataBindingDirective {
133
133
  }
134
134
  }
135
135
  DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.SchedulerComponent }, { token: i0.ChangeDetectorRef }, { token: i2.IntlService }, { token: i3.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
136
- DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DataBindingDirective, selector: "[kendoSchedulerBinding]", inputs: { data: ["kendoSchedulerBinding", "data"] }, ngImport: i0 });
136
+ DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DataBindingDirective, isStandalone: true, selector: "[kendoSchedulerBinding]", inputs: { data: ["kendoSchedulerBinding", "data"] }, ngImport: i0 });
137
137
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataBindingDirective, decorators: [{
138
138
  type: Directive,
139
139
  args: [{
140
- selector: '[kendoSchedulerBinding]'
140
+ selector: '[kendoSchedulerBinding]',
141
+ standalone: true
141
142
  }]
142
143
  }], ctorParameters: function () { return [{ type: i1.SchedulerComponent }, { type: i0.ChangeDetectorRef }, { type: i2.IntlService }, { type: i3.LocalDataChangesService }]; }, propDecorators: { data: [{
143
144
  type: Input,
@@ -0,0 +1,96 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { DataBindingDirective } from './data-binding.directive';
6
+ import { SchedulerCustomMessagesComponent } from './localization/custom-messages.component';
7
+ import { PDFCommandDirective } from './pdf/pdf-command.directive';
8
+ import { PDFComponent } from './pdf/pdf.component';
9
+ import { SchedulerComponent } from './scheduler.component';
10
+ import { SlotSelectableDirective } from './views/common/slot-selectable.directive';
11
+ import { SchedulerViewDirective } from './views/scheduler-view.directive';
12
+ import { AgendaViewComponent } from './views/agenda/agenda-view.component';
13
+ import { MonthViewComponent } from './views/month/month-view.component';
14
+ import { MultiWeekViewComponent } from './views/month/multi-week-view.component';
15
+ import { DayViewComponent } from './views/multi-day/day-view.component';
16
+ import { MultiDayViewComponent } from './views/multi-day/multi-day-view.component';
17
+ import { WeekViewComponent } from './views/multi-day/week-view.component';
18
+ import { WorkWeekViewComponent } from './views/multi-day/work-week-view.component';
19
+ import { TimelineMonthViewComponent } from './views/timeline/timeline-month-view.component';
20
+ import { TimelineViewComponent } from './views/timeline/timeline-view.component';
21
+ import { TimelineWeekViewComponent } from './views/timeline/timeline-week-view.component';
22
+ import { YearViewComponent } from './views/year/year-view.component';
23
+ import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
24
+ import { EditDialogTemplateDirective } from './editing/edit-dialog-template.directive';
25
+ import { RecurrenceEditorComponent } from './editing/recurrence/recurrence-editor.component';
26
+ import { TimeZoneEditorComponent } from './editing/timezone-editor.component';
27
+ import { ToolbarNavigationComponent } from './toolbar/navigation.component';
28
+ import { ToolbarTemplateDirective } from './toolbar/toolbar-template.directive';
29
+ import { ToolbarViewSelectorComponent } from './toolbar/view-selector.component';
30
+ import { AgendaDateTemplateDirective } from './views/templates/agenda-date-template.directive';
31
+ import { AgendaTimeTemplateDirective } from './views/templates/agenda-time-template.directive';
32
+ import { AllDayEventTemplateDirective } from './views/templates/all-day-event-template.directive';
33
+ import { AllDaySlotTemplateDirective } from './views/templates/all-day-slot-template.directive';
34
+ import { DateHeaderTemplateDirective } from './views/templates/date-header-template.directive';
35
+ import { EventTemplateDirective } from './views/templates/event-template.directive';
36
+ import { GroupHeaderTemplateDirective } from './views/templates/group-header-template.directive';
37
+ import { MajorTimeHeaderTemplateDirective } from './views/templates/major-time-header-template.directive';
38
+ import { MinorTimeHeaderTemplateDirective } from './views/templates/minor-time-header-template.directive';
39
+ import { MonthDaySlotTemplateDirective } from './views/templates/month-day-slot-template.directive';
40
+ import { MultiWeekDaySlotTemplateDirective } from './views/templates/multi-week-day-slot-template.directive';
41
+ import { TimeSlotTemplateDirective } from './views/templates/time-slot-template.directive';
42
+ import { ShortcutsDirective } from './navigation/shortcuts.directive';
43
+ /**
44
+ * Utility array that contains all Scheduler PDF related components and directives
45
+ */
46
+ export const KENDO_SCHEDULERPDF = [
47
+ PDFComponent,
48
+ PDFCommandDirective
49
+ ];
50
+ /**
51
+ * Utility array that contains all `@progress/kendo-angular-scheduler` related components and directives
52
+ */
53
+ export const KENDO_SCHEDULER = [
54
+ SchedulerComponent,
55
+ SchedulerCustomMessagesComponent,
56
+ SchedulerViewDirective,
57
+ DataBindingDirective,
58
+ SlotSelectableDirective,
59
+ PDFComponent,
60
+ PDFCommandDirective,
61
+ ShortcutsDirective,
62
+ // views
63
+ AgendaViewComponent,
64
+ DayViewComponent,
65
+ MonthViewComponent,
66
+ MultiDayViewComponent,
67
+ MultiWeekViewComponent,
68
+ TimelineMonthViewComponent,
69
+ TimelineViewComponent,
70
+ TimelineWeekViewComponent,
71
+ WeekViewComponent,
72
+ WorkWeekViewComponent,
73
+ YearViewComponent,
74
+ // editing
75
+ ReactiveEditingDirective,
76
+ RecurrenceEditorComponent,
77
+ TimeZoneEditorComponent,
78
+ // toolbar
79
+ ToolbarNavigationComponent,
80
+ ToolbarTemplateDirective,
81
+ ToolbarViewSelectorComponent,
82
+ // templates
83
+ AgendaDateTemplateDirective,
84
+ AgendaTimeTemplateDirective,
85
+ AllDayEventTemplateDirective,
86
+ AllDaySlotTemplateDirective,
87
+ DateHeaderTemplateDirective,
88
+ EventTemplateDirective,
89
+ EditDialogTemplateDirective,
90
+ GroupHeaderTemplateDirective,
91
+ MajorTimeHeaderTemplateDirective,
92
+ MinorTimeHeaderTemplateDirective,
93
+ MonthDaySlotTemplateDirective,
94
+ MultiWeekDaySlotTemplateDirective,
95
+ TimeSlotTemplateDirective,
96
+ ];
@@ -3,15 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injector, ViewChild } from '@angular/core';
6
- import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
6
+ import { NG_VALUE_ACCESSOR, NgControl, ReactiveFormsModule } from '@angular/forms';
7
7
  import { Component, forwardRef, Input, Output, EventEmitter } from '@angular/core';
8
- import { DatePickerComponent, DateTimePickerComponent } from '@progress/kendo-angular-dateinputs';
8
+ import { DatePickerComponent, DateTimePickerComponent, DateTimePickerCustomMessagesComponent, DatePickerCustomMessagesComponent } from '@progress/kendo-angular-dateinputs';
9
9
  import { SchedulerLocalizationService } from '../localization/scheduler-localization.service';
10
+ import { NgIf } from '@angular/common';
10
11
  import * as i0 from "@angular/core";
11
12
  import * as i1 from "../localization/scheduler-localization.service";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "@progress/kendo-angular-dateinputs";
14
- import * as i4 from "@angular/forms";
13
+ import * as i2 from "@angular/forms";
15
14
  /**
16
15
  * @hidden
17
16
  */
@@ -73,7 +72,7 @@ export class SchedulerDateTimePickerComponent {
73
72
  }
74
73
  }
75
74
  SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [{ token: i0.Injector }, { token: i1.SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
76
- SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
75
+ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerDateTimePickerComponent, isStandalone: true, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
77
76
  SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR
78
77
  ], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "dateTimePicker", first: true, predicate: ["datetimepicker"], descendants: true }], ngImport: i0, template: `
79
78
  <kendo-datepicker
@@ -116,7 +115,7 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
116
115
  >
117
116
  </kendo-datetimepicker-messages>
118
117
  </kendo-datetimepicker>
119
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "component", type: i3.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "component", type: i3.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "weekDaysFormat", "showOtherMonthDays", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "clearButton", "autoFill", "adaptiveMode", "inputAttributes", "defaultTab", "size", "rounded", "fillMode", "headerTemplate", "footerTemplate", "footer"], outputs: ["valueChange", "open", "close", "focus", "blur", "escape"], exportAs: ["kendo-datetimepicker"] }, { kind: "component", type: i3.DateTimePickerCustomMessagesComponent, selector: "kendo-datetimepicker-messages" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
118
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "component", type: DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "weekDaysFormat", "showOtherMonthDays", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "clearButton", "autoFill", "adaptiveMode", "inputAttributes", "defaultTab", "size", "rounded", "fillMode", "headerTemplate", "footerTemplate", "footer"], outputs: ["valueChange", "open", "close", "focus", "blur", "escape"], exportAs: ["kendo-datetimepicker"] }, { kind: "component", type: DateTimePickerCustomMessagesComponent, selector: "kendo-datetimepicker-messages" }] });
120
119
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
121
120
  type: Component,
122
121
  args: [{
@@ -165,7 +164,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
165
164
  >
166
165
  </kendo-datetimepicker-messages>
167
166
  </kendo-datetimepicker>
168
- `
167
+ `,
168
+ standalone: true,
169
+ imports: [NgIf, DatePickerComponent, ReactiveFormsModule, DatePickerCustomMessagesComponent, DateTimePickerComponent, DateTimePickerCustomMessagesComponent]
169
170
  }]
170
171
  }], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.SchedulerLocalizationService }]; }, propDecorators: { datePicker: [{
171
172
  type: ViewChild,
@@ -21,11 +21,12 @@ export class EditDialogTemplateDirective {
21
21
  }
22
22
  }
23
23
  EditDialogTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditDialogTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
24
- EditDialogTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditDialogTemplateDirective, selector: "[kendoSchedulerEditDialogTemplate]", inputs: { autoFocusedElement: "autoFocusedElement" }, ngImport: i0 });
24
+ EditDialogTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditDialogTemplateDirective, isStandalone: true, selector: "[kendoSchedulerEditDialogTemplate]", inputs: { autoFocusedElement: "autoFocusedElement" }, ngImport: i0 });
25
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditDialogTemplateDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
- selector: '[kendoSchedulerEditDialogTemplate]'
28
+ selector: '[kendoSchedulerEditDialogTemplate]',
29
+ standalone: true
29
30
  }]
30
31
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
31
32
  type: Optional
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, NgZone, ChangeDetectorRef, ViewChildren, QueryList, ElementRef } from '@angular/core';
6
- import { FormControl } from '@angular/forms';
6
+ import { FormControl, ReactiveFormsModule } from '@angular/forms';
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { EditService } from './edit.service';
9
9
  import { fromEvent } from 'rxjs';
@@ -19,21 +19,19 @@ import { FocusService } from '../navigation';
19
19
  import { Day, ZonedDate, toLocalDate } from '@progress/kendo-date-math';
20
20
  import { toUTCDateTime, formValueOrDefault } from '../views/utils';
21
21
  import { cancelOutlineIcon, saveIcon } from '@progress/kendo-svg-icons';
22
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
23
+ import { DialogComponent, DialogActionsComponent } from '@progress/kendo-angular-dialog';
24
+ import { TextAreaDirective, CheckBoxDirective, TextBoxDirective, FormFieldComponent } from '@progress/kendo-angular-inputs';
25
+ import { RecurrenceEditorComponent } from './recurrence/recurrence-editor.component';
26
+ import { TimeZoneEditorComponent } from './timezone-editor.component';
27
+ import { LabelDirective, LabelComponent } from '@progress/kendo-angular-label';
28
+ import { SchedulerDateTimePickerComponent } from './date-time-picker.component';
29
+ import { NgIf, NgFor, NgTemplateOutlet } from '@angular/common';
22
30
  import * as i0 from "@angular/core";
23
31
  import * as i1 from "./edit.service";
24
32
  import * as i2 from "@progress/kendo-angular-l10n";
25
33
  import * as i3 from "../navigation";
26
- import * as i4 from "@angular/common";
27
- import * as i5 from "@progress/kendo-angular-buttons";
28
- import * as i6 from "@progress/kendo-angular-inputs";
29
- import * as i7 from "@progress/kendo-angular-dialog";
30
- import * as i8 from "@angular/forms";
31
- import * as i9 from "@progress/kendo-angular-label";
32
- import * as i10 from "./date-time-picker.component";
33
- import * as i11 from "./recurrence/recurrence-editor.component";
34
- import * as i12 from "./resource-multiple-editor.component";
35
- import * as i13 from "./resource-single-editor.component";
36
- import * as i14 from "./timezone-editor.component";
34
+ import * as i4 from "@angular/forms";
37
35
  /**
38
36
  * @hidden
39
37
  */
@@ -238,7 +236,7 @@ export class EditDialogComponent {
238
236
  }
239
237
  }
240
238
  EditDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditDialogComponent, deps: [{ token: i0.NgZone }, { token: i1.EditService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i3.FocusService }], target: i0.ɵɵFactoryTarget.Component });
241
- EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: { resources: "resources", timezone: "timezone", weekStart: "weekStart", fields: "fields", editTemplate: "editTemplate" }, viewQueries: [{ propertyName: "multipleResourceEditors", predicate: MultipleResourceEditorComponent, descendants: true }, { propertyName: "singleResourceEditors", predicate: SingleResourceEditorComponent, descendants: true }], ngImport: i0, template: `
239
+ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditDialogComponent, isStandalone: true, selector: "kendo-scheduler-edit-dialog", inputs: { resources: "resources", timezone: "timezone", weekStart: "weekStart", fields: "fields", editTemplate: "editTemplate" }, viewQueries: [{ propertyName: "multipleResourceEditors", predicate: MultipleResourceEditorComponent, descendants: true }, { propertyName: "singleResourceEditors", predicate: SingleResourceEditorComponent, descendants: true }], ngImport: i0, template: `
242
240
  <kendo-dialog (close)='onClose()' [minWidth]='400' *ngIf='isActive' title='{{ textFor("editorTitle") }}' class='k-scheduler-edit-dialog' [autoFocusedElement]="autoFocusedElement">
243
241
  <ng-container *ngIf='!editTemplate'>
244
242
  <form
@@ -429,7 +427,7 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
429
427
  >{{ textFor('cancel') }}</button>
430
428
  </kendo-dialog-actions>
431
429
  </kendo-dialog>
432
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i6.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: i6.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { kind: "component", type: i7.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i7.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "directive", type: i6.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: i8.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i8.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i8.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i8.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i9.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i9.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: i6.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: i10.SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { kind: "component", type: i11.RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { kind: "component", type: i12.MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { kind: "component", type: i13.SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { kind: "component", type: i14.TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }] });
430
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "component", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { kind: "directive", type: CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }, { kind: "component", type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { kind: "directive", type: TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { kind: "component", type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
433
431
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditDialogComponent, decorators: [{
434
432
  type: Component,
435
433
  args: [{
@@ -625,7 +623,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
625
623
  >{{ textFor('cancel') }}</button>
626
624
  </kendo-dialog-actions>
627
625
  </kendo-dialog>
628
- `
626
+ `,
627
+ standalone: true,
628
+ imports: [NgIf, DialogComponent, ReactiveFormsModule, FormFieldComponent, LabelComponent, TextBoxDirective, SchedulerDateTimePickerComponent, CheckBoxDirective, LabelDirective, TimeZoneEditorComponent, RecurrenceEditorComponent, TextAreaDirective, NgFor, MultipleResourceEditorComponent, SingleResourceEditorComponent, NgTemplateOutlet, DialogActionsComponent, ButtonComponent]
629
629
  }]
630
630
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.EditService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i3.FocusService }]; }, propDecorators: { multipleResourceEditors: [{
631
631
  type: ViewChildren,
@@ -94,7 +94,10 @@ export class EditService {
94
94
  }
95
95
  }
96
96
  EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
97
- EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService });
97
+ EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, providedIn: 'root' });
98
98
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, decorators: [{
99
- type: Injectable
99
+ type: Injectable,
100
+ args: [{
101
+ providedIn: 'root'
102
+ }]
100
103
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -48,11 +48,12 @@ export class EndRuleRadioButtonDirective {
48
48
  }
49
49
  }
50
50
  EndRuleRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EndRuleRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
51
- EndRuleRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: { endRuleId: ["kendoRecurrenceEndRuleRadioButton", "endRuleId"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
51
+ EndRuleRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EndRuleRadioButtonDirective, isStandalone: true, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: { endRuleId: ["kendoRecurrenceEndRuleRadioButton", "endRuleId"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
52
52
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EndRuleRadioButtonDirective, decorators: [{
53
53
  type: Directive,
54
54
  args: [{
55
- selector: '[kendoRecurrenceEndRuleRadioButton]'
55
+ selector: '[kendoRecurrenceEndRuleRadioButton]',
56
+ standalone: true
56
57
  }]
57
58
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.RecurrenceService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
58
59
  type: HostBinding,
@@ -21,7 +21,7 @@ export class RecurrenceEditorCustomMessagesComponent extends Messages {
21
21
  }
22
22
  }
23
23
  RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEditorCustomMessagesComponent, selector: "kendo-recurrence-editor-messages", providers: [
24
+ RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEditorCustomMessagesComponent, isStandalone: true, selector: "kendo-recurrence-editor-messages", providers: [
25
25
  {
26
26
  provide: Messages,
27
27
  useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  selector: 'kendo-recurrence-editor-messages',
40
- template: ``
40
+ template: ``,
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class RecurrenceEditorLocalizedMessagesDirective extends Messages {
17
17
  }
18
18
  }
19
19
  RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
20
+ RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEditorLocalizedMessagesDirective, isStandalone: true, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: '[kendoRecurrenceEditorLocalizedMessages]'
35
+ selector: '[kendoRecurrenceEditorLocalizedMessages]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });