@progress/kendo-angular-scheduler 16.0.0-develop.2 → 16.0.0-develop.20

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 (206) hide show
  1. package/data-binding.directive.d.ts +1 -1
  2. package/editing/date-time-picker.component.d.ts +1 -1
  3. package/editing/edit-dialog-template.directive.d.ts +1 -1
  4. package/editing/edit-dialog.component.d.ts +1 -1
  5. package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
  6. package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
  7. package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
  8. package/editing/recurrence/localization/messages.d.ts +1 -1
  9. package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
  10. package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
  11. package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
  12. package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
  13. package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
  14. package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
  15. package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
  16. package/editing/resource-editor-base.d.ts +1 -1
  17. package/editing/resource-multiple-editor.component.d.ts +1 -1
  18. package/editing/resource-single-editor.component.d.ts +1 -1
  19. package/editing/timezone-editor.component.d.ts +1 -1
  20. package/editing-directives/editing-directive-base.d.ts +1 -1
  21. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  22. package/esm2020/data-binding.directive.mjs +3 -3
  23. package/esm2020/editing/date-time-picker.component.mjs +6 -6
  24. package/esm2020/editing/dialogs.service.mjs +3 -3
  25. package/esm2020/editing/edit-dialog-template.directive.mjs +3 -3
  26. package/esm2020/editing/edit-dialog.component.mjs +15 -15
  27. package/esm2020/editing/edit.service.mjs +3 -3
  28. package/esm2020/editing/local-data-changes.service.mjs +3 -3
  29. package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -3
  30. package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -3
  31. package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -3
  32. package/esm2020/editing/recurrence/localization/messages.mjs +3 -3
  33. package/esm2020/editing/recurrence/localization/recurrence-localization.service.mjs +3 -3
  34. package/esm2020/editing/recurrence/recurrence-editor.component.mjs +11 -11
  35. package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +6 -6
  36. package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +6 -6
  37. package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +6 -6
  38. package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -9
  39. package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +6 -6
  40. package/esm2020/editing/recurrence/recurrence.service.mjs +3 -3
  41. package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -3
  42. package/esm2020/editing/resource-editor-base.mjs +3 -3
  43. package/esm2020/editing/resource-multiple-editor.component.mjs +6 -6
  44. package/esm2020/editing/resource-single-editor.component.mjs +6 -6
  45. package/esm2020/editing/timezone-editor.component.mjs +6 -6
  46. package/esm2020/editing-directives/editing-directive-base.mjs +5 -4
  47. package/esm2020/editing-directives/reactive-editing.directive.mjs +7 -7
  48. package/esm2020/index.mjs +1 -0
  49. package/esm2020/loading.component.mjs +3 -3
  50. package/esm2020/localization/custom-messages.component.mjs +3 -3
  51. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  52. package/esm2020/localization/messages.mjs +3 -3
  53. package/esm2020/localization/scheduler-localization.service.mjs +3 -3
  54. package/esm2020/navigation/focus.service.mjs +3 -3
  55. package/esm2020/navigation/focusable.directive.mjs +3 -3
  56. package/esm2020/navigation/shortcuts.directive.mjs +3 -3
  57. package/esm2020/package-metadata.mjs +2 -2
  58. package/esm2020/pdf/pdf-command.directive.mjs +6 -6
  59. package/esm2020/pdf/pdf.component.mjs +4 -4
  60. package/esm2020/pdf/pdf.module.mjs +4 -4
  61. package/esm2020/pdf/pdf.service.mjs +3 -3
  62. package/esm2020/scheduler.component.mjs +8 -18
  63. package/esm2020/scheduler.module.mjs +12 -15
  64. package/esm2020/shared.module.mjs +4 -4
  65. package/esm2020/toolbar/navigation.component.mjs +4 -4
  66. package/esm2020/toolbar/toolbar-template.directive.mjs +3 -3
  67. package/esm2020/toolbar/toolbar.component.mjs +8 -9
  68. package/esm2020/toolbar/toolbar.module.mjs +10 -12
  69. package/esm2020/toolbar/toolbar.service.mjs +3 -3
  70. package/esm2020/toolbar/view-selector.component.mjs +6 -6
  71. package/esm2020/views/agenda/agenda-header-item.component.mjs +16 -4
  72. package/esm2020/views/agenda/agenda-header.component.mjs +14 -17
  73. package/esm2020/views/agenda/agenda-task-item.component.mjs +10 -6
  74. package/esm2020/views/agenda/agenda-view-internal.component.mjs +10 -10
  75. package/esm2020/views/agenda/agenda-view-list.component.mjs +15 -13
  76. package/esm2020/views/agenda/agenda-view.component.mjs +4 -4
  77. package/esm2020/views/agenda/agenda-view.module.mjs +4 -4
  78. package/esm2020/views/common/base-view.mjs +3 -3
  79. package/esm2020/views/common/configuration-view-base.mjs +3 -3
  80. package/esm2020/views/common/dom-events.service.mjs +3 -3
  81. package/esm2020/views/common/hint-container.component.mjs +4 -4
  82. package/esm2020/views/common/repeat.pipe.mjs +3 -3
  83. package/esm2020/views/common/resize-hint.component.mjs +4 -4
  84. package/esm2020/views/common/resource-iterator.pipe.mjs +3 -3
  85. package/esm2020/views/common/slot-selectable.directive.mjs +3 -3
  86. package/esm2020/views/common/view-footer.component.mjs +7 -7
  87. package/esm2020/views/common/views-shared.module.mjs +4 -4
  88. package/esm2020/views/common/work-hours-footer.directive.mjs +3 -3
  89. package/esm2020/views/day-time/day-time-view-base.mjs +3 -3
  90. package/esm2020/views/day-time/day-time-view-item.component.mjs +6 -6
  91. package/esm2020/views/day-time/day-time-view.component.mjs +3 -3
  92. package/esm2020/views/day-time/day-time.module.mjs +4 -4
  93. package/esm2020/views/day-time/event-slot.directive.mjs +6 -6
  94. package/esm2020/views/month/month-slot.component.mjs +6 -6
  95. package/esm2020/views/month/month-view-item.component.mjs +6 -6
  96. package/esm2020/views/month/month-view-renderer.component.mjs +306 -256
  97. package/esm2020/views/month/month-view.component.mjs +4 -4
  98. package/esm2020/views/month/month-view.module.mjs +5 -7
  99. package/esm2020/views/month/multi-week-view.component.mjs +4 -4
  100. package/esm2020/views/multi-day/day-view.component.mjs +7 -9
  101. package/esm2020/views/multi-day/multi-day-view-base.mjs +3 -3
  102. package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +511 -467
  103. package/esm2020/views/multi-day/multi-day-view.component.mjs +7 -7
  104. package/esm2020/views/multi-day/multi-day-view.module.mjs +5 -7
  105. package/esm2020/views/multi-day/week-view.component.mjs +7 -7
  106. package/esm2020/views/multi-day/work-week-view.component.mjs +7 -7
  107. package/esm2020/views/scheduler-view.directive.mjs +3 -3
  108. package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -3
  109. package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -3
  110. package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -3
  111. package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -3
  112. package/esm2020/views/templates/date-header-template.directive.mjs +3 -3
  113. package/esm2020/views/templates/event-template.directive.mjs +3 -3
  114. package/esm2020/views/templates/group-header-template.directive.mjs +3 -3
  115. package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -3
  116. package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -3
  117. package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -3
  118. package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -3
  119. package/esm2020/views/templates/time-slot-template.directive.mjs +3 -3
  120. package/esm2020/views/timeline/timeline-base.mjs +3 -3
  121. package/esm2020/views/timeline/timeline-month-view.component.mjs +7 -8
  122. package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +381 -333
  123. package/esm2020/views/timeline/timeline-view.component.mjs +7 -8
  124. package/esm2020/views/timeline/timeline-view.module.mjs +5 -7
  125. package/esm2020/views/timeline/timeline-week-view.component.mjs +7 -8
  126. package/esm2020/views/timeline/utils.mjs +3 -3
  127. package/esm2020/views/view-context.service.mjs +3 -3
  128. package/esm2020/views/view-items/base-slot.directive.mjs +3 -3
  129. package/esm2020/views/view-items/base-view-item.mjs +3 -3
  130. package/esm2020/views/view-state.service.mjs +3 -3
  131. package/esm2020/views/year/year-view-internal.component.mjs +7 -7
  132. package/esm2020/views/year/year-view.component.mjs +4 -4
  133. package/esm2020/views/year/year-view.module.mjs +7 -9
  134. package/events/edit-event-base.d.ts +4 -0
  135. package/fesm2015/progress-kendo-angular-scheduler.mjs +2565 -2435
  136. package/fesm2020/progress-kendo-angular-scheduler.mjs +2452 -2322
  137. package/index.d.ts +1 -0
  138. package/loading.component.d.ts +1 -1
  139. package/localization/custom-messages.component.d.ts +1 -1
  140. package/localization/localized-messages.directive.d.ts +1 -1
  141. package/localization/messages.d.ts +1 -1
  142. package/navigation/focusable.directive.d.ts +1 -1
  143. package/navigation/shortcuts.directive.d.ts +1 -1
  144. package/package.json +20 -20
  145. package/pdf/pdf-command.directive.d.ts +1 -1
  146. package/pdf/pdf.component.d.ts +1 -1
  147. package/scheduler.component.d.ts +1 -1
  148. package/schematics/ngAdd/index.js +2 -2
  149. package/toolbar/navigation.component.d.ts +1 -1
  150. package/toolbar/toolbar-template.directive.d.ts +1 -1
  151. package/toolbar/toolbar.component.d.ts +1 -1
  152. package/toolbar/view-selector.component.d.ts +1 -1
  153. package/views/agenda/agenda-header-item.component.d.ts +3 -1
  154. package/views/agenda/agenda-header.component.d.ts +1 -1
  155. package/views/agenda/agenda-task-item.component.d.ts +2 -1
  156. package/views/agenda/agenda-view-internal.component.d.ts +1 -1
  157. package/views/agenda/agenda-view-list.component.d.ts +1 -1
  158. package/views/agenda/agenda-view.component.d.ts +1 -1
  159. package/views/common/base-view.d.ts +1 -1
  160. package/views/common/configuration-view-base.d.ts +1 -1
  161. package/views/common/hint-container.component.d.ts +1 -1
  162. package/views/common/repeat.pipe.d.ts +1 -1
  163. package/views/common/resize-hint.component.d.ts +1 -1
  164. package/views/common/resource-iterator.pipe.d.ts +1 -1
  165. package/views/common/slot-selectable.directive.d.ts +1 -1
  166. package/views/common/view-footer.component.d.ts +1 -1
  167. package/views/common/work-hours-footer.directive.d.ts +1 -1
  168. package/views/day-time/day-time-view-base.d.ts +1 -1
  169. package/views/day-time/day-time-view-item.component.d.ts +1 -1
  170. package/views/day-time/day-time-view.component.d.ts +1 -1
  171. package/views/day-time/event-slot.directive.d.ts +2 -2
  172. package/views/month/month-slot.component.d.ts +1 -1
  173. package/views/month/month-view-item.component.d.ts +1 -1
  174. package/views/month/month-view-renderer.component.d.ts +3 -1
  175. package/views/month/month-view.component.d.ts +1 -1
  176. package/views/month/multi-week-view.component.d.ts +1 -1
  177. package/views/multi-day/day-view.component.d.ts +1 -1
  178. package/views/multi-day/multi-day-view-base.d.ts +1 -1
  179. package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
  180. package/views/multi-day/multi-day-view.component.d.ts +1 -1
  181. package/views/multi-day/week-view.component.d.ts +1 -1
  182. package/views/multi-day/work-week-view.component.d.ts +1 -1
  183. package/views/scheduler-view.directive.d.ts +1 -1
  184. package/views/templates/agenda-date-template.directive.d.ts +1 -1
  185. package/views/templates/agenda-time-template.directive.d.ts +1 -1
  186. package/views/templates/all-day-event-template.directive.d.ts +1 -1
  187. package/views/templates/all-day-slot-template.directive.d.ts +1 -1
  188. package/views/templates/date-header-template.directive.d.ts +1 -1
  189. package/views/templates/event-template.directive.d.ts +1 -1
  190. package/views/templates/group-header-template.directive.d.ts +1 -1
  191. package/views/templates/major-time-header-template.directive.d.ts +1 -1
  192. package/views/templates/minor-time-header-template.directive.d.ts +1 -1
  193. package/views/templates/month-day-slot-template.directive.d.ts +1 -1
  194. package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
  195. package/views/templates/time-slot-template.directive.d.ts +1 -1
  196. package/views/timeline/timeline-base.d.ts +1 -1
  197. package/views/timeline/timeline-month-view.component.d.ts +1 -1
  198. package/views/timeline/timeline-multi-day-view.component.d.ts +5 -1
  199. package/views/timeline/timeline-view.component.d.ts +1 -1
  200. package/views/timeline/timeline-week-view.component.d.ts +1 -1
  201. package/views/timeline/utils.d.ts +1 -1
  202. package/views/view-items/base-slot.directive.d.ts +1 -1
  203. package/views/view-items/base-view-item.d.ts +1 -1
  204. package/views/year/year-view-internal.component.d.ts +1 -1
  205. package/views/year/year-view.component.d.ts +1 -1
  206. package/progress-kendo-angular-scheduler.d.ts +0 -9
