@progress/kendo-angular-scheduler 16.0.0-develop.2 → 16.0.0-develop.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +5 -4
- package/esm2020/editing-directives/reactive-editing.directive.mjs +7 -7
- 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 +4 -4
- package/esm2020/pdf/pdf.module.mjs +4 -4
- package/esm2020/pdf/pdf.service.mjs +3 -3
- package/esm2020/scheduler.component.mjs +8 -18
- 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 +16 -4
- package/esm2020/views/agenda/agenda-header.component.mjs +14 -17
- package/esm2020/views/agenda/agenda-task-item.component.mjs +10 -6
- package/esm2020/views/agenda/agenda-view-internal.component.mjs +10 -10
- package/esm2020/views/agenda/agenda-view-list.component.mjs +15 -13
- 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 +306 -256
- 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 +511 -467
- 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 +381 -333
- 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/events/edit-event-base.d.ts +4 -0
- package/fesm2015/progress-kendo-angular-scheduler.mjs +2565 -2435
- package/fesm2020/progress-kendo-angular-scheduler.mjs +2452 -2322
- 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 +3 -1
- package/views/agenda/agenda-header.component.d.ts +1 -1
- package/views/agenda/agenda-task-item.component.d.ts +2 -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 +3 -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 +5 -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
|
@@ -73,8 +73,8 @@ export class MonthViewComponent extends ConfigurationViewBase {
|
|
|
73
73
|
return firstDayOfMonth(addMonths(date, direction));
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
77
|
-
MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
76
|
+
MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
+
MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MonthViewComponent, selector: "kendo-scheduler-month-view", inputs: { eventHeight: "eventHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
78
78
|
provide: SchedulerView,
|
|
79
79
|
useExisting: forwardRef(() => MonthViewComponent)
|
|
80
80
|
}], queries: [{ propertyName: "monthDaySlotTemplate", first: true, predicate: MonthDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -96,8 +96,8 @@ MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
96
96
|
[newRange]="newRange">
|
|
97
97
|
</month-view>
|
|
98
98
|
</ng-template>
|
|
99
|
-
`, isInline: true,
|
|
100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
99
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i5.MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewComponent, decorators: [{
|
|
101
101
|
type: Component,
|
|
102
102
|
args: [{
|
|
103
103
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -16,19 +16,17 @@ import * as i0 from "@angular/core";
|
|
|
16
16
|
*/
|
|
17
17
|
export class MonthViewModule {
|
|
18
18
|
}
|
|
19
|
-
MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
19
|
+
MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MonthViewModule, declarations: [MonthViewComponent,
|
|
21
21
|
MonthViewRendererComponent,
|
|
22
22
|
MonthViewItemComponent,
|
|
23
23
|
MonthSlotComponent,
|
|
24
24
|
MultiWeekViewComponent], imports: [ViewsSharedModule,
|
|
25
25
|
IconsModule], exports: [MonthViewComponent,
|
|
26
26
|
MultiWeekViewComponent] });
|
|
27
|
-
MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
]] });
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewModule, decorators: [{
|
|
27
|
+
MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewModule, imports: [ViewsSharedModule,
|
|
28
|
+
IconsModule] });
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewModule, decorators: [{
|
|
32
30
|
type: NgModule,
|
|
33
31
|
args: [{
|
|
34
32
|
imports: [
|
|
@@ -77,8 +77,8 @@ export class MultiWeekViewComponent extends ConfigurationViewBase {
|
|
|
77
77
|
return firstDayInWeek(addWeeks(date, this.numberOfWeeks * direction));
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
MultiWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
81
|
-
MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
80
|
+
MultiWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiWeekViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
81
|
+
MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiWeekViewComponent, selector: "kendo-scheduler-multi-week-view", inputs: { eventHeight: "eventHeight", numberOfWeeks: "numberOfWeeks", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
82
82
|
provide: SchedulerView,
|
|
83
83
|
useExisting: forwardRef(() => MultiWeekViewComponent)
|
|
84
84
|
}], queries: [{ propertyName: "multiWeekDaySlotTemplate", first: true, predicate: MultiWeekDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -101,8 +101,8 @@ MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
101
101
|
[newRange]="newRange">
|
|
102
102
|
</month-view>
|
|
103
103
|
</ng-template>
|
|
104
|
-
`, isInline: true,
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
104
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i5.MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiWeekViewComponent, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{
|
|
108
108
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -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 "./multi-day-view-renderer.component";
|
|
19
19
|
/**
|
|
20
20
|
* The component for rendering the **Day** view.
|
|
21
21
|
*/
|
|
@@ -45,7 +45,6 @@ export class DayViewComponent extends MultiDayViewBase {
|
|
|
45
45
|
set selectedDateFormat(value) {
|
|
46
46
|
this._selectedDateFormat = value;
|
|
47
47
|
}
|
|
48
|
-
;
|
|
49
48
|
get selectedDateFormat() {
|
|
50
49
|
return this._selectedDateFormat;
|
|
51
50
|
}
|
|
@@ -58,13 +57,12 @@ export class DayViewComponent extends MultiDayViewBase {
|
|
|
58
57
|
set selectedShortDateFormat(value) {
|
|
59
58
|
this._selectedShortDateFormat = value;
|
|
60
59
|
}
|
|
61
|
-
;
|
|
62
60
|
get selectedShortDateFormat() {
|
|
63
61
|
return this._selectedShortDateFormat;
|
|
64
62
|
}
|
|
65
63
|
}
|
|
66
|
-
DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
67
|
-
DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
64
|
+
DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DayViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
+
DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DayViewComponent, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
68
66
|
provide: SchedulerView,
|
|
69
67
|
useExisting: forwardRef(() => DayViewComponent)
|
|
70
68
|
}], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -102,8 +100,8 @@ DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
102
100
|
</multi-day-view>
|
|
103
101
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
104
102
|
</ng-template>
|
|
105
|
-
`, isInline: true,
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
103
|
+
`, 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 });
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DayViewComponent, decorators: [{
|
|
107
105
|
type: Component,
|
|
108
106
|
args: [{
|
|
109
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -33,9 +33,9 @@ export class MultiDayViewBase extends DayTimeViewBase {
|
|
|
33
33
|
return this.optionValue(ALL_DAY_SLOT);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
MultiDayViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
37
|
-
MultiDayViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
MultiDayViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewBase, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
+
MultiDayViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiDayViewBase, inputs: { slotFill: "slotFill", allDaySlot: "allDaySlot" }, usesInheritance: true, ngImport: i0 });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiDayViewBase, decorators: [{
|
|
39
39
|
type: Directive
|
|
40
40
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i2.ViewContextService }, { type: i3.ViewStateService }]; }, propDecorators: { slotFill: [{
|
|
41
41
|
type: Input
|