@progress/kendo-angular-scheduler 15.5.0 → 16.0.0-develop.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data-binding.directive.d.ts +1 -1
- package/editing/date-time-picker.component.d.ts +1 -1
- package/editing/edit-dialog-template.directive.d.ts +1 -1
- package/editing/edit-dialog.component.d.ts +1 -1
- package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
- package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
- package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
- package/editing/recurrence/localization/messages.d.ts +1 -1
- package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
- package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
- package/editing/resource-editor-base.d.ts +1 -1
- package/editing/resource-multiple-editor.component.d.ts +1 -1
- package/editing/resource-single-editor.component.d.ts +1 -1
- package/editing/timezone-editor.component.d.ts +1 -1
- package/editing-directives/editing-directive-base.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/esm2020/data-binding.directive.mjs +3 -3
- package/esm2020/editing/date-time-picker.component.mjs +6 -6
- package/esm2020/editing/dialogs.service.mjs +3 -3
- package/esm2020/editing/edit-dialog-template.directive.mjs +3 -3
- package/esm2020/editing/edit-dialog.component.mjs +15 -15
- package/esm2020/editing/edit.service.mjs +3 -3
- package/esm2020/editing/local-data-changes.service.mjs +3 -3
- package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -3
- package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -3
- package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/editing/recurrence/localization/messages.mjs +3 -3
- package/esm2020/editing/recurrence/localization/recurrence-localization.service.mjs +3 -3
- package/esm2020/editing/recurrence/recurrence-editor.component.mjs +11 -11
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -9
- package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence.service.mjs +3 -3
- package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -3
- package/esm2020/editing/resource-editor-base.mjs +3 -3
- package/esm2020/editing/resource-multiple-editor.component.mjs +6 -6
- package/esm2020/editing/resource-single-editor.component.mjs +6 -6
- package/esm2020/editing/timezone-editor.component.mjs +6 -6
- package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
- package/esm2020/index.mjs +1 -0
- package/esm2020/loading.component.mjs +3 -3
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/localization/scheduler-localization.service.mjs +3 -3
- package/esm2020/navigation/focus.service.mjs +3 -3
- package/esm2020/navigation/focusable.directive.mjs +3 -3
- package/esm2020/navigation/shortcuts.directive.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pdf/pdf-command.directive.mjs +6 -6
- package/esm2020/pdf/pdf.component.mjs +3 -3
- package/esm2020/pdf/pdf.module.mjs +4 -4
- package/esm2020/pdf/pdf.service.mjs +3 -3
- package/esm2020/scheduler.component.mjs +8 -9
- package/esm2020/scheduler.module.mjs +12 -15
- package/esm2020/shared.module.mjs +4 -4
- package/esm2020/toolbar/navigation.component.mjs +4 -4
- package/esm2020/toolbar/toolbar-template.directive.mjs +3 -3
- package/esm2020/toolbar/toolbar.component.mjs +8 -9
- package/esm2020/toolbar/toolbar.module.mjs +10 -12
- package/esm2020/toolbar/toolbar.service.mjs +3 -3
- package/esm2020/toolbar/view-selector.component.mjs +6 -6
- package/esm2020/views/agenda/agenda-header-item.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-header.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-task-item.component.mjs +6 -6
- package/esm2020/views/agenda/agenda-view-internal.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-view-list.component.mjs +9 -9
- package/esm2020/views/agenda/agenda-view.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-view.module.mjs +4 -4
- package/esm2020/views/common/base-view.mjs +3 -3
- package/esm2020/views/common/configuration-view-base.mjs +3 -3
- package/esm2020/views/common/dom-events.service.mjs +3 -3
- package/esm2020/views/common/hint-container.component.mjs +4 -4
- package/esm2020/views/common/repeat.pipe.mjs +3 -3
- package/esm2020/views/common/resize-hint.component.mjs +4 -4
- package/esm2020/views/common/resource-iterator.pipe.mjs +3 -3
- package/esm2020/views/common/slot-selectable.directive.mjs +3 -3
- package/esm2020/views/common/view-footer.component.mjs +7 -7
- package/esm2020/views/common/views-shared.module.mjs +4 -4
- package/esm2020/views/common/work-hours-footer.directive.mjs +3 -3
- package/esm2020/views/day-time/day-time-view-base.mjs +3 -3
- package/esm2020/views/day-time/day-time-view-item.component.mjs +6 -6
- package/esm2020/views/day-time/day-time-view.component.mjs +3 -3
- package/esm2020/views/day-time/day-time.module.mjs +4 -4
- package/esm2020/views/day-time/event-slot.directive.mjs +6 -6
- package/esm2020/views/month/month-slot.component.mjs +6 -6
- package/esm2020/views/month/month-view-item.component.mjs +6 -6
- package/esm2020/views/month/month-view-renderer.component.mjs +12 -12
- package/esm2020/views/month/month-view.component.mjs +4 -4
- package/esm2020/views/month/month-view.module.mjs +5 -7
- package/esm2020/views/month/multi-week-view.component.mjs +4 -4
- package/esm2020/views/multi-day/day-view.component.mjs +7 -9
- package/esm2020/views/multi-day/multi-day-view-base.mjs +3 -3
- package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +9 -9
- package/esm2020/views/multi-day/multi-day-view.component.mjs +7 -7
- package/esm2020/views/multi-day/multi-day-view.module.mjs +5 -7
- package/esm2020/views/multi-day/week-view.component.mjs +7 -7
- package/esm2020/views/multi-day/work-week-view.component.mjs +7 -7
- package/esm2020/views/scheduler-view.directive.mjs +3 -3
- package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -3
- package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -3
- package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -3
- package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -3
- package/esm2020/views/templates/date-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/event-template.directive.mjs +3 -3
- package/esm2020/views/templates/group-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -3
- package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -3
- package/esm2020/views/templates/time-slot-template.directive.mjs +3 -3
- package/esm2020/views/timeline/timeline-base.mjs +3 -3
- package/esm2020/views/timeline/timeline-month-view.component.mjs +7 -8
- package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +11 -11
- package/esm2020/views/timeline/timeline-view.component.mjs +7 -8
- package/esm2020/views/timeline/timeline-view.module.mjs +5 -7
- package/esm2020/views/timeline/timeline-week-view.component.mjs +7 -8
- package/esm2020/views/timeline/utils.mjs +3 -3
- package/esm2020/views/view-context.service.mjs +3 -3
- package/esm2020/views/view-items/base-slot.directive.mjs +3 -3
- package/esm2020/views/view-items/base-view-item.mjs +3 -3
- package/esm2020/views/view-state.service.mjs +3 -3
- package/esm2020/views/year/year-view-internal.component.mjs +7 -7
- package/esm2020/views/year/year-view.component.mjs +4 -4
- package/esm2020/views/year/year-view.module.mjs +7 -9
- package/fesm2015/progress-kendo-angular-scheduler.mjs +1496 -1516
- package/fesm2020/progress-kendo-angular-scheduler.mjs +1308 -1328
- package/index.d.ts +1 -0
- package/loading.component.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/shortcuts.directive.d.ts +1 -1
- package/package.json +20 -20
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/scheduler.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/navigation.component.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/toolbar/view-selector.component.d.ts +1 -1
- package/views/agenda/agenda-header-item.component.d.ts +1 -1
- package/views/agenda/agenda-header.component.d.ts +1 -1
- package/views/agenda/agenda-task-item.component.d.ts +1 -1
- package/views/agenda/agenda-view-internal.component.d.ts +1 -1
- package/views/agenda/agenda-view-list.component.d.ts +1 -1
- package/views/agenda/agenda-view.component.d.ts +1 -1
- package/views/common/base-view.d.ts +1 -1
- package/views/common/configuration-view-base.d.ts +1 -1
- package/views/common/hint-container.component.d.ts +1 -1
- package/views/common/repeat.pipe.d.ts +1 -1
- package/views/common/resize-hint.component.d.ts +1 -1
- package/views/common/resource-iterator.pipe.d.ts +1 -1
- package/views/common/slot-selectable.directive.d.ts +1 -1
- package/views/common/view-footer.component.d.ts +1 -1
- package/views/common/work-hours-footer.directive.d.ts +1 -1
- package/views/day-time/day-time-view-base.d.ts +1 -1
- package/views/day-time/day-time-view-item.component.d.ts +1 -1
- package/views/day-time/day-time-view.component.d.ts +1 -1
- package/views/day-time/event-slot.directive.d.ts +2 -2
- package/views/month/month-slot.component.d.ts +1 -1
- package/views/month/month-view-item.component.d.ts +1 -1
- package/views/month/month-view-renderer.component.d.ts +1 -1
- package/views/month/month-view.component.d.ts +1 -1
- package/views/month/multi-week-view.component.d.ts +1 -1
- package/views/multi-day/day-view.component.d.ts +1 -1
- package/views/multi-day/multi-day-view-base.d.ts +1 -1
- package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
- package/views/multi-day/multi-day-view.component.d.ts +1 -1
- package/views/multi-day/week-view.component.d.ts +1 -1
- package/views/multi-day/work-week-view.component.d.ts +1 -1
- package/views/scheduler-view.directive.d.ts +1 -1
- package/views/templates/agenda-date-template.directive.d.ts +1 -1
- package/views/templates/agenda-time-template.directive.d.ts +1 -1
- package/views/templates/all-day-event-template.directive.d.ts +1 -1
- package/views/templates/all-day-slot-template.directive.d.ts +1 -1
- package/views/templates/date-header-template.directive.d.ts +1 -1
- package/views/templates/event-template.directive.d.ts +1 -1
- package/views/templates/group-header-template.directive.d.ts +1 -1
- package/views/templates/major-time-header-template.directive.d.ts +1 -1
- package/views/templates/minor-time-header-template.directive.d.ts +1 -1
- package/views/templates/month-day-slot-template.directive.d.ts +1 -1
- package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
- package/views/templates/time-slot-template.directive.d.ts +1 -1
- package/views/timeline/timeline-base.d.ts +1 -1
- package/views/timeline/timeline-month-view.component.d.ts +1 -1
- package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
- package/views/timeline/timeline-view.component.d.ts +1 -1
- package/views/timeline/timeline-week-view.component.d.ts +1 -1
- package/views/timeline/utils.d.ts +1 -1
- package/views/view-items/base-slot.directive.d.ts +1 -1
- package/views/view-items/base-view-item.d.ts +1 -1
- package/views/year/year-view-internal.component.d.ts +1 -1
- package/views/year/year-view.component.d.ts +1 -1
- package/progress-kendo-angular-scheduler.d.ts +0 -9
|
@@ -19,9 +19,9 @@ export class MultiWeekDaySlotTemplateDirective {
|
|
|
19
19
|
this.templateRef = templateRef;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23
|
-
MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22
|
+
MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
+
MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MultiWeekDaySlotTemplateDirective, selector: "[kendoSchedulerMultiWeekDaySlotTemplate]", ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: '[kendoSchedulerMultiWeekDaySlotTemplate]'
|
|
@@ -19,9 +19,9 @@ export class TimeSlotTemplateDirective {
|
|
|
19
19
|
this.templateRef = templateRef;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23
|
-
TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22
|
+
TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
+
TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimeSlotTemplateDirective, selector: "[kendoSchedulerTimeSlotTemplate]", ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotTemplateDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: '[kendoSchedulerTimeSlotTemplate]'
|
|
@@ -26,9 +26,9 @@ export class TimelineBase extends DayTimeViewBase {
|
|
|
26
26
|
return this.optionValue(COLUMN_WIDTH);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
30
|
-
TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
29
|
+
TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineBase, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
+
TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineBase, inputs: { columnWidth: "columnWidth" }, usesInheritance: true, ngImport: i0 });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineBase, decorators: [{
|
|
32
32
|
type: Directive
|
|
33
33
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i2.ViewContextService }, { type: i3.ViewStateService }]; }, propDecorators: { columnWidth: [{
|
|
34
34
|
type: Input
|
|
@@ -13,9 +13,9 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
14
14
|
import * as i2 from "../view-context.service";
|
|
15
15
|
import * as i3 from "../view-state.service";
|
|
16
|
-
import * as i4 from "
|
|
17
|
-
import * as i5 from "../common/
|
|
18
|
-
import * as i6 from "
|
|
16
|
+
import * as i4 from "../common/view-footer.component";
|
|
17
|
+
import * as i5 from "../common/work-hours-footer.directive";
|
|
18
|
+
import * as i6 from "./timeline-multi-day-view.component";
|
|
19
19
|
/**
|
|
20
20
|
* The component for rendering the **Month** timeline view.
|
|
21
21
|
*/
|
|
@@ -93,13 +93,12 @@ export class TimelineMonthViewComponent extends TimelineBase {
|
|
|
93
93
|
set numberOfMonths(months) {
|
|
94
94
|
this._numberOfMonths = months > 0 ? months : 1;
|
|
95
95
|
}
|
|
96
|
-
;
|
|
97
96
|
get numberOfMonths() {
|
|
98
97
|
return this._numberOfMonths;
|
|
99
98
|
}
|
|
100
99
|
}
|
|
101
|
-
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
102
|
-
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
100
|
+
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
101
|
+
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
|
|
103
102
|
provide: SchedulerView,
|
|
104
103
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
105
104
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -138,8 +137,8 @@ TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
138
137
|
</timeline-multi-day-view>
|
|
139
138
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
140
139
|
</ng-template>
|
|
141
|
-
`, isInline: true,
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
140
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: i5.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: i6.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMonthViewComponent, decorators: [{
|
|
143
142
|
type: Component,
|
|
144
143
|
args: [{
|
|
145
144
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -21,14 +21,14 @@ import * as i4 from "@progress/kendo-angular-intl";
|
|
|
21
21
|
import * as i5 from "../day-time/day-time-slot.service";
|
|
22
22
|
import * as i6 from "../../pdf/pdf.service";
|
|
23
23
|
import * as i7 from "@progress/kendo-angular-common";
|
|
24
|
-
import * as i8 from "../day-time/
|
|
25
|
-
import * as i9 from "../
|
|
26
|
-
import * as i10 from "../common/
|
|
27
|
-
import * as i11 from "
|
|
28
|
-
import * as i12 from "
|
|
24
|
+
import * as i8 from "../day-time/event-slot.directive";
|
|
25
|
+
import * as i9 from "../day-time/day-time-view-item.component";
|
|
26
|
+
import * as i10 from "../common/hint-container.component";
|
|
27
|
+
import * as i11 from "../common/resize-hint.component";
|
|
28
|
+
import * as i12 from "@angular/common";
|
|
29
29
|
import * as i13 from "../../navigation/focusable.directive";
|
|
30
|
-
import * as i14 from "../common/
|
|
31
|
-
import * as i15 from "../common/
|
|
30
|
+
import * as i14 from "../common/repeat.pipe";
|
|
31
|
+
import * as i15 from "../common/resource-iterator.pipe";
|
|
32
32
|
import * as i16 from "./utils";
|
|
33
33
|
/**
|
|
34
34
|
* @hidden
|
|
@@ -126,8 +126,8 @@ export class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
126
126
|
return this.headerWrap.nativeElement.querySelector('tr:last-child').offsetTop;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
TimelineMultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
130
|
-
TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
129
|
+
TimelineMultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }, { token: i5.DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i6.PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
130
|
+
TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: { name: "name", columnWidth: "columnWidth", viewName: "viewName" }, providers: [
|
|
131
131
|
DayTimeSlotService
|
|
132
132
|
], viewQueries: [{ propertyName: "verticalResourceRows", predicate: ["verticalResourceRows"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
133
133
|
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
@@ -300,8 +300,8 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
300
300
|
</div>
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
|
-
`, isInline: true,
|
|
304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
303
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i8.TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: i9.DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "component", type: i10.HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: i11.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i12.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i12.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i12.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "pipe", type: i14.RepeatPipe, name: "repeat" }, { kind: "pipe", type: i15.ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i4.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i12.AsyncPipe, name: "async" }, { kind: "pipe", type: i16.SortPipe, name: "sort" }] });
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
|
|
305
305
|
type: Component,
|
|
306
306
|
args: [{
|
|
307
307
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -12,9 +12,9 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
13
13
|
import * as i2 from "../view-context.service";
|
|
14
14
|
import * as i3 from "../view-state.service";
|
|
15
|
-
import * as i4 from "
|
|
16
|
-
import * as i5 from "../common/
|
|
17
|
-
import * as i6 from "
|
|
15
|
+
import * as i4 from "../common/view-footer.component";
|
|
16
|
+
import * as i5 from "../common/work-hours-footer.directive";
|
|
17
|
+
import * as i6 from "./timeline-multi-day-view.component";
|
|
18
18
|
/**
|
|
19
19
|
* The component for rendering the **Timeline** view.
|
|
20
20
|
*/
|
|
@@ -74,13 +74,12 @@ export class TimelineViewComponent extends TimelineBase {
|
|
|
74
74
|
set numberOfDays(days) {
|
|
75
75
|
this._numberOfDays = days > 0 ? days : 1;
|
|
76
76
|
}
|
|
77
|
-
;
|
|
78
77
|
get numberOfDays() {
|
|
79
78
|
return this._numberOfDays;
|
|
80
79
|
}
|
|
81
80
|
}
|
|
82
|
-
TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
83
|
-
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
81
|
+
TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
82
|
+
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
84
83
|
provide: SchedulerView,
|
|
85
84
|
useExisting: forwardRef(() => TimelineViewComponent)
|
|
86
85
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -116,8 +115,8 @@ TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
116
115
|
</timeline-multi-day-view>
|
|
117
116
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
118
117
|
</ng-template>
|
|
119
|
-
`, isInline: true,
|
|
120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
118
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: i5.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: i6.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewComponent, decorators: [{
|
|
121
120
|
type: Component,
|
|
122
121
|
args: [{
|
|
123
122
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -20,18 +20,16 @@ const PUBLIC_DIRECTIVES = [
|
|
|
20
20
|
*/
|
|
21
21
|
export class TimelineViewModule {
|
|
22
22
|
}
|
|
23
|
-
TimelineViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24
|
-
TimelineViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
23
|
+
TimelineViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
TimelineViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, declarations: [TimelineViewComponent,
|
|
25
25
|
TimelineWeekViewComponent,
|
|
26
26
|
TimelineMonthViewComponent, TimelineMultiDayViewComponent], imports: [DayTimeModule,
|
|
27
27
|
ViewsSharedModule], exports: [TimelineViewComponent,
|
|
28
28
|
TimelineWeekViewComponent,
|
|
29
29
|
TimelineMonthViewComponent] });
|
|
30
|
-
TimelineViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
]] });
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewModule, decorators: [{
|
|
30
|
+
TimelineViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, imports: [DayTimeModule,
|
|
31
|
+
ViewsSharedModule] });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, decorators: [{
|
|
35
33
|
type: NgModule,
|
|
36
34
|
args: [{
|
|
37
35
|
imports: [
|
|
@@ -15,9 +15,9 @@ import * as i1 from "@progress/kendo-angular-intl";
|
|
|
15
15
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
16
16
|
import * as i3 from "../view-context.service";
|
|
17
17
|
import * as i4 from "../view-state.service";
|
|
18
|
-
import * as i5 from "
|
|
19
|
-
import * as i6 from "../common/
|
|
20
|
-
import * as i7 from "
|
|
18
|
+
import * as i5 from "../common/view-footer.component";
|
|
19
|
+
import * as i6 from "../common/work-hours-footer.directive";
|
|
20
|
+
import * as i7 from "./timeline-multi-day-view.component";
|
|
21
21
|
/**
|
|
22
22
|
* The component for rendering the **Week** timeline view.
|
|
23
23
|
*/
|
|
@@ -68,13 +68,12 @@ export class TimelineWeekViewComponent extends TimelineBase {
|
|
|
68
68
|
set numberOfWeeks(weeks) {
|
|
69
69
|
this._numberOfWeeks = weeks > 0 ? weeks : 1;
|
|
70
70
|
}
|
|
71
|
-
;
|
|
72
71
|
get numberOfWeeks() {
|
|
73
72
|
return this._numberOfWeeks;
|
|
74
73
|
}
|
|
75
74
|
}
|
|
76
|
-
TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
77
|
-
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
75
|
+
TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
+
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
|
|
78
77
|
provide: SchedulerView,
|
|
79
78
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
80
79
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -113,8 +112,8 @@ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
113
112
|
</timeline-multi-day-view>
|
|
114
113
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
115
114
|
</ng-template>
|
|
116
|
-
`, isInline: true,
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
115
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i5.ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: i6.WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: i7.TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineWeekViewComponent, decorators: [{
|
|
118
117
|
type: Component,
|
|
119
118
|
args: [{
|
|
120
119
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -42,9 +42,9 @@ export class SortPipe {
|
|
|
42
42
|
return value.sort((item1, item2) => (item1.startTime.getTime() - item2.startTime.getTime()));
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
SortPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
46
|
-
SortPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
45
|
+
SortPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
46
|
+
SortPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, name: "sort" });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, decorators: [{
|
|
48
48
|
type: Pipe,
|
|
49
49
|
args: [{
|
|
50
50
|
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
@@ -77,8 +77,8 @@ export class ViewContextService {
|
|
|
77
77
|
return result;
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
ViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
81
|
-
ViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
80
|
+
ViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
81
|
+
ViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService });
|
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService, decorators: [{
|
|
83
83
|
type: Injectable
|
|
84
84
|
}], ctorParameters: function () { return []; } });
|
|
@@ -86,9 +86,9 @@ export class BaseSlotDirective {
|
|
|
86
86
|
this._rect = null;
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
BaseSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
90
|
-
BaseSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
89
|
+
BaseSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseSlotDirective, deps: [{ token: i0.ElementRef }, { token: i1.BaseSlotService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
90
|
+
BaseSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseSlotDirective, inputs: { id: "id" }, host: { properties: { "attr.data-slot-index": "this.slotIndex" } }, ngImport: i0 });
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseSlotDirective, decorators: [{
|
|
92
92
|
type: Directive
|
|
93
93
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.BaseSlotService }, { type: i2.LocalizationService }]; }, propDecorators: { id: [{
|
|
94
94
|
type: Input
|
|
@@ -144,9 +144,9 @@ export class BaseViewItem {
|
|
|
144
144
|
return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
148
|
-
BaseViewItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
147
|
+
BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
148
|
+
BaseViewItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseViewItem, inputs: { item: "item", resourceIndex: "resourceIndex", rangeIndex: "rangeIndex", index: "index", eventTemplate: "eventTemplate", editable: "editable", dragHint: "dragHint", resources: "resources" }, host: { properties: { "class.k-event": "this.className", "attr.data-task-index": "this.taskIndex", "style.touch-action": "this.touchAction", "attr.aria-label": "this.eventTitle" } }, usesOnChanges: true, ngImport: i0 });
|
|
149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseViewItem, decorators: [{
|
|
150
150
|
type: Directive
|
|
151
151
|
}], ctorParameters: function () { return [{ type: i1.BaseSlotService }, { type: i2.LocalizationService }, { type: i3.FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined }]; }, propDecorators: { item: [{
|
|
152
152
|
type: Input
|
|
@@ -94,8 +94,8 @@ export class ViewStateService {
|
|
|
94
94
|
this.slotSelectionStartEndSource.next(selection);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
-
ViewStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
98
|
-
ViewStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
99
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
97
|
+
ViewStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
98
|
+
ViewStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService });
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService, decorators: [{
|
|
100
100
|
type: Injectable
|
|
101
101
|
}], ctorParameters: function () { return []; } });
|
|
@@ -27,10 +27,10 @@ import * as i5 from "../view-state.service";
|
|
|
27
27
|
import * as i6 from "../../pdf/pdf.service";
|
|
28
28
|
import * as i7 from "../month/month-slot.service";
|
|
29
29
|
import * as i8 from "@progress/kendo-angular-common";
|
|
30
|
-
import * as i9 from "@
|
|
30
|
+
import * as i9 from "@angular/common";
|
|
31
31
|
import * as i10 from "@progress/kendo-angular-icons";
|
|
32
|
-
import * as i11 from "@progress/kendo-angular-
|
|
33
|
-
import * as i12 from "@angular
|
|
32
|
+
import * as i11 from "@progress/kendo-angular-dateinputs";
|
|
33
|
+
import * as i12 from "@progress/kendo-angular-tooltip";
|
|
34
34
|
const today = new Date(Date.now());
|
|
35
35
|
const getDateAttribute = (element) => element?.querySelector('span>span[date]')?.getAttribute('date');
|
|
36
36
|
/**
|
|
@@ -248,8 +248,8 @@ export class YearViewInternalComponent extends BaseView {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
252
|
-
YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
251
|
+
YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewInternalComponent, deps: [{ token: i1.LocalizationService }, { token: i2.FocusService }, { token: i3.IntlService }, { token: i4.ViewContextService }, { token: i5.ViewStateService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.PDFService }, { token: i0.ElementRef }, { token: i7.MonthSlotService }, { token: i8.ScrollbarWidthService }, { token: i0.ChangeDetectorRef }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
252
|
+
YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: YearViewInternalComponent, selector: "year-view-internal", inputs: { newRange: "newRange", dateRangeFn: "dateRangeFn", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [MonthSlotService], viewQueries: [{ propertyName: "calendar", first: true, predicate: MultiViewCalendarComponent, descendants: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
253
253
|
<div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
|
|
254
254
|
<div class="k-scheduler-body">
|
|
255
255
|
<kendo-multiviewcalendar
|
|
@@ -320,8 +320,8 @@ YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
320
320
|
{{ localization.get('yearViewNoEvents') }}
|
|
321
321
|
</div>
|
|
322
322
|
</ng-template>
|
|
323
|
-
`, isInline: true,
|
|
324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
323
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i9.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i9.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i10.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: i11.MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]" }, { kind: "component", type: i11.MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "directive", type: i12.TooltipDirective, selector: "[kendoTooltip]", inputs: ["filter", "position", "titleTemplate", "showOn", "showAfter", "callout", "closable", "offset", "tooltipWidth", "tooltipHeight", "tooltipClass", "tooltipContentClass", "collision", "closeTitle", "tooltipTemplate"], exportAs: ["kendoTooltip"] }] });
|
|
324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewInternalComponent, decorators: [{
|
|
325
325
|
type: Component,
|
|
326
326
|
args: [{
|
|
327
327
|
selector: 'year-view-internal',
|
|
@@ -68,8 +68,8 @@ export class YearViewComponent extends ConfigurationViewBase {
|
|
|
68
68
|
return new Date(addYears(date, direction));
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
72
|
-
YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
71
|
+
YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
72
|
+
YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: YearViewComponent, selector: "kendo-scheduler-year-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
73
73
|
provide: SchedulerView,
|
|
74
74
|
useExisting: forwardRef(() => YearViewComponent)
|
|
75
75
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -84,8 +84,8 @@ YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
84
84
|
[newRange]="newRange">
|
|
85
85
|
</year-view-internal>
|
|
86
86
|
</ng-template>
|
|
87
|
-
`, isInline: true,
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i5.YearViewInternalComponent, selector: "year-view-internal", inputs: ["newRange", "dateRangeFn", "selectedDateFormat", "selectedShortDateFormat"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewComponent, decorators: [{
|
|
89
89
|
type: Component,
|
|
90
90
|
args: [{
|
|
91
91
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -15,19 +15,17 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
*/
|
|
16
16
|
export class YearViewModule {
|
|
17
17
|
}
|
|
18
|
-
YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
18
|
+
YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19
|
+
YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, declarations: [YearViewComponent,
|
|
20
20
|
YearViewInternalComponent], imports: [ViewsSharedModule,
|
|
21
21
|
CalendarsModule,
|
|
22
22
|
TooltipsModule,
|
|
23
23
|
IntlModule], exports: [YearViewComponent] });
|
|
24
|
-
YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
]] });
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, decorators: [{
|
|
24
|
+
YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, imports: [ViewsSharedModule,
|
|
25
|
+
CalendarsModule,
|
|
26
|
+
TooltipsModule,
|
|
27
|
+
IntlModule] });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, decorators: [{
|
|
31
29
|
type: NgModule,
|
|
32
30
|
args: [{
|
|
33
31
|
imports: [
|