@@ -12,9 +12,9 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
12
12
  import * as i0 from "@angular/core";
13
13
  import * as i1 from "./recurrence.service";
14
14
  import * as i2 from "@progress/kendo-angular-l10n";
15
- import * as i3 from "@progress/kendo-angular-label";
15
+ import * as i3 from "@progress/kendo-angular-dateinputs";
16
16
  import * as i4 from "@progress/kendo-angular-inputs";
17
- import * as i5 from "@progress/kendo-angular-dateinputs";
17
+ import * as i5 from "@progress/kendo-angular-label";
18
18
  import * as i6 from "./end-rule-radio-button.directive";
19
19
  /**
20
20
  * @hidden
@@ -122,8 +122,8 @@ export class RecurrenceEndRuleEditorComponent {
122
122
  return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
123
123
  }
124
124
  }
125
- RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
126
- RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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.ɵ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: `
127
127
  <div class="k-form-field">
128
128
  <kendo-label
129
129
  [text]="textFor('endLabel')"
@@ -211,8 +211,8 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
211
211
  </ul>
212
212
  </div>
213
213
  </div>
214
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { 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"] }, { type: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "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"], exportAs: ["kendo-datepicker"] }, { type: i5.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }], directives: [{ type: i6.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
214
+ `, 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"], 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"] }] });
215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
216
216
  type: Component,
217
217
  args: [{
218
218
  selector: 'kendo-recurrence-end-rule-editor',
@@ -9,9 +9,9 @@ import { Button } from '@progress/kendo-angular-buttons';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "./recurrence.service";
11
11
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@progress/kendo-angular-label";
12
+ import * as i3 from "@angular/common";
13
13
  import * as i4 from "@progress/kendo-angular-buttons";
14
- import * as i5 from "@angular/common";
14
+ import * as i5 from "@progress/kendo-angular-label";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -41,8 +41,8 @@ export class RecurrenceFrequencyEditorComponent {
41
41
  }
42
42
  }
43
43
  }
44
- RecurrenceFrequencyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceFrequencyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
45
- RecurrenceFrequencyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
44
+ 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: `
46
46
  <div class='k-form-field'>
47
47
  <kendo-label
48
48
  [text]="textFor('repeat')"
@@ -63,8 +63,8 @@ RecurrenceFrequencyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersio
63
63
  </kendo-buttongroup>
64
64
  </div>
65
65
  </div>
66
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }], directives: [{ type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceFrequencyEditorComponent, decorators: [{
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"] }] });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceFrequencyEditorComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{
70
70
  selector: 'kendo-recurrence-frequency-editor',
@@ -9,8 +9,8 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "./recurrence.service";
11
11
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@progress/kendo-angular-label";
13
- import * as i4 from "@progress/kendo-angular-inputs";
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
  */
