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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/NOTICE.txt +12 -19
  2. package/data-binding.directive.d.ts +1 -1
  3. package/directives.d.ts +50 -0
  4. package/editing/date-time-picker.component.d.ts +1 -1
  5. package/editing/edit-dialog-template.directive.d.ts +1 -1
  6. package/editing/edit-dialog.component.d.ts +1 -1
  7. package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
  8. package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
  9. package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
  10. package/editing/recurrence/recurrence-editor.component.d.ts +2 -2
  11. package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
  12. package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
  13. package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
  14. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
  15. package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
  16. package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
  17. package/editing/resource-multiple-editor.component.d.ts +1 -1
  18. package/editing/resource-single-editor.component.d.ts +1 -1
  19. package/editing/timezone-editor.component.d.ts +1 -1
  20. package/editing-directives/base-edit.service.d.ts +1 -1
  21. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  22. package/esm2020/data-binding.directive.mjs +3 -2
  23. package/esm2020/directives.mjs +96 -0
  24. package/esm2020/editing/date-time-picker.component.mjs +9 -8
  25. package/esm2020/editing/edit-dialog-template.directive.mjs +3 -2
  26. package/esm2020/editing/edit-dialog.component.mjs +15 -15
  27. package/esm2020/editing/edit.service.mjs +5 -2
  28. package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -2
  29. package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -2
  30. package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -2
  31. package/esm2020/editing/recurrence/recurrence-editor.component.mjs +13 -11
  32. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +8 -7
  33. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +8 -7
  34. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +7 -5
  35. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -8
  36. package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +8 -7
  37. package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -2
  38. package/esm2020/editing/resource-multiple-editor.component.mjs +7 -6
  39. package/esm2020/editing/resource-single-editor.component.mjs +7 -6
  40. package/esm2020/editing/timezone-editor.component.mjs +8 -7
  41. package/esm2020/editing-directives/base-edit.service.mjs +1 -1
  42. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  43. package/esm2020/index.mjs +1 -0
  44. package/esm2020/loading.component.mjs +3 -2
  45. package/esm2020/localization/custom-messages.component.mjs +3 -2
  46. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  47. package/esm2020/navigation/focusable.directive.mjs +3 -2
  48. package/esm2020/navigation/shortcuts.directive.mjs +3 -2
  49. package/esm2020/package-metadata.mjs +2 -2
  50. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  51. package/esm2020/pdf/pdf.component.mjs +3 -2
  52. package/esm2020/pdf/pdf.module.mjs +10 -14
  53. package/esm2020/scheduler.component.mjs +10 -11
  54. package/esm2020/scheduler.module.mjs +107 -243
  55. package/esm2020/shared.module.mjs +5 -2
  56. package/esm2020/toolbar/navigation.component.mjs +9 -8
  57. package/esm2020/toolbar/toolbar-template.directive.mjs +3 -2
  58. package/esm2020/toolbar/toolbar.component.mjs +9 -7
  59. package/esm2020/toolbar/toolbar.service.mjs +5 -2
  60. package/esm2020/toolbar/view-selector.component.mjs +8 -6
  61. package/esm2020/views/agenda/agenda-header-item.component.mjs +7 -5
  62. package/esm2020/views/agenda/agenda-header.component.mjs +6 -4
  63. package/esm2020/views/agenda/agenda-task-item.component.mjs +7 -5
  64. package/esm2020/views/agenda/agenda-view-internal.component.mjs +8 -6
  65. package/esm2020/views/agenda/agenda-view-list.component.mjs +10 -8
  66. package/esm2020/views/agenda/agenda-view.component.mjs +6 -4
  67. package/esm2020/views/common/hint-container.component.mjs +6 -4
  68. package/esm2020/views/common/repeat.pipe.mjs +3 -2
  69. package/esm2020/views/common/resize-hint.component.mjs +7 -5
  70. package/esm2020/views/common/resource-iterator.pipe.mjs +3 -2
  71. package/esm2020/views/common/slot-selectable.directive.mjs +3 -2
  72. package/esm2020/views/common/view-footer.component.mjs +8 -6
  73. package/esm2020/views/common/views-shared.module.mjs +22 -25
  74. package/esm2020/views/common/work-hours-footer.directive.mjs +3 -2
  75. package/esm2020/views/day-time/day-time-view-item.component.mjs +7 -5
  76. package/esm2020/views/day-time/day-time.module.mjs +18 -12
  77. package/esm2020/views/day-time/event-slot.directive.mjs +6 -4
  78. package/esm2020/views/month/month-slot.component.mjs +8 -6
  79. package/esm2020/views/month/month-view-item.component.mjs +7 -5
  80. package/esm2020/views/month/month-view-renderer.component.mjs +13 -12
  81. package/esm2020/views/month/month-view.component.mjs +6 -4
  82. package/esm2020/views/month/month-view.module.mjs +20 -21
  83. package/esm2020/views/month/multi-week-view.component.mjs +6 -4
  84. package/esm2020/views/multi-day/day-view.component.mjs +8 -6
  85. package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +12 -11
  86. package/esm2020/views/multi-day/multi-day-view.component.mjs +8 -6
  87. package/esm2020/views/multi-day/multi-day-view.module.mjs +19 -18
  88. package/esm2020/views/multi-day/week-view.component.mjs +8 -6
  89. package/esm2020/views/multi-day/work-week-view.component.mjs +8 -6
  90. package/esm2020/views/scheduler-view.directive.mjs +3 -2
  91. package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -2
  92. package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -2
  93. package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -2
  94. package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -2
  95. package/esm2020/views/templates/date-header-template.directive.mjs +3 -2
  96. package/esm2020/views/templates/event-template.directive.mjs +3 -2
  97. package/esm2020/views/templates/group-header-template.directive.mjs +3 -2
  98. package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -2
  99. package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -2
  100. package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -2
  101. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -2
  102. package/esm2020/views/templates/time-slot-template.directive.mjs +3 -2
  103. package/esm2020/views/timeline/timeline-month-view.component.mjs +8 -6
  104. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +14 -13
  105. package/esm2020/views/timeline/timeline-view.component.mjs +8 -6
  106. package/esm2020/views/timeline/timeline-view.module.mjs +19 -18
  107. package/esm2020/views/timeline/timeline-week-view.component.mjs +8 -6
  108. package/esm2020/views/timeline/utils.mjs +3 -2
  109. package/esm2020/views/view-context.service.mjs +5 -2
  110. package/esm2020/views/view-state.service.mjs +5 -2
  111. package/esm2020/views/year/year-view-internal.component.mjs +7 -7
  112. package/esm2020/views/year/year-view.component.mjs +6 -4
  113. package/fesm2015/progress-kendo-angular-scheduler.mjs +6524 -6585
  114. package/fesm2020/progress-kendo-angular-scheduler.mjs +6317 -6378
  115. package/index.d.ts +1 -0
  116. package/loading.component.d.ts +1 -1
  117. package/localization/custom-messages.component.d.ts +1 -1
  118. package/localization/localized-messages.directive.d.ts +1 -1
  119. package/navigation/focusable.directive.d.ts +1 -1
  120. package/navigation/shortcuts.directive.d.ts +1 -1
  121. package/package.json +14 -14
  122. package/pdf/pdf-command.directive.d.ts +1 -1
  123. package/pdf/pdf.component.d.ts +1 -1
  124. package/pdf/pdf.module.d.ts +1 -2
  125. package/scheduler.component.d.ts +1 -1
  126. package/scheduler.module.d.ts +38 -58
  127. package/schematics/ngAdd/index.js +3 -3
  128. package/shared.module.d.ts +4 -1
  129. package/toolbar/navigation.component.d.ts +1 -1
  130. package/toolbar/toolbar-template.directive.d.ts +1 -1
  131. package/toolbar/toolbar.component.d.ts +1 -1
  132. package/toolbar/view-selector.component.d.ts +1 -1
  133. package/types/slot-selection.d.ts +1 -1
  134. package/views/agenda/agenda-header-item.component.d.ts +1 -1
  135. package/views/agenda/agenda-header.component.d.ts +1 -1
  136. package/views/agenda/agenda-task-item.component.d.ts +1 -1
  137. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  138. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  139. package/views/agenda/agenda-view.component.d.ts +1 -1
  140. package/views/common/configuration-view-base.d.ts +1 -3
  141. package/views/common/hint-container.component.d.ts +1 -1
  142. package/views/common/repeat.pipe.d.ts +1 -1
  143. package/views/common/resize-hint.component.d.ts +1 -1
  144. package/views/common/resource-iterator.pipe.d.ts +1 -1
  145. package/views/common/slot-selectable.directive.d.ts +1 -1
  146. package/views/common/view-footer.component.d.ts +1 -1
  147. package/views/common/views-shared.module.d.ts +4 -6
  148. package/views/common/work-hours-footer.directive.d.ts +1 -1
  149. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  150. package/views/day-time/day-time.module.d.ts +4 -5
  151. package/views/day-time/event-slot.directive.d.ts +2 -2
  152. package/views/month/month-slot.component.d.ts +1 -1
  153. package/views/month/month-view-item.component.d.ts +1 -1
  154. package/views/month/month-view-renderer.component.d.ts +1 -1
  155. package/views/month/month-view.component.d.ts +1 -1
  156. package/views/month/month-view.module.d.ts +5 -7
  157. package/views/month/multi-week-view.component.d.ts +1 -1
  158. package/views/multi-day/day-view.component.d.ts +1 -1
  159. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  160. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  161. package/views/multi-day/multi-day-view.module.d.ts +4 -4
  162. package/views/multi-day/week-view.component.d.ts +1 -1
  163. package/views/multi-day/work-week-view.component.d.ts +1 -1
  164. package/views/scheduler-view.directive.d.ts +1 -1
  165. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  166. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  167. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  168. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  169. package/views/templates/date-header-template.directive.d.ts +1 -1
  170. package/views/templates/event-template.directive.d.ts +1 -1
  171. package/views/templates/group-header-template.directive.d.ts +1 -1
  172. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  173. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  174. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  175. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  176. package/views/templates/time-slot-template.directive.d.ts +1 -1
  177. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  178. package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
  179. package/views/timeline/timeline-view.component.d.ts +1 -1
  180. package/views/timeline/timeline-view.module.d.ts +4 -4
  181. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  182. package/views/timeline/utils.d.ts +1 -1
  183. package/views/year/year-view-internal.component.d.ts +1 -1
  184. package/views/year/year-view.component.d.ts +1 -1
  185. package/esm2020/toolbar/toolbar.module.mjs +0 -71
  186. package/esm2020/views/agenda/agenda-view.module.mjs +0 -45
  187. package/esm2020/views/year/year-view.module.mjs +0 -45
  188. package/toolbar/toolbar.module.d.ts +0 -30
  189. package/views/agenda/agenda-view.module.d.ts +0 -23
  190. package/views/year/year-view.module.d.ts +0 -19
