@progress/kendo-angular-scheduler 16.0.0-develop.8 → 16.0.0
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/esm2020/data-binding.directive.mjs +3 -3
- package/esm2020/editing/date-time-picker.component.mjs +8 -4
- 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 +3 -3
- 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 +3 -3
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +6 -4
- package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +3 -3
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +3 -3
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +3 -3
- package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/editing/resource-single-editor.component.mjs +3 -3
- package/esm2020/editing/timezone-editor.component.mjs +3 -3
- package/esm2020/editing-directives/editing-directive-base.mjs +5 -4
- package/esm2020/editing-directives/reactive-editing.directive.mjs +7 -7
- 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 +3 -3
- package/esm2020/pdf/pdf.component.mjs +4 -4
- package/esm2020/pdf/pdf.module.mjs +4 -4
- package/esm2020/pdf/pdf.service.mjs +3 -3
- package/esm2020/scheduler.component.mjs +3 -12
- package/esm2020/scheduler.module.mjs +4 -4
- 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 +3 -3
- package/esm2020/toolbar/toolbar.module.mjs +4 -4
- package/esm2020/toolbar/toolbar.service.mjs +3 -3
- package/esm2020/toolbar/view-selector.component.mjs +3 -3
- package/esm2020/views/agenda/agenda-header-item.component.mjs +15 -3
- package/esm2020/views/agenda/agenda-header.component.mjs +13 -16
- package/esm2020/views/agenda/agenda-task-item.component.mjs +7 -3
- package/esm2020/views/agenda/agenda-view-internal.component.mjs +9 -9
- package/esm2020/views/agenda/agenda-view-list.component.mjs +10 -8
- package/esm2020/views/agenda/agenda-view.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/views/common/repeat.pipe.mjs +3 -3
- package/esm2020/views/common/resize-hint.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2020/views/month/month-view-item.component.mjs +3 -3
- package/esm2020/views/month/month-view-renderer.component.mjs +297 -247
- package/esm2020/views/month/month-view.component.mjs +3 -3
- package/esm2020/views/month/month-view.module.mjs +4 -4
- package/esm2020/views/month/multi-week-view.component.mjs +3 -3
- package/esm2020/views/multi-day/day-view.component.mjs +3 -3
- package/esm2020/views/multi-day/multi-day-view-base.mjs +3 -3
- package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +505 -461
- package/esm2020/views/multi-day/multi-day-view.component.mjs +3 -3
- package/esm2020/views/multi-day/multi-day-view.module.mjs +4 -4
- package/esm2020/views/multi-day/week-view.component.mjs +3 -3
- package/esm2020/views/multi-day/work-week-view.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +381 -330
- package/esm2020/views/timeline/timeline-view.component.mjs +3 -3
- package/esm2020/views/timeline/timeline-view.module.mjs +4 -4
- package/esm2020/views/timeline/timeline-week-view.component.mjs +3 -3
- 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 +4 -4
- package/esm2020/views/year/year-view.component.mjs +3 -3
- package/esm2020/views/year/year-view.module.mjs +4 -4
- package/events/edit-event-base.d.ts +4 -0
- package/fesm2015/progress-kendo-angular-scheduler.mjs +1572 -1413
- package/fesm2020/progress-kendo-angular-scheduler.mjs +1572 -1413
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +3 -3
- package/views/agenda/agenda-header-item.component.d.ts +3 -1
- package/views/agenda/agenda-task-item.component.d.ts +1 -0
- package/views/month/month-view-renderer.component.d.ts +2 -0
- package/views/timeline/timeline-multi-day-view.component.d.ts +4 -0
|
@@ -71,8 +71,8 @@ export class MultiDayViewComponent extends DayViewComponent {
|
|
|
71
71
|
return this.numberOfDays === 1 ? '{0:d}' : '{0:d} - {1:d}';
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
75
|
-
MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
74
|
+
MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
75
|
+
MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiDayViewComponent, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
76
76
|
provide: SchedulerView,
|
|
77
77
|
useExisting: forwardRef(() => MultiDayViewComponent)
|
|
78
78
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -113,7 +113,7 @@ MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
113
113
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
114
114
|
</ng-template>
|
|
115
115
|
`, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewComponent, decorators: [{
|
|
117
117
|
type: Component,
|
|
118
118
|
args: [{
|
|
119
119
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -22,8 +22,8 @@ const PUBLIC_DIRECTIVES = [
|
|
|
22
22
|
*/
|
|
23
23
|
export class MultiDayViewModule {
|
|
24
24
|
}
|
|
25
|
-
MultiDayViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
26
|
-
MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
25
|
+
MultiDayViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
26
|
+
MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewModule, declarations: [DayViewComponent,
|
|
27
27
|
MultiDayViewComponent,
|
|
28
28
|
WeekViewComponent,
|
|
29
29
|
WorkWeekViewComponent, MultiDayViewRendererComponent], imports: [ViewsSharedModule,
|
|
@@ -31,9 +31,9 @@ MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
31
31
|
MultiDayViewComponent,
|
|
32
32
|
WeekViewComponent,
|
|
33
33
|
WorkWeekViewComponent] });
|
|
34
|
-
MultiDayViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
34
|
+
MultiDayViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewModule, imports: [ViewsSharedModule,
|
|
35
35
|
DayTimeModule] });
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewModule, decorators: [{
|
|
37
37
|
type: NgModule,
|
|
38
38
|
args: [{
|
|
39
39
|
imports: [
|
|
@@ -64,8 +64,8 @@ export class WeekViewComponent extends MultiDayViewBase {
|
|
|
64
64
|
return firstDayInWeek(getDate(selectedDate), this.viewWeekStart);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
68
|
-
WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
67
|
+
WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
68
|
+
WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: WeekViewComponent, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
69
69
|
provide: SchedulerView,
|
|
70
70
|
useExisting: forwardRef(() => WeekViewComponent)
|
|
71
71
|
}], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -107,7 +107,7 @@ WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
107
107
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
108
108
|
</ng-template>
|
|
109
109
|
`, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekViewComponent, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
112
|
args: [{
|
|
113
113
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -60,8 +60,8 @@ export class WorkWeekViewComponent extends WeekViewComponent {
|
|
|
60
60
|
return getDate(addDays(date, DAYS_IN_WEEK * count));
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
64
|
-
WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
63
|
+
WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
+
WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: WorkWeekViewComponent, selector: "kendo-scheduler-work-week-view", providers: [{
|
|
65
65
|
provide: SchedulerView,
|
|
66
66
|
useExisting: forwardRef(() => WorkWeekViewComponent)
|
|
67
67
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -104,7 +104,7 @@ WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
104
104
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
105
105
|
</ng-template>
|
|
106
106
|
`, 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.MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WorkWeekViewComponent, decorators: [{
|
|
108
108
|
type: Component,
|
|
109
109
|
args: [{
|
|
110
110
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -25,12 +25,12 @@ export class SchedulerViewDirective extends SchedulerView {
|
|
|
25
25
|
this._name = value;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
29
|
-
SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
28
|
+
SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerViewDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29
|
+
SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SchedulerViewDirective, selector: "[kendoSchedulerView]", inputs: { title: ["kendoSchedulerView", "title"], name: ["kendoSchedulerViewName", "name"] }, providers: [{
|
|
30
30
|
provide: SchedulerView,
|
|
31
31
|
useExisting: forwardRef(() => SchedulerViewDirective)
|
|
32
32
|
}], usesInheritance: true, ngImport: i0 });
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SchedulerViewDirective, decorators: [{
|
|
34
34
|
type: Directive,
|
|
35
35
|
args: [{
|
|
36
36
|
providers: [{
|
|
@@ -17,9 +17,9 @@ export class AgendaDateTemplateDirective {
|
|
|
17
17
|
this.templateRef = templateRef;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
AgendaDateTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
21
|
-
AgendaDateTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20
|
+
AgendaDateTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AgendaDateTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
+
AgendaDateTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AgendaDateTemplateDirective, selector: "[kendoSchedulerAgendaDateTemplate]", ngImport: i0 });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AgendaDateTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
25
|
selector: '[kendoSchedulerAgendaDateTemplate]'
|
|
@@ -22,9 +22,9 @@ export class AgendaTimeTemplateDirective {
|
|
|
22
22
|
this.templateRef = templateRef;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
AgendaTimeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
26
|
-
AgendaTimeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
25
|
+
AgendaTimeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AgendaTimeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26
|
+
AgendaTimeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AgendaTimeTemplateDirective, selector: "[kendoSchedulerAgendaTimeTemplate]", ngImport: i0 });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AgendaTimeTemplateDirective, decorators: [{
|
|
28
28
|
type: Directive,
|
|
29
29
|
args: [{
|
|
30
30
|
selector: '[kendoSchedulerAgendaTimeTemplate]'
|
|
@@ -18,9 +18,9 @@ export class AllDayEventTemplateDirective {
|
|
|
18
18
|
this.templateRef = templateRef;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
AllDayEventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
22
|
-
AllDayEventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
21
|
+
AllDayEventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AllDayEventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
AllDayEventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AllDayEventTemplateDirective, selector: "[kendoSchedulerAllDayEventTemplate]", ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AllDayEventTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[kendoSchedulerAllDayEventTemplate]'
|
|
@@ -18,9 +18,9 @@ export class AllDaySlotTemplateDirective {
|
|
|
18
18
|
this.templateRef = templateRef;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
AllDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
22
|
-
AllDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
21
|
+
AllDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AllDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
AllDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AllDaySlotTemplateDirective, selector: "[kendoSchedulerAllDaySlotTemplate]", ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AllDaySlotTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[kendoSchedulerAllDaySlotTemplate]'
|
|
@@ -18,9 +18,9 @@ export class DateHeaderTemplateDirective {
|
|
|
18
18
|
this.templateRef = templateRef;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
DateHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
22
|
-
DateHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
21
|
+
DateHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
DateHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateHeaderTemplateDirective, selector: "[kendoSchedulerDateHeaderTemplate]", ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateHeaderTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[kendoSchedulerDateHeaderTemplate]'
|
|
@@ -18,9 +18,9 @@ export class EventTemplateDirective {
|
|
|
18
18
|
this.templateRef = templateRef;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
EventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
22
|
-
EventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
21
|
+
EventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
EventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EventTemplateDirective, selector: "[kendoSchedulerEventTemplate]", ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EventTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[kendoSchedulerEventTemplate]'
|
|
@@ -18,9 +18,9 @@ export class GroupHeaderTemplateDirective {
|
|
|
18
18
|
this.templateRef = templateRef;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
22
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
21
|
+
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, selector: "[kendoSchedulerGroupHeaderTemplate]", ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[kendoSchedulerGroupHeaderTemplate]'
|
|
@@ -17,9 +17,9 @@ export class MajorTimeHeaderTemplateDirective {
|
|
|
17
17
|
this.templateRef = templateRef;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
MajorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
21
|
-
MajorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20
|
+
MajorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MajorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
+
MajorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MajorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMajorTimeHeaderTemplate]", ngImport: i0 });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MajorTimeHeaderTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
25
|
selector: '[kendoSchedulerMajorTimeHeaderTemplate]'
|
|
@@ -17,9 +17,9 @@ export class MinorTimeHeaderTemplateDirective {
|
|
|
17
17
|
this.templateRef = templateRef;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
MinorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
21
|
-
MinorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20
|
+
MinorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MinorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
+
MinorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MinorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMinorTimeHeaderTemplate]", ngImport: i0 });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MinorTimeHeaderTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
25
|
selector: '[kendoSchedulerMinorTimeHeaderTemplate]'
|
|
@@ -18,9 +18,9 @@ export class MonthDaySlotTemplateDirective {
|
|
|
18
18
|
this.templateRef = templateRef;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
MonthDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
22
|
-
MonthDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
21
|
+
MonthDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
+
MonthDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MonthDaySlotTemplateDirective, selector: "[kendoSchedulerMonthDaySlotTemplate]", ngImport: i0 });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthDaySlotTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[kendoSchedulerMonthDaySlotTemplate]'
|
|
@@ -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: "15.
|
|
23
|
-
MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
22
|
+
MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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.2.10", type: MultiWeekDaySlotTemplateDirective, selector: "[kendoSchedulerMultiWeekDaySlotTemplate]", ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", 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: "15.
|
|
23
|
-
TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
22
|
+
TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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.2.10", type: TimeSlotTemplateDirective, selector: "[kendoSchedulerTimeSlotTemplate]", ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", 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: "15.
|
|
30
|
-
TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
29
|
+
TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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.2.10", type: TimelineBase, inputs: { columnWidth: "columnWidth" }, usesInheritance: true, ngImport: i0 });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", 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
|
|
@@ -97,8 +97,8 @@ export class TimelineMonthViewComponent extends TimelineBase {
|
|
|
97
97
|
return this._numberOfMonths;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
101
|
-
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
100
|
+
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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.2.10", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
|
|
102
102
|
provide: SchedulerView,
|
|
103
103
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
104
104
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -138,7 +138,7 @@ TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
138
138
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
139
139
|
</ng-template>
|
|
140
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.
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMonthViewComponent, decorators: [{
|
|
142
142
|
type: Component,
|
|
143
143
|
args: [{
|
|
144
144
|
changeDetection: ChangeDetectionStrategy.OnPush,
|