@@ -78,8 +78,8 @@ export class RecurrenceIntervalEditorComponent {
78
78
  return this.localization.get(key);
79
79
  }
80
80
  }
81
- RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
82
- RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
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: `
83
83
  <div class="k-form-field">
84
84
  <kendo-label
85
85
  [for]="intervalNumeric"
@@ -114,8 +114,8 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
114
114
  <span>&nbsp;{{ textForFrequency() }}</span>
115
115
  </div>
116
116
  </div>
117
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { 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"] }, { type: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
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"] }] });
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
119
119
  type: Component,
120
120
  args: [{
121
121
  selector: 'kendo-recurrence-interval-editor',
@@ -11,11 +11,11 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
11
11
  import * as i0 from "@angular/core";
12
12
  import * as i1 from "./recurrence.service";
13
13
  import * as i2 from "@progress/kendo-angular-l10n";
14
- import * as i3 from "@progress/kendo-angular-label";
15
- import * as i4 from "@progress/kendo-angular-dropdowns";
16
- import * as i5 from "@progress/kendo-angular-inputs";
17
- import * as i6 from "./repeat-on-radio-button.directive";
18
- import * as i7 from "@angular/common";
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
19
  /**
20
20
  * @hidden
21
21
  */
@@ -235,8 +235,8 @@ export class RecurrenceMonthlyYearlyEditorComponent {
235
235
  }
236
236
  }
237
237
  }
238
- RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
239
- RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
238
+ 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: `
240
240
  <div class='k-form-field'>
241
241
  <kendo-label
242
242
  [text]="textForRepeatOn()"
@@ -338,8 +338,8 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
338
338
  </ul>
339
339
  </div>
340
340
  </div>
341
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.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"] }, { type: i5.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"] }, { type: i5.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }], directives: [{ type: i6.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
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"] }] });
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
343
343
  type: Component,
344
344
  args: [{
345
345
  selector: 'kendo-recurrence-monthly-yearly-editor',
@@ -10,9 +10,9 @@ import { Button } from '@progress/kendo-angular-buttons';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "./recurrence.service";
12
12
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "@progress/kendo-angular-label";
13
+ import * as i3 from "@angular/common";
14
14
  import * as i4 from "@progress/kendo-angular-buttons";
15
- import * as i5 from "@angular/common";
15
+ import * as i5 from "@progress/kendo-angular-label";
16
16
  /**
17
17
  * @hidden
18
18
  */
@@ -66,8 +66,8 @@ export class RecurrenceWeekdayRuleEditorComponent {
66
66
  }
67
67
  }
68
68
  }
69
- RecurrenceWeekdayRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
70
- RecurrenceWeekdayRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
69
+ 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: `
71
71
  <div class="k-form-field">
72
72
  <kendo-label
73
73
  [text]="textFor('weeklyRepeatOn')"
@@ -90,8 +90,8 @@ RecurrenceWeekdayRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVers
90
90
  </kendo-buttongroup>
91
91
  </div>
92
92
  </div>
93
- `, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { 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"] }], directives: [{ type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, decorators: [{
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"] }] });
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, decorators: [{
95
95
  type: Component,
96
96
  args: [{
97
97
  selector: 'kendo-recurrence-weekday-rule-editor',
@@ -241,8 +241,8 @@ export class RecurrenceService {
241
241
  }
242
242
  }
243
243
  }
244
- RecurrenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceService, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
245
- RecurrenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceService });
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceService, decorators: [{
244
+ RecurrenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceService, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
245
+ RecurrenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceService });
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RecurrenceService, decorators: [{
247
247
  type: Injectable
248
248
  }], ctorParameters: function () { return [{ type: i1.IntlService }, { type: i2.LocalizationService }]; } });
@@ -51,9 +51,9 @@ export class RepeatOnRadioButtonDirective {
51
51
  return this.el.nativeElement;
52
52
  }
53
53
  }
54
- RepeatOnRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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: "12.0.0", version: "13.3.12", 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 });
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RepeatOnRadioButtonDirective, decorators: [{
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 });
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RepeatOnRadioButtonDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: '[kendoRecurrenceRepeatOnRadioButton]'
@@ -48,9 +48,9 @@ export class ResourceEditorBase {
48
48
  this.valueChange.emit(value);
49
49
  }
50
50
  }
51
- ResourceEditorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceEditorBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
52
- ResourceEditorBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ResourceEditorBase, inputs: { resource: "resource" }, outputs: { valueChange: "valueChange" }, ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResourceEditorBase, decorators: [{
51
+ ResourceEditorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResourceEditorBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
52
+ ResourceEditorBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ResourceEditorBase, inputs: { resource: "resource" }, outputs: { valueChange: "valueChange" }, ngImport: i0 });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResourceEditorBase, decorators: [{
54
54
  type: Directive
55
55
  }], propDecorators: { resource: [{
56
56
  type: Input
@@ -7,8 +7,8 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { ResourceEditorBase } from './resource-editor-base';
8
8
  import { MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
9
9
  import * as i0 from "@angular/core";
10
- import * as i1 from "@progress/kendo-angular-dropdowns";
11
- import * as i2 from "@angular/common";
10
+ import * as i1 from "@angular/common";
11
+ import * as i2 from "@progress/kendo-angular-dropdowns";
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -30,8 +30,8 @@ export class MultipleResourceEditorComponent extends ResourceEditorBase {
30
30
  this.resourceMultiSelect.focus();
31
31
  }
32
32
  }
33
- MultipleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultipleResourceEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
34
- MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor", providers: [
33
+ 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: [
35
35
  MULTIPLE_RESOURCE_VALUE_ACCESSOR
36
36
  ], viewQueries: [{ propertyName: "resourceMultiSelect", first: true, predicate: ["resourceMultiSelect"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
37
37
  <kendo-multiselect
@@ -54,8 +54,8 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
54
54
  {{ getField(dataItem, resource.textField) }}
55
55
  </ng-template>
56
56
  </kendo-multiselect>
57
- `, isInline: true, components: [{ type: i1.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"] }], directives: [{ type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
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"] }] });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{
61
61
  providers: [
@@ -7,8 +7,8 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { ResourceEditorBase } from './resource-editor-base';
8
8
  import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
9
9
  import * as i0 from "@angular/core";
10
- import * as i1 from "@progress/kendo-angular-dropdowns";
11
- import * as i2 from "@angular/common";
10
+ import * as i1 from "@angular/common";
11
+ import * as i2 from "@progress/kendo-angular-dropdowns";
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -25,8 +25,8 @@ export class SingleResourceEditorComponent extends ResourceEditorBase {
25
25
  this.resourceDropDown.focus();
26
26
  }
27
27
  }
28
- SingleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleResourceEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
29
- SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor", providers: [
28
+ 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: [
30
30
  SINGLE_RESOURCE_VALUE_ACCESSOR
31
31
  ], viewQueries: [{ propertyName: "resourceDropDown", first: true, predicate: ["resourceDropDown"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
32
32
  <kendo-dropdownlist
@@ -44,8 +44,8 @@ SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
44
44
  {{ getField(dataItem, resource.textField) }}
45
45
  </ng-template>
46
46
  </kendo-dropdownlist>
47
- `, isInline: true, components: [{ type: i1.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"] }], directives: [{ type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SingleResourceEditorComponent, decorators: [{
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"] }] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SingleResourceEditorComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  providers: [
@@ -8,8 +8,8 @@ import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
8
8
  import { timezoneNames } from '@progress/kendo-date-math';
9
9
  import { ComboBoxComponent } from '@progress/kendo-angular-dropdowns';
10
10
  import * as i0 from "@angular/core";
11
- import * as i1 from "@progress/kendo-angular-dropdowns";
12
- import * as i2 from "@angular/common";
11
+ import * as i1 from "@angular/common";
12
+ import * as i2 from "@progress/kendo-angular-dropdowns";
13
13
  import * as i3 from "@angular/forms";
14
14
  /**
15
15
  * @hidden
@@ -95,8 +95,8 @@ export class TimeZoneEditorComponent {
95
95
  this.onTouchedCallback = fn;
96
96
  }
97
97
  }
98
- TimeZoneEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
99
- TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: { width: "width" }, outputs: { valueChange: "valueChange" }, providers: [
98
+ 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: [
100
100
  TIME_ZONE_VALUE_ACCESSOR
101
101
  ], 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
102
  <kendo-combobox
@@ -124,8 +124,8 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
124
124
  (filterChange)="onTimeZoneFilterChange($event)"
125
125
  (valueChange)="onTimeZoneChange($event)">
126
126
  </kendo-combobox>
127
- `, isInline: true, components: [{ type: i1.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"], exportAs: ["kendoComboBox"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
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"], 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"] }] });
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
129
129
  type: Component,
130
130
  args: [{
131
131
  providers: [
@@ -91,7 +91,8 @@ export class EditingDirectiveBase {
91
91
  this.scheduler.addEvent(this.createModel({
92
92
  action: 'add',
93
93
  isNew: true,
94
- dataItem
94
+ dataItem,
95
+ sender: this.scheduler,
95
96
  }));
96
97
  }
97
98
  }
@@ -215,9 +216,9 @@ export class EditingDirectiveBase {
215
216
  return editable && editable[action] !== false;
216
217
  }
217
218
  }
218
- EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.SchedulerComponent }, { token: i2.LocalDataChangesService }, { token: i3.DialogsService }, { token: i4.FocusService }], target: i0.ɵɵFactoryTarget.Directive });
219
- EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: EditingDirectiveBase, inputs: { editService: "editService" }, outputs: { add: "add", edit: "edit" }, ngImport: i0 });
220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditingDirectiveBase, decorators: [{
219
+ EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.SchedulerComponent }, { token: i2.LocalDataChangesService }, { token: i3.DialogsService }, { token: i4.FocusService }], target: i0.ɵɵFactoryTarget.Directive });
220
+ EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditingDirectiveBase, inputs: { editService: "editService" }, outputs: { add: "add", edit: "edit" }, ngImport: i0 });
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditingDirectiveBase, decorators: [{
221
222
  type: Directive
222
223
  }], ctorParameters: function () { return [{ type: i1.SchedulerComponent }, { type: i2.LocalDataChangesService }, { type: i3.DialogsService }, { type: i4.FocusService }]; }, propDecorators: { add: [{
223
224
  type: Output
@@ -55,7 +55,8 @@ export class ReactiveEditingDirective extends EditingDirectiveBase {
55
55
  action: 'edit',
56
56
  isNew: false,
57
57
  mode,
58
- dataItem
58
+ dataItem,
59
+ sender: this.scheduler,
59
60
  });
60
61
  this.scheduler.editEvent(dataItem, { group, mode });
61
62
  });
@@ -65,7 +66,8 @@ export class ReactiveEditingDirective extends EditingDirectiveBase {
65
66
  action: 'edit',
66
67
  isNew: false,
67
68
  mode: EditMode.Event,
68
- dataItem
69
+ dataItem,
70
+ sender: this.scheduler,
69
71
  });
70
72
  this.scheduler.editEvent(dataItem, { group });
71
73
  }
@@ -83,8 +85,6 @@ export class ReactiveEditingDirective extends EditingDirectiveBase {
83
85
  this.closeEditor();
84
86
  }
85
87
  createModel(args) {
86
- // Alias `event` for backwards compatibility.
87
- args.event = args.dataItem;
88
88
  return this.createFormGroup(args);
89
89
  }
90
90
  isFormValid({ formGroup, isNew }) {
@@ -98,9 +98,9 @@ export class ReactiveEditingDirective extends EditingDirectiveBase {
98
98
  return false;
99
99
  }
100
100
  }
101
- ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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: "12.0.0", version: "13.3.12", type: ReactiveEditingDirective, selector: "[kendoSchedulerReactiveEditing]", inputs: { createFormGroup: ["kendoSchedulerReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
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 });
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
106
  selector: '[kendoSchedulerReactiveEditing]'
package/esm2020/index.mjs CHANGED
@@ -83,5 +83,6 @@ export { DayTimeViewItemComponent } from './views/day-time/day-time-view-item.co
83
83
  export { TimeSlotDirective, DaySlotDirective } from './views/day-time/event-slot.directive';
84
84
  export { DayTimeModule } from './views/day-time/day-time.module';
85
85
  export { SortPipe } from './views/timeline/utils';
86
+ export { YearViewInternalComponent } from './views/year/year-view-internal.component';
86
87
  export * from './types';
87
88
  export * from './events';
@@ -21,12 +21,12 @@ export class LoadingComponent {
21
21
  this.renderer.setStyle(this.element.nativeElement, 'display', this.display);
22
22
  }
23
23
  }
24
- LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoadingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
25
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: { loading: "loading" }, host: { properties: { "class.k-loading-mask": "this.hostClasses", "style.display": "this.display" } }, ngImport: i0, template: `
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: `
26
26
  <div class="k-loading-image"></div>
27
27
  <div class="k-loading-color"></div>
28
28
  `, isInline: true });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoadingComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  // eslint-disable-next-line @angular-eslint/component-selector
@@ -19,14 +19,14 @@ export class SchedulerCustomMessagesComponent extends Messages {
19
19
  return true;
20
20
  }
21
21
  }
22
- SchedulerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
- SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerCustomMessagesComponent, selector: "kendo-scheduler-messages", providers: [
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: [
24
24
  {
25
25
  provide: Messages,
26
26
  useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
27
27
  }
28
28
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerCustomMessagesComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  providers: [
@@ -16,14 +16,14 @@ export class LocalizedMessagesDirective extends Messages {
16
16
  this.service = service;
17
17
  }
18
18
  }
19
- LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]", providers: [
19
+ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
24
24
  }
25
25
  ], usesInheritance: true, ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  providers: [
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class Messages extends ComponentMessages {
12
12
  }
13
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", deleteTitle: "deleteTitle", nextTitle: "nextTitle", previousTitle: "previousTitle", today: "today", calendarToday: "calendarToday", showFullDay: "showFullDay", showWorkDay: "showWorkDay", dayViewTitle: "dayViewTitle", multiDayViewTitle: "multiDayViewTitle", weekViewTitle: "weekViewTitle", workWeekViewTitle: "workWeekViewTitle", monthViewTitle: "monthViewTitle", multiWeekViewTitle: "multiWeekViewTitle", timelineViewTitle: "timelineViewTitle", timelineWeekViewTitle: "timelineWeekViewTitle", timelineMonthViewTitle: "timelineMonthViewTitle", agendaViewTitle: "agendaViewTitle", yearViewTitle: "yearViewTitle", yearViewNoEvents: "yearViewNoEvents", cancel: "cancel", save: "save", editorEventTitle: "editorEventTitle", editorEventStart: "editorEventStart", editorEventStartTimeZone: "editorEventStartTimeZone", editorEventEnd: "editorEventEnd", editorEventEndTimeZone: "editorEventEndTimeZone", editorEventAllDay: "editorEventAllDay", editorEventDescription: "editorEventDescription", editorEventSeparateTimeZones: "editorEventSeparateTimeZones", editorEventTimeZone: "editorEventTimeZone", editorDateInputsToday: "editorDateInputsToday", editorDateInputsToggle: "editorDateInputsToggle", editorDateInputsParentViewButton: "editorDateInputsParentViewButton", editorDateInputsNow: "editorDateInputsNow", editorDateInputsNowLabel: "editorDateInputsNowLabel", editorDateInputsAccept: "editorDateInputsAccept", editorDateInputsAcceptLabel: "editorDateInputsAcceptLabel", editorDateInputsCancel: "editorDateInputsCancel", editorDateInputsCancelLabel: "editorDateInputsCancelLabel", editorDateInputsDateTab: "editorDateInputsDateTab", editorDateInputsDateTabLabel: "editorDateInputsDateTabLabel", editorDateInputsTimeTab: "editorDateInputsTimeTab", editorDateInputsTimeTabLabel: "editorDateInputsTimeTabLabel", recurrenceEditorDateInputsToday: "recurrenceEditorDateInputsToday", recurrenceEditorDateInputsToggle: "recurrenceEditorDateInputsToggle", recurrenceEditorDateInputsParentViewButton: "recurrenceEditorDateInputsParentViewButton", recurrenceEditorNumericIncrement: "recurrenceEditorNumericIncrement", recurrenceEditorNumericDecrement: "recurrenceEditorNumericDecrement", recurrenceEditorRepeat: "recurrenceEditorRepeat", recurrenceEditorDailyInterval: "recurrenceEditorDailyInterval", recurrenceEditorDailyRepeatEvery: "recurrenceEditorDailyRepeatEvery", recurrenceEditorWeeklyInterval: "recurrenceEditorWeeklyInterval", recurrenceEditorWeeklyRepeatEvery: "recurrenceEditorWeeklyRepeatEvery", recurrenceEditorWeeklyRepeatOn: "recurrenceEditorWeeklyRepeatOn", recurrenceEditorMonthlyDay: "recurrenceEditorMonthlyDay", recurrenceEditorMonthlyInterval: "recurrenceEditorMonthlyInterval", recurrenceEditorMonthlyRepeatEvery: "recurrenceEditorMonthlyRepeatEvery", recurrenceEditorMonthlyRepeatOn: "recurrenceEditorMonthlyRepeatOn", recurrenceEditorYearlyOf: "recurrenceEditorYearlyOf", recurrenceEditorYearlyRepeatEvery: "recurrenceEditorYearlyRepeatEvery", recurrenceEditorYearlyRepeatOn: "recurrenceEditorYearlyRepeatOn", recurrenceEditorYearlyInterval: "recurrenceEditorYearlyInterval", recurrenceEditorFrequenciesDaily: "recurrenceEditorFrequenciesDaily", recurrenceEditorFrequenciesMonthly: "recurrenceEditorFrequenciesMonthly", recurrenceEditorFrequenciesNever: "recurrenceEditorFrequenciesNever", recurrenceEditorFrequenciesWeekly: "recurrenceEditorFrequenciesWeekly", recurrenceEditorFrequenciesYearly: "recurrenceEditorFrequenciesYearly", recurrenceEditorOffsetPositionsFirst: "recurrenceEditorOffsetPositionsFirst", recurrenceEditorOffsetPositionsSecond: "recurrenceEditorOffsetPositionsSecond", recurrenceEditorOffsetPositionsThird: "recurrenceEditorOffsetPositionsThird", recurrenceEditorOffsetPositionsFourth: "recurrenceEditorOffsetPositionsFourth", recurrenceEditorOffsetPositionsLast: "recurrenceEditorOffsetPositionsLast", recurrenceEditorWeekdaysDay: "recurrenceEditorWeekdaysDay", recurrenceEditorWeekdaysWeekday: "recurrenceEditorWeekdaysWeekday", recurrenceEditorWeekdaysWeekendday: "recurrenceEditorWeekdaysWeekendday", recurrenceEditorEndAfter: "recurrenceEditorEndAfter", recurrenceEditorEndOccurrence: "recurrenceEditorEndOccurrence", recurrenceEditorEndLabel: "recurrenceEditorEndLabel", recurrenceEditorEndNever: "recurrenceEditorEndNever", recurrenceEditorEndOn: "recurrenceEditorEndOn", editorTitle: "editorTitle", destroy: "destroy", deleteConfirmation: "deleteConfirmation", editRecurringConfirmation: "editRecurringConfirmation", editOccurrence: "editOccurrence", editSeries: "editSeries", deleteRecurringConfirmation: "deleteRecurringConfirmation", deleteOccurrence: "deleteOccurrence", deleteSeries: "deleteSeries", deleteDialogTitle: "deleteDialogTitle", deleteRecurringDialogTitle: "deleteRecurringDialogTitle", editRecurringDialogTitle: "editRecurringDialogTitle", selectView: "selectView" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
13
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Messages, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", deleteTitle: "deleteTitle", nextTitle: "nextTitle", previousTitle: "previousTitle", today: "today", calendarToday: "calendarToday", showFullDay: "showFullDay", showWorkDay: "showWorkDay", dayViewTitle: "dayViewTitle", multiDayViewTitle: "multiDayViewTitle", weekViewTitle: "weekViewTitle", workWeekViewTitle: "workWeekViewTitle", monthViewTitle: "monthViewTitle", multiWeekViewTitle: "multiWeekViewTitle", timelineViewTitle: "timelineViewTitle", timelineWeekViewTitle: "timelineWeekViewTitle", timelineMonthViewTitle: "timelineMonthViewTitle", agendaViewTitle: "agendaViewTitle", yearViewTitle: "yearViewTitle", yearViewNoEvents: "yearViewNoEvents", cancel: "cancel", save: "save", editorEventTitle: "editorEventTitle", editorEventStart: "editorEventStart", editorEventStartTimeZone: "editorEventStartTimeZone", editorEventEnd: "editorEventEnd", editorEventEndTimeZone: "editorEventEndTimeZone", editorEventAllDay: "editorEventAllDay", editorEventDescription: "editorEventDescription", editorEventSeparateTimeZones: "editorEventSeparateTimeZones", editorEventTimeZone: "editorEventTimeZone", editorDateInputsToday: "editorDateInputsToday", editorDateInputsToggle: "editorDateInputsToggle", editorDateInputsParentViewButton: "editorDateInputsParentViewButton", editorDateInputsNow: "editorDateInputsNow", editorDateInputsNowLabel: "editorDateInputsNowLabel", editorDateInputsAccept: "editorDateInputsAccept", editorDateInputsAcceptLabel: "editorDateInputsAcceptLabel", editorDateInputsCancel: "editorDateInputsCancel", editorDateInputsCancelLabel: "editorDateInputsCancelLabel", editorDateInputsDateTab: "editorDateInputsDateTab", editorDateInputsDateTabLabel: "editorDateInputsDateTabLabel", editorDateInputsTimeTab: "editorDateInputsTimeTab", editorDateInputsTimeTabLabel: "editorDateInputsTimeTabLabel", recurrenceEditorDateInputsToday: "recurrenceEditorDateInputsToday", recurrenceEditorDateInputsToggle: "recurrenceEditorDateInputsToggle", recurrenceEditorDateInputsParentViewButton: "recurrenceEditorDateInputsParentViewButton", recurrenceEditorNumericIncrement: "recurrenceEditorNumericIncrement", recurrenceEditorNumericDecrement: "recurrenceEditorNumericDecrement", recurrenceEditorRepeat: "recurrenceEditorRepeat", recurrenceEditorDailyInterval: "recurrenceEditorDailyInterval", recurrenceEditorDailyRepeatEvery: "recurrenceEditorDailyRepeatEvery", recurrenceEditorWeeklyInterval: "recurrenceEditorWeeklyInterval", recurrenceEditorWeeklyRepeatEvery: "recurrenceEditorWeeklyRepeatEvery", recurrenceEditorWeeklyRepeatOn: "recurrenceEditorWeeklyRepeatOn", recurrenceEditorMonthlyDay: "recurrenceEditorMonthlyDay", recurrenceEditorMonthlyInterval: "recurrenceEditorMonthlyInterval", recurrenceEditorMonthlyRepeatEvery: "recurrenceEditorMonthlyRepeatEvery", recurrenceEditorMonthlyRepeatOn: "recurrenceEditorMonthlyRepeatOn", recurrenceEditorYearlyOf: "recurrenceEditorYearlyOf", recurrenceEditorYearlyRepeatEvery: "recurrenceEditorYearlyRepeatEvery", recurrenceEditorYearlyRepeatOn: "recurrenceEditorYearlyRepeatOn", recurrenceEditorYearlyInterval: "recurrenceEditorYearlyInterval", recurrenceEditorFrequenciesDaily: "recurrenceEditorFrequenciesDaily", recurrenceEditorFrequenciesMonthly: "recurrenceEditorFrequenciesMonthly", recurrenceEditorFrequenciesNever: "recurrenceEditorFrequenciesNever", recurrenceEditorFrequenciesWeekly: "recurrenceEditorFrequenciesWeekly", recurrenceEditorFrequenciesYearly: "recurrenceEditorFrequenciesYearly", recurrenceEditorOffsetPositionsFirst: "recurrenceEditorOffsetPositionsFirst", recurrenceEditorOffsetPositionsSecond: "recurrenceEditorOffsetPositionsSecond", recurrenceEditorOffsetPositionsThird: "recurrenceEditorOffsetPositionsThird", recurrenceEditorOffsetPositionsFourth: "recurrenceEditorOffsetPositionsFourth", recurrenceEditorOffsetPositionsLast: "recurrenceEditorOffsetPositionsLast", recurrenceEditorWeekdaysDay: "recurrenceEditorWeekdaysDay", recurrenceEditorWeekdaysWeekday: "recurrenceEditorWeekdaysWeekday", recurrenceEditorWeekdaysWeekendday: "recurrenceEditorWeekdaysWeekendday", recurrenceEditorEndAfter: "recurrenceEditorEndAfter", recurrenceEditorEndOccurrence: "recurrenceEditorEndOccurrence", recurrenceEditorEndLabel: "recurrenceEditorEndLabel", recurrenceEditorEndNever: "recurrenceEditorEndNever", recurrenceEditorEndOn: "recurrenceEditorEndOn", editorTitle: "editorTitle", destroy: "destroy", deleteConfirmation: "deleteConfirmation", editRecurringConfirmation: "editRecurringConfirmation", editOccurrence: "editOccurrence", editSeries: "editSeries", deleteRecurringConfirmation: "deleteRecurringConfirmation", deleteOccurrence: "deleteOccurrence", deleteSeries: "deleteSeries", deleteDialogTitle: "deleteDialogTitle", deleteRecurringDialogTitle: "deleteRecurringDialogTitle", editRecurringDialogTitle: "editRecurringDialogTitle", selectView: "selectView" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
16
16
  type: Directive
17
17
  }], propDecorators: { allEvents: [{
18
18
  type: Input