@@ -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 }]; } });
@@ -11,16 +11,16 @@ import { getDate, Day } from '@progress/kendo-date-math';
11
11
  import { RecurrenceService } from './recurrence.service';
12
12
  import { isPresent } from '../../common/util';
13
13
  import { RecurrenceLocalizationService } from './localization/recurrence-localization.service';
14
+ import { RecurrenceEndRuleEditorComponent } from './recurrence-end-rule-editor.component';
15
+ import { RecurrenceMonthlyYearlyEditorComponent } from './recurrence-monthly-yearly-editor.component';
16
+ import { RecurrenceWeekdayRuleEditorComponent } from './recurrence-weekday-rule-editor.component';
17
+ import { RecurrenceIntervalEditorComponent } from './recurrence-interval-editor.component';
18
+ import { NgIf } from '@angular/common';
19
+ import { RecurrenceFrequencyEditorComponent } from './recurrence-frequency-editor.component';
20
+ import { RecurrenceEditorLocalizedMessagesDirective } from './localization/localized-messages.directive';
14
21
  import * as i0 from "@angular/core";
15
22
  import * as i1 from "./recurrence.service";
16
23
  import * as i2 from "@progress/kendo-angular-intl";
17
- import * as i3 from "@angular/common";
18
- import * as i4 from "./recurrence-end-rule-editor.component";
19
- import * as i5 from "./recurrence-frequency-editor.component";
20
- import * as i6 from "./recurrence-interval-editor.component";
21
- import * as i7 from "./recurrence-monthly-yearly-editor.component";
22
- import * as i8 from "./recurrence-weekday-rule-editor.component";
23
- import * as i9 from "./localization/localized-messages.directive";
24
24
  /**
25
25
  * @hidden
26
26
  */
