@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
@@ -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,
@@ -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 { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
8
+ import { DropDownListComponent, 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
  */
@@ -26,7 +25,7 @@ export class SingleResourceEditorComponent extends ResourceEditorBase {
26
25
  }
27
26
  }
28
27
  SingleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SingleResourceEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
29
- SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor", providers: [
28
+ SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SingleResourceEditorComponent, isStandalone: true, selector: "kendo-single-resource-editor", providers: [
30
29
  SINGLE_RESOURCE_VALUE_ACCESSOR
31
30
  ], viewQueries: [{ propertyName: "resourceDropDown", first: true, predicate: ["resourceDropDown"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
32
31
  <kendo-dropdownlist
@@ -44,7 +43,7 @@ SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
44
43
  {{ getField(dataItem, resource.textField) }}
45
44
  </ng-template>
46
45
  </kendo-dropdownlist>
47
- `, 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: "component", type: i2.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"] }] });
46
+ `, isInline: true, dependencies: [{ 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: "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"] }] });
48
47
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SingleResourceEditorComponent, decorators: [{
49
48
  type: Component,
50
49
  args: [{
@@ -68,7 +67,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
68
67
  {{ getField(dataItem, resource.textField) }}
69
68
  </ng-template>
70
69
  </kendo-dropdownlist>
71
- `
70
+ `,
71
+ standalone: true,
72
+ imports: [DropDownListComponent, ItemTemplateDirective, NgIf, NgStyle]
72
73
  }]
73
74
  }], propDecorators: { resourceDropDown: [{
74
75
  type: ViewChild,
@@ -4,13 +4,12 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injector, ViewChild } from '@angular/core';
6
6
  import { Component, forwardRef, Input, EventEmitter, Output } from '@angular/core';
7
- import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
7
+ import { NG_VALUE_ACCESSOR, NgControl, ReactiveFormsModule } from '@angular/forms';
8
8
  import { timezoneNames } from '@progress/kendo-date-math';
9
9
  import { ComboBoxComponent } from '@progress/kendo-angular-dropdowns';
10
+ import { NgIf } from '@angular/common';
10
11
  import * as i0 from "@angular/core";
11
- import * as i1 from "@angular/common";
12
- import * as i2 from "@progress/kendo-angular-dropdowns";
13
- import * as i3 from "@angular/forms";
12
+ import * as i1 from "@angular/forms";
14
13
  /**
15
14
  * @hidden
16
15
  */
@@ -96,7 +95,7 @@ export class TimeZoneEditorComponent {
96
95
  }
97
96
  }
98
97
  TimeZoneEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeZoneEditorComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
99
- TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: { width: "width" }, outputs: { valueChange: "valueChange" }, providers: [
98
+ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeZoneEditorComponent, isStandalone: true, selector: "kendo-timezone-editor", inputs: { width: "width" }, outputs: { valueChange: "valueChange" }, providers: [
100
99
  TIME_ZONE_VALUE_ACCESSOR
101
100
  ], viewQueries: [{ propertyName: "tzComboBox", first: true, predicate: ["tzcombobox"], descendants: true, static: true }, { propertyName: "tzComboBoxControl", first: true, predicate: ["tzcomboboxControl"], descendants: true, static: true }], ngImport: i0, template: `
102
101
  <kendo-combobox
@@ -124,7 +123,7 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
124
123
  (filterChange)="onTimeZoneFilterChange($event)"
125
124
  (valueChange)="onTimeZoneChange($event)">
126
125
  </kendo-combobox>
127
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "escape"], exportAs: ["kendoComboBox"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
126
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "escape"], exportAs: ["kendoComboBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
128
127
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
129
128
  type: Component,
130
129
  args: [{
@@ -158,7 +157,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
158
157
  (filterChange)="onTimeZoneFilterChange($event)"
159
158
  (valueChange)="onTimeZoneChange($event)">
160
159
  </kendo-combobox>
161
- `
160
+ `,
161
+ standalone: true,
162
+ imports: [NgIf, ComboBoxComponent, ReactiveFormsModule]
162
163
  }]
163
164
  }], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { tzComboBox: [{
164
165
  type: ViewChild,
@@ -21,7 +21,7 @@ const DATE_FORMATS = [
21
21
  * A base implementation of the [edit service]({% slug api_scheduler_editservice %}) which persists data to traditional CRUD services such as OData.
22
22
  *
23
23
  * To support custom models, the `BaseEditService` class requires a [field map]({% slug api_scheduler_schedulermodelfields %}) as a constructor parameter. Subclasses require you to
24
- * 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,
24
+ * implement the `read` operation, which is not called directly by the base class, and the `save` method which persists the created,
25
25
  * updated, and deleted entities.
26
26
  *
27
27
  * 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)
@@ -99,11 +99,12 @@ export class ReactiveEditingDirective extends EditingDirectiveBase {
99
99
  }
100
100
  }
101
101
  ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.SchedulerComponent }, { token: i2.LocalDataChangesService }, { token: i3.DialogsService }, { token: i4.FocusService }], target: i0.ɵɵFactoryTarget.Directive });
102
- ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, selector: "[kendoSchedulerReactiveEditing]", inputs: { createFormGroup: ["kendoSchedulerReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
102
+ ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoSchedulerReactiveEditing]", inputs: { createFormGroup: ["kendoSchedulerReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
103
103
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
- selector: '[kendoSchedulerReactiveEditing]'
106
+ selector: '[kendoSchedulerReactiveEditing]',
107
+ standalone: true
107
108
  }]
108
109
  }], ctorParameters: function () { return [{ type: i1.SchedulerComponent }, { type: i2.LocalDataChangesService }, { type: i3.DialogsService }, { type: i4.FocusService }]; }, propDecorators: { createFormGroup: [{
109
110
  type: Input,
package/esm2020/index.mjs CHANGED
@@ -86,3 +86,4 @@ export { SortPipe } from './views/timeline/utils';
86
86
  export { YearViewInternalComponent } from './views/year/year-view-internal.component';
87
87
  export * from './types';
88
88
  export * from './events';
89
+ export * from './directives';
@@ -22,7 +22,7 @@ export class LoadingComponent {
22
22
  }
23
23
  }
24
24
  LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
25
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: { loading: "loading" }, host: { properties: { "class.k-loading-mask": "this.hostClasses", "style.display": "this.display" } }, ngImport: i0, template: `
25
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, isStandalone: true, selector: "[kendoSchedulerLoading]", inputs: { loading: "loading" }, host: { properties: { "class.k-loading-mask": "this.hostClasses", "style.display": "this.display" } }, ngImport: i0, template: `
26
26
  <div class="k-loading-image"></div>
27
27
  <div class="k-loading-color"></div>
28
28
  `, isInline: true });
@@ -34,7 +34,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
34
34
  template: `
35
35
  <div class="k-loading-image"></div>
36
36
  <div class="k-loading-color"></div>
37
- `
37
+ `,
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClasses: [{
40
41
  type: HostBinding,
@@ -20,7 +20,7 @@ export class SchedulerCustomMessagesComponent extends Messages {
20
20
  }
21
21
  }
22
22
  SchedulerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
- SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerCustomMessagesComponent, selector: "kendo-scheduler-messages", providers: [
23
+ SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerCustomMessagesComponent, isStandalone: true, selector: "kendo-scheduler-messages", providers: [
24
24
  {
25
25
  provide: Messages,
26
26
  useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
@@ -36,6 +36,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
36
36
  }
37
37
  ],
38
38
  selector: 'kendo-scheduler-messages',
39
- template: ``
39
+ template: ``,
40
+ standalone: true
40
41
  }]
41
42
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });