@progress/kendo-angular-scheduler 4.0.0-next.202203101152 → 4.0.0-next.202204011528

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 (34) hide show
  1. package/bundles/kendo-angular-scheduler.umd.js +1 -1
  2. package/esm2015/editing/date-time-picker.component.js +1 -3
  3. package/esm2015/editing/recurrence/localization/custom-messages.component.js +2 -2
  4. package/esm2015/editing/recurrence/localization/localized-messages.directive.js +2 -2
  5. package/esm2015/editing/recurrence/recurrence-editor.component.js +0 -2
  6. package/esm2015/editing/recurrence/recurrence-end-rule-editor.component.js +1 -1
  7. package/esm2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js +1 -1
  8. package/esm2015/editing/recurrence/repeat-on-radio-button.directive.js +0 -1
  9. package/esm2015/editing/resource-multiple-editor.component.js +1 -3
  10. package/esm2015/editing/resource-single-editor.component.js +1 -3
  11. package/esm2015/editing/timezone-editor.component.js +1 -3
  12. package/esm2015/editing-directives/utils.js +0 -1
  13. package/esm2015/localization/custom-messages.component.js +2 -2
  14. package/esm2015/localization/localized-messages.directive.js +2 -2
  15. package/esm2015/navigation/shortcuts.directive.js +0 -5
  16. package/esm2015/package-metadata.js +1 -1
  17. package/esm2015/toolbar/navigation.component.js +1 -1
  18. package/esm2015/toolbar/view-selector.component.js +2 -2
  19. package/esm2015/views/agenda/agenda-view.component.js +0 -2
  20. package/esm2015/views/common/repeat.pipe.js +1 -1
  21. package/esm2015/views/common/resource-iterator.pipe.js +1 -1
  22. package/esm2015/views/day-time/event-slot.directive.js +2 -2
  23. package/esm2015/views/month/month-slot.directive.js +1 -1
  24. package/esm2015/views/month/month-view.component.js +0 -2
  25. package/esm2015/views/multi-day/day-view.component.js +0 -2
  26. package/esm2015/views/multi-day/multi-day-view.component.js +0 -2
  27. package/esm2015/views/multi-day/week-view.component.js +0 -2
  28. package/esm2015/views/multi-day/work-week-view.component.js +0 -2
  29. package/esm2015/views/scheduler-view.directive.js +0 -2
  30. package/esm2015/views/timeline/timeline-month-view.component.js +0 -2
  31. package/esm2015/views/timeline/timeline-view.component.js +0 -2
  32. package/esm2015/views/timeline/timeline-week-view.component.js +0 -2
  33. package/fesm2015/kendo-angular-scheduler.js +23 -60
  34. package/package.json +4 -4
@@ -8,8 +8,6 @@ import { Component, forwardRef, Input, Output, EventEmitter } from '@angular/cor
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "@progress/kendo-angular-dateinputs";
10
10
  import * as i2 from "@angular/common";
11
- /* eslint-disable no-use-before-declare */
12
- /* eslint-disable no-forward-ref */
13
11
  /**
14
12
  * @hidden
15
13
  */
@@ -68,7 +66,7 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
68
66
  [(value)]='date'
69
67
  (valueChange)='onValueChange($event)'
70
68
  ></kendo-timepicker>
71
- `, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i1.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "format", "twoDigitYearMax", "placeholder", "tabindex", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "popupSettings", "value", "tabIndex", "disabledDates", "size", "rounded", "fillMode", "formatPlaceholder"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i1.TimePickerComponent, selector: "kendo-timepicker", inputs: ["focusableId", "disabled", "readonly", "readOnlyInput", "format", "placeholder", "incompleteDateValidation", "cancelButton", "nowButton", "tabindex", "title", "rangeValidation", "min", "max", "steps", "popupSettings", "tabIndex", "value", "size", "rounded", "fillMode", "formatPlaceholder"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
69
+ `, isInline: true, styles: ["\n kendo-datepicker,\n kendo-timepicker {\n width: 170px;\n }\n "], components: [{ type: i1.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "focusableId", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i1.TimePickerComponent, selector: "kendo-timepicker", inputs: ["focusableId", "disabled", "readonly", "readOnlyInput", "format", "formatPlaceholder", "placeholder", "min", "max", "incompleteDateValidation", "cancelButton", "nowButton", "steps", "popupSettings", "tabindex", "tabIndex", "title", "rangeValidation", "value", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-timepicker"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
70
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
73
71
  type: Component,
74
72
  args: [{
@@ -23,7 +23,7 @@ RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVer
23
23
  RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RecurrenceEditorCustomMessagesComponent, selector: "kendo-recurrence-editor-messages", providers: [
24
24
  {
25
25
  provide: Messages,
26
- useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent) // eslint-disable-line no-forward-ref
26
+ useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
27
27
  }
28
28
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
29
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, decorators: [{
@@ -32,7 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
32
32
  providers: [
33
33
  {
34
34
  provide: Messages,
35
- useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent) // eslint-disable-line no-forward-ref
35
+ useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
36
36
  }
37
37
  ],
38
38
  selector: 'kendo-recurrence-editor-messages',
@@ -19,7 +19,7 @@ RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ min
19
19
  RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
20
20
  {
21
21
  provide: Messages,
22
- useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective) // eslint-disable-line no-forward-ref
22
+ useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
23
23
  }
24
24
  ], usesInheritance: true, ngImport: i0 });
25
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, decorators: [{
@@ -28,7 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
28
28
  providers: [
29
29
  {
30
30
  provide: Messages,
31
- useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective) // eslint-disable-line no-forward-ref
31
+ useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
32
32
  }
33
33
  ],
34
34
  selector: '[kendoRecurrenceEditorLocalizedMessages]'
@@ -20,8 +20,6 @@ import * as i6 from "./recurrence-monthly-yearly-editor.component";
20
20
  import * as i7 from "./recurrence-end-rule-editor.component";
21
21
  import * as i8 from "./localization/localized-messages.directive";
22
22
  import * as i9 from "@angular/common";
23
- /* eslint-disable no-use-before-declare */
24
- /* eslint-disable no-forward-ref */
25
23
  /**
26
24
  * @hidden
27
25
  */
@@ -183,7 +183,7 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
183
183
  </li>
184
184
  </ul>
185
185
  </div>
186
- `, isInline: true, components: [{ 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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "format", "twoDigitYearMax", "placeholder", "tabindex", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "popupSettings", "value", "tabIndex", "disabledDates", "size", "rounded", "fillMode", "formatPlaceholder"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i5.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
186
+ `, isInline: true, components: [{ 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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.DatePickerComponent, selector: "kendo-datepicker", inputs: ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "focusableId", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i5.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
187
187
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
188
188
  type: Component,
189
189
  args: [{
@@ -326,7 +326,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
326
326
  </li>
327
327
  </ul>
328
328
  </div>
329
- `, isInline: true, components: [{ type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["listHeight", "disabled", "readonly", "filterable", "ignoreCase", "delay", "tabindex", "id", "data", "value", "popupSettings", "itemDisabled", "virtual", "valuePrimitive", "tabIndex", "size", "rounded", "fillMode", "iconClass", "loading", "textField", "valueField", "defaultItem"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { 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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i5.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
329
+ `, isInline: true, components: [{ type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { 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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i5.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
330
330
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
331
331
  type: Component,
332
332
  args: [{
@@ -19,7 +19,6 @@ export class RepeatOnRadioButtonDirective {
19
19
  this.radioSizeClass = true;
20
20
  this.destroyChange = this.renderer.listen(this.elem, 'change', this.onChange.bind(this));
21
21
  }
22
- /* eslint-disable-next-line no-input-rename */
23
22
  set repeatOnRule(value) {
24
23
  const parts = value.split('-');
25
24
  this._repeatOnRule = parts[0];
@@ -8,8 +8,6 @@ import { ResourceEditorBase } from './resource-editor-base';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "@progress/kendo-angular-dropdowns";
10
10
  import * as i2 from "@angular/common";
11
- /* eslint-disable no-use-before-declare */
12
- /* eslint-disable no-forward-ref */
13
11
  /**
14
12
  * @hidden
15
13
  */
@@ -55,7 +53,7 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
55
53
  {{ getField(dataItem, resource.textField) }}
56
54
  </ng-template>
57
55
  </kendo-multiselect>
58
- `, isInline: true, components: [{ type: i1.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["focusableId", "autoClose", "tabindex", "disabled", "readonly", "filterable", "listHeight", "clearButton", "tagMapper", "allowCustom", "valueNormalizer", "data", "value", "tabIndex", "size", "rounded", "fillMode", "placeholder", "itemDisabled", "checkboxes", "virtual", "popupSettings", "valuePrimitive", "loading", "valueField", "textField"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "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]" }] });
56
+ `, isInline: true, components: [{ type: i1.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "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]" }] });
59
57
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
60
58
  type: Component,
61
59
  args: [{
@@ -8,8 +8,6 @@ import { ResourceEditorBase } from './resource-editor-base';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "@progress/kendo-angular-dropdowns";
10
10
  import * as i2 from "@angular/common";
11
- /* eslint-disable no-use-before-declare */
12
- /* eslint-disable no-forward-ref */
13
11
  /**
14
12
  * @hidden
15
13
  */
@@ -45,7 +43,7 @@ SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
45
43
  {{ getField(dataItem, resource.textField) }}
46
44
  </ng-template>
47
45
  </kendo-dropdownlist>
48
- `, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["listHeight", "disabled", "readonly", "filterable", "ignoreCase", "delay", "tabindex", "id", "data", "value", "popupSettings", "itemDisabled", "virtual", "valuePrimitive", "tabIndex", "size", "rounded", "fillMode", "iconClass", "loading", "textField", "valueField", "defaultItem"], 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"] }] });
46
+ `, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "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"] }] });
49
47
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SingleResourceEditorComponent, decorators: [{
50
48
  type: Component,
51
49
  args: [{
@@ -8,8 +8,6 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
8
8
  import { timezoneNames } from '@progress/kendo-date-math';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "@progress/kendo-angular-dropdowns";
11
- /* eslint-disable no-use-before-declare */
12
- /* eslint-disable no-forward-ref */
13
11
  /**
14
12
  * @hidden
15
13
  */
@@ -94,7 +92,7 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
94
92
  (filterChange)="onTimeZoneFilterChange($event)"
95
93
  (valueChange)="onTimeZoneChange($event)">
96
94
  </kendo-combobox>
97
- `, isInline: true, components: [{ type: i1.ComboBoxComponent, selector: "kendo-combobox", inputs: ["focusableId", "allowCustom", "valueNormalizer", "placeholder", "listHeight", "suggest", "clearButton", "disabled", "readonly", "tabindex", "filterable", "data", "value", "valuePrimitive", "popupSettings", "itemDisabled", "tabIndex", "virtual", "size", "rounded", "fillMode", "loading", "textField", "valueField", "iconClass"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
95
+ `, isInline: true, components: [{ type: i1.ComboBoxComponent, selector: "kendo-combobox", inputs: ["focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "popupSettings", "listHeight", "iconClass", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
98
96
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
99
97
  type: Component,
100
98
  args: [{
@@ -47,7 +47,6 @@ export function areEqual(value1, value2) {
47
47
  }
48
48
  return true;
49
49
  }
50
- // eslint-disable-next-line triple-equals
51
50
  return value1 == value2;
52
51
  }
53
52
  const DATE_ACCESSORS = ['getFullYear', 'getMonth', 'getDate', 'getHours', 'getMinutes', 'getSeconds', 'getMilliseconds'];
@@ -22,7 +22,7 @@ SchedulerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "
22
22
  SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SchedulerCustomMessagesComponent, selector: "kendo-scheduler-messages", providers: [
23
23
  {
24
24
  provide: Messages,
25
- useExisting: forwardRef(() => SchedulerCustomMessagesComponent) // eslint-disable-line no-forward-ref
25
+ useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
26
26
  }
27
27
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
28
28
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerCustomMessagesComponent, decorators: [{
@@ -31,7 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
31
31
  providers: [
32
32
  {
33
33
  provide: Messages,
34
- useExisting: forwardRef(() => SchedulerCustomMessagesComponent) // eslint-disable-line no-forward-ref
34
+ useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
35
35
  }
36
36
  ],
37
37
  selector: 'kendo-scheduler-messages',
@@ -19,7 +19,7 @@ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0
19
19
  LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]", providers: [
20
20
  {
21
21
  provide: Messages,
22
- useExisting: forwardRef(() => LocalizedMessagesDirective) // eslint-disable-line no-forward-ref
22
+ useExisting: forwardRef(() => LocalizedMessagesDirective)
23
23
  }
24
24
  ], usesInheritance: true, ngImport: i0 });
25
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
@@ -28,7 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
28
28
  providers: [
29
29
  {
30
30
  provide: Messages,
31
- useExisting: forwardRef(() => LocalizedMessagesDirective) // eslint-disable-line no-forward-ref
31
+ useExisting: forwardRef(() => LocalizedMessagesDirective)
32
32
  }
33
33
  ],
34
34
  selector: '[kendoSchedulerLocalizedMessages]'
@@ -81,10 +81,8 @@ export class ShortcutsDirective {
81
81
  });
82
82
  }
83
83
  }, {
84
- // eslint-disable-next-line deprecation
85
84
  match: (e) => (e.keyCode === Keys.ArrowLeft || e.keyCode === Keys.ArrowRight) && withModifiers(e, Modifiers.ShiftKey),
86
85
  action: (e) => {
87
- // eslint-disable-next-line deprecation
88
86
  const type = e.keyCode === Keys.ArrowLeft ? 'prev' : 'next';
89
87
  this.zone.run(() => {
90
88
  this.scheduler.onNavigationAction({ type });
@@ -92,7 +90,6 @@ export class ShortcutsDirective {
92
90
  });
93
91
  }
94
92
  }, {
95
- // eslint-disable-next-line deprecation
96
93
  match: e => (e.keyCode === Keys.ArrowUp || e.keyCode === Keys.ArrowLeft) && noModifiers(e) && !isContentWrapper(e.target),
97
94
  action: e => {
98
95
  const prevented = this.scheduler.onNavigationAction({ type: 'focus-prev' });
@@ -102,7 +99,6 @@ export class ShortcutsDirective {
102
99
  }
103
100
  }
104
101
  }, {
105
- // eslint-disable-next-line deprecation
106
102
  match: e => (e.keyCode === Keys.ArrowDown || e.keyCode === Keys.ArrowRight) && noModifiers(e) && !isContentWrapper(e.target),
107
103
  action: e => {
108
104
  const prevented = this.scheduler.onNavigationAction({ type: 'focus-next' });
@@ -150,7 +146,6 @@ ShortcutsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
150
146
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ShortcutsDirective, decorators: [{
151
147
  type: Directive,
152
148
  args: [{
153
- // eslint-disable-next-line directive-selector
154
149
  selector: 'kendo-scheduler'
155
150
  }]
156
151
  }], ctorParameters: function () { return [{ type: i1.SchedulerComponent }, { type: i2.DomEventsService }, { type: i3.FocusService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i4.ViewStateService }, { type: i5.DialogsService }]; } });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-scheduler',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1646912743,
12
+ publishDate: 1648826436,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -208,7 +208,7 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
208
208
  </kendo-calendar-messages>
209
209
  </kendo-calendar>
210
210
  </ng-template>
211
- `, isInline: true, components: [{ type: i4.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "rangeValidation", "selection", "disabled", "tabindex", "navigation", "activeView", "bottomView", "topView", "animateNavigation", "weekNumber", "focusedDate", "min", "max", "value", "tabIndex", "disabledDates", "type", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i4.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i5.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "shape", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i6.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
211
+ `, isInline: true, components: [{ type: i4.CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "valueChange"], exportAs: ["kendo-calendar"] }, { type: i4.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: i5.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "shape", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], pipes: { "async": i6.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
212
212
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
213
213
  type: Component,
214
214
  args: [{
@@ -74,7 +74,7 @@ ToolbarViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
74
74
  (change)="onChange($event)"
75
75
  class="k-views-dropdown k-picker-md k-rounded-md k-picker-solid k-dropdownlist k-picker">
76
76
  <option *ngFor="let view of ctx.views"
77
- [selected]="isSelected(view) == true"
77
+ [selected]="isSelected(view) === true"
78
78
  [value]="view.name"
79
79
  >
80
80
  {{ view.title }}
@@ -104,7 +104,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
104
104
  (change)="onChange($event)"
105
105
  class="k-views-dropdown k-picker-md k-rounded-md k-picker-solid k-dropdownlist k-picker">
106
106
  <option *ngFor="let view of ctx.views"
107
- [selected]="isSelected(view) == true"
107
+ [selected]="isSelected(view) === true"
108
108
  [value]="view.name"
109
109
  >
110
110
  {{ view.title }}
@@ -53,7 +53,6 @@ export class AgendaViewComponent extends ConfigurationViewBase {
53
53
  AgendaViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AgendaViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
54
54
  AgendaViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AgendaViewComponent, selector: "kendo-scheduler-agenda-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
55
55
  provide: SchedulerView,
56
- // eslint-disable-next-line no-forward-ref
57
56
  useExisting: forwardRef(() => AgendaViewComponent)
58
57
  }], queries: [{ propertyName: "eventTemplate", first: true, predicate: EventTemplateDirective, descendants: true }, { propertyName: "agendaTimeTemplate", first: true, predicate: AgendaTimeTemplateDirective, descendants: true }, { propertyName: "agendaDateTemplate", first: true, predicate: AgendaDateTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
59
58
  <ng-template #content>
@@ -77,7 +76,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
77
76
  selector: 'kendo-scheduler-agenda-view',
78
77
  providers: [{
79
78
  provide: SchedulerView,
80
- // eslint-disable-next-line no-forward-ref
81
79
  useExisting: forwardRef(() => AgendaViewComponent)
82
80
  }],
83
81
  template: `
@@ -28,7 +28,7 @@ RepeatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.
28
28
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RepeatPipe, decorators: [{
29
29
  type: Pipe,
30
30
  args: [{
31
- // eslint-disable-next-line pipe-prefix
31
+ // eslint-disable-next-line @angular-eslint/pipe-prefix
32
32
  name: 'repeat'
33
33
  }]
34
34
  }] });
@@ -40,7 +40,7 @@ ResourceIteratorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", versi
40
40
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ResourceIteratorPipe, decorators: [{
41
41
  type: Pipe,
42
42
  args: [{
43
- // eslint-disable-next-line pipe-prefix
43
+ // eslint-disable-next-line @angular-eslint/pipe-prefix
44
44
  name: 'resourceIterator'
45
45
  }]
46
46
  }] });
@@ -55,7 +55,7 @@ TimeSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", vers
55
55
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimeSlotDirective, decorators: [{
56
56
  type: Directive,
57
57
  args: [{
58
- // eslint-disable-next-line directive-selector
58
+ // eslint-disable-next-line @angular-eslint/directive-selector
59
59
  selector: '[timeSlot]',
60
60
  exportAs: 'timeSlot'
61
61
  }]
@@ -112,7 +112,7 @@ DaySlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versi
112
112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DaySlotDirective, decorators: [{
113
113
  type: Directive,
114
114
  args: [{
115
- // eslint-disable-next-line directive-selector
115
+ // eslint-disable-next-line @angular-eslint/directive-selector
116
116
  selector: '[daySlot]'
117
117
  }]
118
118
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.DayTimeSlotService }, { type: i2.LocalizationService }]; }, propDecorators: { start: [{
@@ -69,7 +69,7 @@ MonthSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", ver
69
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MonthSlotDirective, decorators: [{
70
70
  type: Directive,
71
71
  args: [{
72
- // eslint-disable-next-line directive-selector
72
+ // eslint-disable-next-line @angular-eslint/directive-selector
73
73
  selector: '[monthSlot]'
74
74
  }]
75
75
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.MonthSlotService }, { type: i2.LocalizationService }]; }, propDecorators: { start: [{
@@ -51,7 +51,6 @@ export class MonthViewComponent extends ConfigurationViewBase {
51
51
  MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
52
52
  MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: MonthViewComponent, selector: "kendo-scheduler-month-view", inputs: { eventHeight: "eventHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
53
53
  provide: SchedulerView,
54
- // eslint-disable-next-line no-forward-ref
55
54
  useExisting: forwardRef(() => MonthViewComponent)
56
55
  }], queries: [{ propertyName: "monthDaySlotTemplate", first: true, predicate: MonthDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
57
56
  <ng-template #content>
@@ -76,7 +75,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
76
75
  selector: 'kendo-scheduler-month-view',
77
76
  providers: [{
78
77
  provide: SchedulerView,
79
- // eslint-disable-next-line no-forward-ref
80
78
  useExisting: forwardRef(() => MonthViewComponent)
81
79
  }],
82
80
  template: `
@@ -62,7 +62,6 @@ export class DayViewComponent extends MultiDayViewBase {
62
62
  DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
63
63
  DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DayViewComponent, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
64
64
  provide: SchedulerView,
65
- // eslint-disable-next-line no-forward-ref
66
65
  useExisting: forwardRef(() => DayViewComponent)
67
66
  }], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }, { propertyName: "minorTimeHeaderTemplate", first: true, predicate: MinorTimeHeaderTemplateDirective, descendants: true }, { propertyName: "majorTimeHeaderTemplate", first: true, predicate: MajorTimeHeaderTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
68
67
  <ng-template #content>
@@ -105,7 +104,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
105
104
  selector: 'kendo-scheduler-day-view',
106
105
  providers: [{
107
106
  provide: SchedulerView,
108
- // eslint-disable-next-line no-forward-ref
109
107
  useExisting: forwardRef(() => DayViewComponent)
110
108
  }],
111
109
  template: `
@@ -68,7 +68,6 @@ export class MultiDayViewComponent extends DayViewComponent {
68
68
  MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
69
69
  MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: MultiDayViewComponent, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
70
70
  provide: SchedulerView,
71
- // eslint-disable-next-line no-forward-ref
72
71
  useExisting: forwardRef(() => MultiDayViewComponent)
73
72
  }], usesInheritance: true, ngImport: i0, template: `
74
73
  <ng-template #content>
@@ -113,7 +112,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
113
112
  selector: 'kendo-scheduler-multi-day-view',
114
113
  providers: [{
115
114
  provide: SchedulerView,
116
- // eslint-disable-next-line no-forward-ref
117
115
  useExisting: forwardRef(() => MultiDayViewComponent)
118
116
  }],
119
117
  template: `
@@ -60,7 +60,6 @@ export class WeekViewComponent extends MultiDayViewBase {
60
60
  WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: WeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
61
61
  WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: WeekViewComponent, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
62
62
  provide: SchedulerView,
63
- // eslint-disable-next-line no-forward-ref
64
63
  useExisting: forwardRef(() => WeekViewComponent)
65
64
  }], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }, { propertyName: "minorTimeHeaderTemplate", first: true, predicate: MinorTimeHeaderTemplateDirective, descendants: true }, { propertyName: "majorTimeHeaderTemplate", first: true, predicate: MajorTimeHeaderTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
66
65
  <ng-template #content>
@@ -106,7 +105,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
106
105
  selector: 'kendo-scheduler-week-view',
107
106
  providers: [{
108
107
  provide: SchedulerView,
109
- // eslint-disable-next-line no-forward-ref
110
108
  useExisting: forwardRef(() => WeekViewComponent)
111
109
  }],
112
110
  template: `
@@ -58,7 +58,6 @@ export class WorkWeekViewComponent extends WeekViewComponent {
58
58
  WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
59
59
  WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: WorkWeekViewComponent, selector: "kendo-scheduler-work-week-view", providers: [{
60
60
  provide: SchedulerView,
61
- // eslint-disable-next-line no-forward-ref
62
61
  useExisting: forwardRef(() => WorkWeekViewComponent)
63
62
  }], usesInheritance: true, ngImport: i0, template: `
64
63
  <ng-template #content>
@@ -105,7 +104,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
105
104
  selector: 'kendo-scheduler-work-week-view',
106
105
  providers: [{
107
106
  provide: SchedulerView,
108
- // eslint-disable-next-line no-forward-ref
109
107
  useExisting: forwardRef(() => WorkWeekViewComponent)
110
108
  }],
111
109
  template: `
@@ -28,7 +28,6 @@ export class SchedulerViewDirective extends SchedulerView {
28
28
  SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerViewDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
29
29
  SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SchedulerViewDirective, selector: "[kendoSchedulerView]", inputs: { title: ["kendoSchedulerView", "title"], name: ["kendoSchedulerViewName", "name"] }, providers: [{
30
30
  provide: SchedulerView,
31
- // eslint-disable-next-line no-forward-ref
32
31
  useExisting: forwardRef(() => SchedulerViewDirective)
33
32
  }], usesInheritance: true, ngImport: i0 });
34
33
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SchedulerViewDirective, decorators: [{
@@ -36,7 +35,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
36
35
  args: [{
37
36
  providers: [{
38
37
  provide: SchedulerView,
39
- // eslint-disable-next-line no-forward-ref
40
38
  useExisting: forwardRef(() => SchedulerViewDirective)
41
39
  }],
42
40
  selector: '[kendoSchedulerView]'
@@ -66,7 +66,6 @@ export class TimelineMonthViewComponent extends TimelineBase {
66
66
  TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
67
67
  TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
68
68
  provide: SchedulerView,
69
- // eslint-disable-next-line no-forward-ref
70
69
  useExisting: forwardRef(() => TimelineMonthViewComponent)
71
70
  }], usesInheritance: true, ngImport: i0, template: `
72
71
  <ng-template #content>
@@ -109,7 +108,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
109
108
  selector: 'kendo-scheduler-timeline-month-view',
110
109
  providers: [{
111
110
  provide: SchedulerView,
112
- // eslint-disable-next-line no-forward-ref
113
111
  useExisting: forwardRef(() => TimelineMonthViewComponent)
114
112
  }],
115
113
  template: `
@@ -47,7 +47,6 @@ export class TimelineViewComponent extends TimelineBase {
47
47
  TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
48
48
  TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
49
49
  provide: SchedulerView,
50
- // eslint-disable-next-line no-forward-ref
51
50
  useExisting: forwardRef(() => TimelineViewComponent)
52
51
  }], usesInheritance: true, ngImport: i0, template: `
53
52
  <ng-template #content>
@@ -86,7 +85,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
86
85
  selector: 'kendo-scheduler-timeline-view',
87
86
  providers: [{
88
87
  provide: SchedulerView,
89
- // eslint-disable-next-line no-forward-ref
90
88
  useExisting: forwardRef(() => TimelineViewComponent)
91
89
  }],
92
90
  template: `
@@ -57,7 +57,6 @@ export class TimelineWeekViewComponent extends TimelineBase {
57
57
  TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
58
58
  TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
59
59
  provide: SchedulerView,
60
- // eslint-disable-next-line no-forward-ref
61
60
  useExisting: forwardRef(() => TimelineWeekViewComponent)
62
61
  }], usesInheritance: true, ngImport: i0, template: `
63
62
  <ng-template #content>
@@ -100,7 +99,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
100
99
  selector: 'kendo-scheduler-timeline-week-view',
101
100
  providers: [{
102
101
  provide: SchedulerView,
103
- // eslint-disable-next-line no-forward-ref
104
102
  useExisting: forwardRef(() => TimelineWeekViewComponent)
105
103
  }],
106
104
  template: `