@@ -30,7 +30,7 @@ export const RECURRENCE_VALUE_ACCESSOR = {
30
30
  useExisting: forwardRef(() => RecurrenceEditorComponent)
31
31
  };
32
32
  /**
33
- * 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.
33
+ * Represents the Kendo UI Recurrence Editor component for Angular. [This example](slug:custom_reactive_editing_scheduler) demonstrates the Recurrence Editor, among other components.
34
34
  */
35
35
  export class RecurrenceEditorComponent {
36
36
  constructor(recurrenceService, intl) {
@@ -111,7 +111,7 @@ export class RecurrenceEditorComponent {
111
111
  }
112
112
  }
113
113
  RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.IntlService }], target: i0.ɵɵFactoryTarget.Component });
114
- RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: { start: "start", timezone: "timezone", weekStart: "weekStart", repeatEveryOptions: "repeatEveryOptions", endAfterOptions: "endAfterOptions", repeatOnOptions: "repeatOnOptions", endOnOptions: "endOnOptions" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-recurrence-editor": "this.cssClass" } }, providers: [
114
+ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEditorComponent, isStandalone: true, selector: "kendo-recurrence-editor", inputs: { start: "start", timezone: "timezone", weekStart: "weekStart", repeatEveryOptions: "repeatEveryOptions", endAfterOptions: "endAfterOptions", repeatOnOptions: "repeatOnOptions", endOnOptions: "endOnOptions" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-recurrence-editor": "this.cssClass" } }, providers: [
115
115
  RecurrenceLocalizationService,
116
116
  {
117
117
  provide: LocalizationService,
@@ -261,7 +261,7 @@ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
261
261
  [userDatePickerOptions]="endOnOptions">
262
262
  </kendo-recurrence-end-rule-editor>
263
263
  </div>
264
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: ["userNumericOptions", "userDatePickerOptions"] }, { kind: "component", type: i5.RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor" }, { kind: "component", type: i6.RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: ["userNumericOptions"] }, { kind: "component", type: i7.RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: ["userNumericOptions"] }, { kind: "component", type: i8.RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor" }, { kind: "directive", type: i9.RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]" }] });
264
+ `, isInline: true, dependencies: [{ kind: "directive", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]" }, { kind: "component", type: RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: ["userNumericOptions"] }, { kind: "component", type: RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor" }, { kind: "component", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: ["userNumericOptions"] }, { kind: "component", type: RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: ["userNumericOptions", "userDatePickerOptions"] }] });
265
265
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
266
266
  type: Component,
267
267
  args: [{
@@ -418,7 +418,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
418
418
  [userDatePickerOptions]="endOnOptions">
419
419
  </kendo-recurrence-end-rule-editor>
420
420
  </div>
421
- `
421
+ `,
422
+ standalone: true,
423
+ imports: [RecurrenceEditorLocalizedMessagesDirective, RecurrenceFrequencyEditorComponent, NgIf, RecurrenceIntervalEditorComponent, RecurrenceWeekdayRuleEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceEndRuleEditorComponent]
422
424
  }]
423
425
  }], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.IntlService }]; }, propDecorators: { cssClass: [{
424
426
  type: HostBinding,
@@ -9,13 +9,12 @@ import { EndRuleRadioButtonDirective } from './end-rule-radio-button.directive';
9
9
  import { ZonedDate } from '@progress/kendo-date-math';
10
10
  import { toUTCDate } from '../../views/utils';
11
11
  import { LocalizationService } from '@progress/kendo-angular-l10n';
12
+ import { DatePickerComponent, DatePickerCustomMessagesComponent } from '@progress/kendo-angular-dateinputs';
13
+ import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
14
+ import { LabelComponent, LabelDirective } from '@progress/kendo-angular-label';
12
15
  import * as i0 from "@angular/core";
13
16
  import * as i1 from "./recurrence.service";
14
17
  import * as i2 from "@progress/kendo-angular-l10n";
15
- import * as i3 from "@progress/kendo-angular-dateinputs";
16
- import * as i4 from "@progress/kendo-angular-inputs";
17
- import * as i5 from "@progress/kendo-angular-label";
18
- import * as i6 from "./end-rule-radio-button.directive";
19
18
  /**
20
19
  * @hidden
21
20
  */
@@ -123,7 +122,7 @@ export class RecurrenceEndRuleEditorComponent {
123
122
  }
124
123
  }
125
124
  RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
126
- RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: { userNumericOptions: "userNumericOptions", userDatePickerOptions: "userDatePickerOptions" }, host: { properties: { "class.k-scheduler-recurrence-end-rule-editor": "this.cssClass" } }, viewQueries: [{ propertyName: "endRuleRadioButtons", predicate: EndRuleRadioButtonDirective, descendants: true }], ngImport: i0, template: `
125
+ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceEndRuleEditorComponent, isStandalone: true, selector: "kendo-recurrence-end-rule-editor", inputs: { userNumericOptions: "userNumericOptions", userDatePickerOptions: "userDatePickerOptions" }, host: { properties: { "class.k-scheduler-recurrence-end-rule-editor": "this.cssClass" } }, viewQueries: [{ propertyName: "endRuleRadioButtons", predicate: EndRuleRadioButtonDirective, descendants: true }], ngImport: i0, template: `
127
126
  <div class="k-form-field">
128
127
  <kendo-label
129
128
  [text]="textFor('endLabel')"
@@ -212,7 +211,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
212
211
  </ul>
213
212
  </div>
214
213
  </div>
215
- `, isInline: true, dependencies: [{ 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: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "directive", type: i5.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: i6.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
214
+ `, isInline: true, dependencies: [{ kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { 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: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
216
215
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
217
216
  type: Component,
218
217
  args: [{
@@ -306,7 +305,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
306
305
  </ul>
307
306
  </div>
308
307
  </div>
309
- `
308
+ `,
309
+ standalone: true,
310
+ imports: [LabelComponent, EndRuleRadioButtonDirective, LabelDirective, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, DatePickerComponent, DatePickerCustomMessagesComponent]
310
311
  }]
311
312
  }], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { cssClass: [{
312
313
  type: HostBinding,
@@ -5,13 +5,12 @@
5
5
  import { Component, ViewChildren, QueryList } from '@angular/core';
6
6
  import { RecurrenceService } from './recurrence.service';
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
- import { Button } from '@progress/kendo-angular-buttons';
8
+ import { Button, ButtonComponent, ButtonGroupComponent } from '@progress/kendo-angular-buttons';
9
+ import { NgFor } from '@angular/common';
10
+ import { LabelComponent } from '@progress/kendo-angular-label';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./recurrence.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-buttons";
14
- import * as i5 from "@progress/kendo-angular-label";
15
14
  /**
16
15
  * @hidden
17
16
  */
@@ -42,7 +41,7 @@ export class RecurrenceFrequencyEditorComponent {
42
41
  }
43
42
  }
44
43
  RecurrenceFrequencyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceFrequencyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
45
- RecurrenceFrequencyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
44
+ RecurrenceFrequencyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceFrequencyEditorComponent, isStandalone: true, selector: "kendo-recurrence-frequency-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
46
45
  <div class='k-form-field'>
47
46
  <kendo-label
48
47
  [text]="textFor('repeat')"
@@ -63,7 +62,7 @@ RecurrenceFrequencyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersio
63
62
  </kendo-buttongroup>
64
63
  </div>
65
64
  </div>
66
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: i4.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: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
65
+ `, isInline: true, dependencies: [{ kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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"] }] });
67
66
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceFrequencyEditorComponent, decorators: [{
68
67
  type: Component,
69
68
  args: [{
@@ -89,7 +88,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
89
88
  </kendo-buttongroup>
90
89
  </div>
91
90
  </div>
92
- `
91
+ `,
92
+ standalone: true,
93
+ imports: [LabelComponent, ButtonGroupComponent, NgFor, ButtonComponent]
93
94
  }]
94
95
  }], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { weekDayButtons: [{
95
96
  type: ViewChildren,
@@ -6,11 +6,11 @@ import { Component, HostBinding, Input } from '@angular/core';
6
6
  import { RecurrenceService } from './recurrence.service';
7
7
  import { isPresent } from '../../common/util';
8
8
  import { LocalizationService } from '@progress/kendo-angular-l10n';
9
+ import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
10
+ import { LabelComponent } from '@progress/kendo-angular-label';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./recurrence.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@progress/kendo-angular-inputs";
13
- import * as i4 from "@progress/kendo-angular-label";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -79,7 +79,7 @@ export class RecurrenceIntervalEditorComponent {
79
79
  }
80
80
  }
81
81
  RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
82
- RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
82
+ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceIntervalEditorComponent, isStandalone: true, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
83
83
  <div class="k-form-field">
84
84
  <kendo-label
85
85
  [for]="intervalNumeric"
@@ -114,7 +114,7 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
114
114
  <span>&nbsp;{{ textForFrequency() }}</span>
115
115
  </div>
116
116
  </div>
117
- `, isInline: true, dependencies: [{ kind: "component", type: i3.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i3.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "component", type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
117
+ `, isInline: true, dependencies: [{ kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
118
118
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
119
119
  type: Component,
120
120
  args: [{
@@ -154,7 +154,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
154
154
  <span>&nbsp;{{ textForFrequency() }}</span>
155
155
  </div>
156
156
  </div>
157
- `
157
+ `,
158
+ standalone: true,
159
+ imports: [LabelComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent]
158
160
  }]
159
161
  }], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { cssClass: [{
160
162
  type: HostBinding,
@@ -8,14 +8,13 @@ import { isPresent } from '../../common/util';
8
8
  import { dayRule, weekdayRule, weekendRule } from './recurrence.service';
9
9
  import { RepeatOnRadioButtonDirective } from './repeat-on-radio-button.directive';
10
10
  import { LocalizationService } from '@progress/kendo-angular-l10n';
11
+ import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
12
+ import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
13
+ import { NgIf } from '@angular/common';
14
+ import { LabelComponent, LabelDirective } from '@progress/kendo-angular-label';
11
15
  import * as i0 from "@angular/core";
12
16
  import * as i1 from "./recurrence.service";
13
17
  import * as i2 from "@progress/kendo-angular-l10n";
14
- import * as i3 from "@angular/common";
15
- import * as i4 from "@progress/kendo-angular-inputs";
16
- import * as i5 from "@progress/kendo-angular-dropdowns";
17
- import * as i6 from "@progress/kendo-angular-label";
18
- import * as i7 from "./repeat-on-radio-button.directive";
19
18
  /**
20
19
  * @hidden
21
20
  */
@@ -236,7 +235,7 @@ export class RecurrenceMonthlyYearlyEditorComponent {
236
235
  }
237
236
  }
238
237
  RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
239
- RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
238
+ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceMonthlyYearlyEditorComponent, isStandalone: true, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
240
239
  <div class='k-form-field'>
241
240
  <kendo-label
242
241
  [text]="textForRepeatOn()"
@@ -338,7 +337,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
338
337
  </ul>
339
338
  </div>
340
339
  </div>
341
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "component", type: i5.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i6.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i6.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: i7.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }] });
340
+ `, isInline: true, dependencies: [{ kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
342
341
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
343
342
  type: Component,
344
343
  args: [{
@@ -445,7 +444,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
445
444
  </ul>
446
445
  </div>
447
446
  </div>
448
- `
447
+ `,
448
+ standalone: true,
449
+ imports: [LabelComponent, RepeatOnRadioButtonDirective, LabelDirective, NgIf, DropDownListComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent]
449
450
  }]
450
451
  }], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { userNumericOptions: [{
451
452
  type: Input
@@ -6,13 +6,12 @@ import { Component, ViewChildren, QueryList } from '@angular/core';
6
6
  import { capitalize, isPresent } from '../../common/util';
7
7
  import { RecurrenceService } from './recurrence.service';
8
8
  import { LocalizationService } from '@progress/kendo-angular-l10n';
9
- import { Button } from '@progress/kendo-angular-buttons';
9
+ import { Button, ButtonComponent, ButtonGroupComponent } from '@progress/kendo-angular-buttons';
10
+ import { NgFor } from '@angular/common';
11
+ import { LabelComponent } from '@progress/kendo-angular-label';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "./recurrence.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-buttons";
15
- import * as i5 from "@progress/kendo-angular-label";
16
15
  /**
17
16
  * @hidden
18
17
  */
@@ -67,7 +66,7 @@ export class RecurrenceWeekdayRuleEditorComponent {
67
66
  }
68
67
  }
69
68
  RecurrenceWeekdayRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
70
- RecurrenceWeekdayRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
69
+ RecurrenceWeekdayRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RecurrenceWeekdayRuleEditorComponent, isStandalone: true, selector: "kendo-recurrence-weekday-rule-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
71
70
  <div class="k-form-field">
72
71
  <kendo-label
73
72
  [text]="textFor('weeklyRepeatOn')"
@@ -90,7 +89,7 @@ RecurrenceWeekdayRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVers
90
89
  </kendo-buttongroup>
91
90
  </div>
92
91
  </div>
93
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: i4.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: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
92
+ `, isInline: true, dependencies: [{ kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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"] }] });
94
93
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, decorators: [{
95
94
  type: Component,
96
95
  args: [{
@@ -118,7 +117,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
118
117
  </kendo-buttongroup>
119
118
  </div>
120
119
  </div>
121
- `
120
+ `,
121
+ standalone: true,
122
+ imports: [LabelComponent, ButtonGroupComponent, NgFor, ButtonComponent]
122
123
  }]
123
124
  }], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.LocalizationService }]; }, propDecorators: { weekDayButtons: [{
124
125
  type: ViewChildren,
@@ -52,11 +52,12 @@ export class RepeatOnRadioButtonDirective {
52
52
  }
53
53
  }
54
54
  RepeatOnRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RepeatOnRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
55
- RepeatOnRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: { repeatOnRule: ["kendoRecurrenceRepeatOnRadioButton", "repeatOnRule"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
55
+ RepeatOnRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: RepeatOnRadioButtonDirective, isStandalone: true, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: { repeatOnRule: ["kendoRecurrenceRepeatOnRadioButton", "repeatOnRule"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
56
56
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RepeatOnRadioButtonDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
- selector: '[kendoRecurrenceRepeatOnRadioButton]'
59
+ selector: '[kendoRecurrenceRepeatOnRadioButton]',
60
+ standalone: true
60
61
  }]
61
62
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.RecurrenceService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
62
63
  type: HostBinding,
@@ -5,10 +5,9 @@
5
5
  import { Component, forwardRef, ViewChild } from '@angular/core';
6
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { ResourceEditorBase } from './resource-editor-base';
8
- import { MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
8
+ import { MultiSelectComponent, TagTemplateDirective, ItemTemplateDirective } from '@progress/kendo-angular-dropdowns';
9
+ import { NgIf, NgStyle } from '@angular/common';
9
10
  import * as i0 from "@angular/core";
10
- import * as i1 from "@angular/common";
11
- import * as i2 from "@progress/kendo-angular-dropdowns";
12
11
  /**
13
12
  * @hidden
14
13
  */
@@ -31,7 +30,7 @@ export class MultipleResourceEditorComponent extends ResourceEditorBase {
31
30
  }
32
31
  }
33
32
  MultipleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultipleResourceEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
34
- MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor", providers: [
33
+ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultipleResourceEditorComponent, isStandalone: true, selector: "kendo-multiple-resource-editor", providers: [
35
34
  MULTIPLE_RESOURCE_VALUE_ACCESSOR
36
35
  ], viewQueries: [{ propertyName: "resourceMultiSelect", first: true, predicate: ["resourceMultiSelect"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
37
36
  <kendo-multiselect
@@ -54,7 +53,7 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
54
53
  {{ getField(dataItem, resource.textField) }}
55
54
  </ng-template>
56
55
  </kendo-multiselect>
57
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: i2.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }, { kind: "component", type: i2.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer", "inputAttributes"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "removeTag"], exportAs: ["kendoMultiSelect"] }] });
56
+ `, isInline: true, dependencies: [{ kind: "component", type: MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer", "inputAttributes"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "removeTag"], exportAs: ["kendoMultiSelect"] }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
58
57
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
59
58
  type: Component,
60
59
  args: [{
@@ -83,7 +82,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
83
82
  {{ getField(dataItem, resource.textField) }}
84
83
  </ng-template>
85
84
  </kendo-multiselect>
86
- `
85
+ `,
86
+ standalone: true,
87
+ imports: [MultiSelectComponent, ItemTemplateDirective, NgIf, NgStyle, TagTemplateDirective]
87
88
  }]
88
89
  }], propDecorators: { resourceMultiSelect: [{
89
90
  type: ViewChild,