@progress/kendo-angular-scheduler 4.1.0 → 4.3.0-dev.202207131303
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/bundles/kendo-angular-scheduler.umd.js +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/esm2015/editing/edit-dialog.component.js +1 -1
- package/esm2015/localization/messages.js +3 -1
- package/esm2015/main.js +10 -0
- package/esm2015/navigation/focus.service.js +14 -2
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/scheduler.component.js +16 -1
- package/esm2015/toolbar/navigation.component.js +2 -0
- package/esm2015/toolbar/view-selector.component.js +26 -12
- package/esm2015/views/agenda/agenda-header-item.component.js +5 -1
- package/esm2015/views/agenda/agenda-header.component.js +14 -14
- package/esm2015/views/agenda/agenda-view-internal.component.js +8 -5
- package/esm2015/views/agenda/agenda-view-list.component.js +18 -16
- package/esm2015/views/agenda/tasks.collection.js +21 -14
- package/esm2015/views/common/base-view.js +3 -3
- package/esm2015/views/day-time/day-time-view.component.js +6 -3
- package/esm2015/views/month/month-view-renderer.component.js +19 -12
- package/esm2015/views/multi-day/multi-day-view-renderer.component.js +27 -12
- package/esm2015/views/timeline/timeline-multi-day-view.component.js +18 -13
- package/fesm2015/kendo-angular-scheduler.js +287 -201
- package/localization/messages.d.ts +5 -1
- package/main.d.ts +10 -0
- package/navigation/focus.service.d.ts +3 -1
- package/package.json +6 -6
- package/scheduler.component.d.ts +1 -0
- package/toolbar/view-selector.component.d.ts +7 -1
- package/views/agenda/agenda-header-item.component.d.ts +1 -0
- package/views/agenda/tasks.collection.d.ts +3 -1
- package/views/common/base-view.d.ts +1 -1
- package/views/common/scheduler-task.d.ts +4 -0
- package/views/day-time/day-time-view.component.d.ts +3 -1
- package/views/month/month-view-renderer.component.d.ts +3 -1
- package/views/multi-day/multi-day-view-renderer.component.d.ts +2 -1
- package/views/timeline/timeline-multi-day-view.component.d.ts +2 -1
|
@@ -312,6 +312,10 @@ export declare class Messages extends ComponentMessages {
|
|
|
312
312
|
* The title of the recurring edit confirmation dialog, similar to **Edit Recurring Item**.
|
|
313
313
|
*/
|
|
314
314
|
editRecurringDialogTitle: string;
|
|
315
|
+
/**
|
|
316
|
+
* The value of the aria-label attribute of the <select> element used for switching the Scheduler views.
|
|
317
|
+
*/
|
|
318
|
+
selectView: string;
|
|
315
319
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
316
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": "allEvents"; "allDay": "allDay"; "dateHeader": "dateHeader"; "timeHeader": "timeHeader"; "eventHeader": "eventHeader"; "deleteTitle": "deleteTitle"; "nextTitle": "nextTitle"; "previousTitle": "previousTitle"; "today": "today"; "calendarToday": "calendarToday"; "showFullDay": "showFullDay"; "showWorkDay": "showWorkDay"; "dayViewTitle": "dayViewTitle"; "multiDayViewTitle": "multiDayViewTitle"; "weekViewTitle": "weekViewTitle"; "workWeekViewTitle": "workWeekViewTitle"; "monthViewTitle": "monthViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "recurrenceEditorRepeat": "recurrenceEditorRepeat"; "recurrenceEditorDailyInterval": "recurrenceEditorDailyInterval"; "recurrenceEditorDailyRepeatEvery": "recurrenceEditorDailyRepeatEvery"; "recurrenceEditorWeeklyInterval": "recurrenceEditorWeeklyInterval"; "recurrenceEditorWeeklyRepeatEvery": "recurrenceEditorWeeklyRepeatEvery"; "recurrenceEditorWeeklyRepeatOn": "recurrenceEditorWeeklyRepeatOn"; "recurrenceEditorMonthlyDay": "recurrenceEditorMonthlyDay"; "recurrenceEditorMonthlyInterval": "recurrenceEditorMonthlyInterval"; "recurrenceEditorMonthlyRepeatEvery": "recurrenceEditorMonthlyRepeatEvery"; "recurrenceEditorMonthlyRepeatOn": "recurrenceEditorMonthlyRepeatOn"; "recurrenceEditorYearlyOf": "recurrenceEditorYearlyOf"; "recurrenceEditorYearlyRepeatEvery": "recurrenceEditorYearlyRepeatEvery"; "recurrenceEditorYearlyRepeatOn": "recurrenceEditorYearlyRepeatOn"; "recurrenceEditorYearlyInterval": "recurrenceEditorYearlyInterval"; "recurrenceEditorFrequenciesDaily": "recurrenceEditorFrequenciesDaily"; "recurrenceEditorFrequenciesMonthly": "recurrenceEditorFrequenciesMonthly"; "recurrenceEditorFrequenciesNever": "recurrenceEditorFrequenciesNever"; "recurrenceEditorFrequenciesWeekly": "recurrenceEditorFrequenciesWeekly"; "recurrenceEditorFrequenciesYearly": "recurrenceEditorFrequenciesYearly"; "recurrenceEditorOffsetPositionsFirst": "recurrenceEditorOffsetPositionsFirst"; "recurrenceEditorOffsetPositionsSecond": "recurrenceEditorOffsetPositionsSecond"; "recurrenceEditorOffsetPositionsThird": "recurrenceEditorOffsetPositionsThird"; "recurrenceEditorOffsetPositionsFourth": "recurrenceEditorOffsetPositionsFourth"; "recurrenceEditorOffsetPositionsLast": "recurrenceEditorOffsetPositionsLast"; "recurrenceEditorWeekdaysDay": "recurrenceEditorWeekdaysDay"; "recurrenceEditorWeekdaysWeekday": "recurrenceEditorWeekdaysWeekday"; "recurrenceEditorWeekdaysWeekendday": "recurrenceEditorWeekdaysWeekendday"; "recurrenceEditorEndAfter": "recurrenceEditorEndAfter"; "recurrenceEditorEndOccurrence": "recurrenceEditorEndOccurrence"; "recurrenceEditorEndLabel": "recurrenceEditorEndLabel"; "recurrenceEditorEndNever": "recurrenceEditorEndNever"; "recurrenceEditorEndOn": "recurrenceEditorEndOn"; "editorTitle": "editorTitle"; "destroy": "destroy"; "deleteConfirmation": "deleteConfirmation"; "editRecurringConfirmation": "editRecurringConfirmation"; "editOccurrence": "editOccurrence"; "editSeries": "editSeries"; "deleteRecurringConfirmation": "deleteRecurringConfirmation"; "deleteOccurrence": "deleteOccurrence"; "deleteSeries": "deleteSeries"; "deleteDialogTitle": "deleteDialogTitle"; "deleteRecurringDialogTitle": "deleteRecurringDialogTitle"; "editRecurringDialogTitle": "editRecurringDialogTitle"; }, {}, never>;
|
|
320
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": "allEvents"; "allDay": "allDay"; "dateHeader": "dateHeader"; "timeHeader": "timeHeader"; "eventHeader": "eventHeader"; "deleteTitle": "deleteTitle"; "nextTitle": "nextTitle"; "previousTitle": "previousTitle"; "today": "today"; "calendarToday": "calendarToday"; "showFullDay": "showFullDay"; "showWorkDay": "showWorkDay"; "dayViewTitle": "dayViewTitle"; "multiDayViewTitle": "multiDayViewTitle"; "weekViewTitle": "weekViewTitle"; "workWeekViewTitle": "workWeekViewTitle"; "monthViewTitle": "monthViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "recurrenceEditorRepeat": "recurrenceEditorRepeat"; "recurrenceEditorDailyInterval": "recurrenceEditorDailyInterval"; "recurrenceEditorDailyRepeatEvery": "recurrenceEditorDailyRepeatEvery"; "recurrenceEditorWeeklyInterval": "recurrenceEditorWeeklyInterval"; "recurrenceEditorWeeklyRepeatEvery": "recurrenceEditorWeeklyRepeatEvery"; "recurrenceEditorWeeklyRepeatOn": "recurrenceEditorWeeklyRepeatOn"; "recurrenceEditorMonthlyDay": "recurrenceEditorMonthlyDay"; "recurrenceEditorMonthlyInterval": "recurrenceEditorMonthlyInterval"; "recurrenceEditorMonthlyRepeatEvery": "recurrenceEditorMonthlyRepeatEvery"; "recurrenceEditorMonthlyRepeatOn": "recurrenceEditorMonthlyRepeatOn"; "recurrenceEditorYearlyOf": "recurrenceEditorYearlyOf"; "recurrenceEditorYearlyRepeatEvery": "recurrenceEditorYearlyRepeatEvery"; "recurrenceEditorYearlyRepeatOn": "recurrenceEditorYearlyRepeatOn"; "recurrenceEditorYearlyInterval": "recurrenceEditorYearlyInterval"; "recurrenceEditorFrequenciesDaily": "recurrenceEditorFrequenciesDaily"; "recurrenceEditorFrequenciesMonthly": "recurrenceEditorFrequenciesMonthly"; "recurrenceEditorFrequenciesNever": "recurrenceEditorFrequenciesNever"; "recurrenceEditorFrequenciesWeekly": "recurrenceEditorFrequenciesWeekly"; "recurrenceEditorFrequenciesYearly": "recurrenceEditorFrequenciesYearly"; "recurrenceEditorOffsetPositionsFirst": "recurrenceEditorOffsetPositionsFirst"; "recurrenceEditorOffsetPositionsSecond": "recurrenceEditorOffsetPositionsSecond"; "recurrenceEditorOffsetPositionsThird": "recurrenceEditorOffsetPositionsThird"; "recurrenceEditorOffsetPositionsFourth": "recurrenceEditorOffsetPositionsFourth"; "recurrenceEditorOffsetPositionsLast": "recurrenceEditorOffsetPositionsLast"; "recurrenceEditorWeekdaysDay": "recurrenceEditorWeekdaysDay"; "recurrenceEditorWeekdaysWeekday": "recurrenceEditorWeekdaysWeekday"; "recurrenceEditorWeekdaysWeekendday": "recurrenceEditorWeekdaysWeekendday"; "recurrenceEditorEndAfter": "recurrenceEditorEndAfter"; "recurrenceEditorEndOccurrence": "recurrenceEditorEndOccurrence"; "recurrenceEditorEndLabel": "recurrenceEditorEndLabel"; "recurrenceEditorEndNever": "recurrenceEditorEndNever"; "recurrenceEditorEndOn": "recurrenceEditorEndOn"; "editorTitle": "editorTitle"; "destroy": "destroy"; "deleteConfirmation": "deleteConfirmation"; "editRecurringConfirmation": "editRecurringConfirmation"; "editOccurrence": "editOccurrence"; "editSeries": "editSeries"; "deleteRecurringConfirmation": "deleteRecurringConfirmation"; "deleteOccurrence": "deleteOccurrence"; "deleteSeries": "deleteSeries"; "deleteDialogTitle": "deleteDialogTitle"; "deleteRecurringDialogTitle": "deleteRecurringDialogTitle"; "editRecurringDialogTitle": "editRecurringDialogTitle"; "selectView": "selectView"; }, {}, never>;
|
|
317
321
|
}
|
package/main.d.ts
CHANGED
|
@@ -67,5 +67,15 @@ export { PDFCommandDirective } from './pdf/pdf-command.directive';
|
|
|
67
67
|
export { PDFExportEvent } from './pdf/pdf-export-event';
|
|
68
68
|
export { FocusableDirective } from './navigation';
|
|
69
69
|
export { SharedModule } from './shared.module';
|
|
70
|
+
export { ViewsSharedModule } from './views/common/views-shared.module';
|
|
71
|
+
export { HintContainerComponent } from './views/common/hint-container.component';
|
|
72
|
+
export { ViewFooterComponent } from './views/common/view-footer.component';
|
|
73
|
+
export { RepeatPipe } from './views/common/repeat.pipe';
|
|
74
|
+
export { WorkHoursFooterDirective } from './views/common/work-hours-footer.directive';
|
|
75
|
+
export { ResourceIteratorPipe } from './views/common/resource-iterator.pipe';
|
|
76
|
+
export { ResizeHintComponent } from './views/common/resize-hint.component';
|
|
77
|
+
export { TimelineBase } from './views/timeline/timeline-base';
|
|
78
|
+
export { TimelineMultiDayViewComponent } from './views/timeline/timeline-multi-day-view.component';
|
|
79
|
+
export { DayTimeSlotService } from './views/day-time/day-time-slot.service';
|
|
70
80
|
export * from './types';
|
|
71
81
|
export * from './events';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, Renderer2, OnDestroy } from '@angular/core';
|
|
5
|
+
import { ElementRef, Renderer2, OnDestroy, EventEmitter } from '@angular/core';
|
|
6
6
|
import { FocusableElement } from './focusable-element.interface';
|
|
7
7
|
import { DomEventsService } from '../views/common/dom-events.service';
|
|
8
8
|
import { FocusPosition } from './focus-position.interface';
|
|
@@ -15,6 +15,7 @@ export declare class FocusService implements OnDestroy {
|
|
|
15
15
|
private wrapper;
|
|
16
16
|
private domEvents;
|
|
17
17
|
get activeElement(): ElementRef;
|
|
18
|
+
ariaActiveDescendant: EventEmitter<string | null>;
|
|
18
19
|
private activeItem;
|
|
19
20
|
private focusedItem;
|
|
20
21
|
private items;
|
|
@@ -26,6 +27,7 @@ export declare class FocusService implements OnDestroy {
|
|
|
26
27
|
unregister(item: FocusableElement): void;
|
|
27
28
|
focus(): void;
|
|
28
29
|
focusNext(options?: FocusPosition): boolean;
|
|
30
|
+
clearActiveDescendant(): void;
|
|
29
31
|
private activate;
|
|
30
32
|
private activateNext;
|
|
31
33
|
private findNext;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0-dev.202207131303",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"friendlyName": "Scheduler"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
+
"@progress/kendo-draggable": "^3.0.0",
|
|
25
26
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
26
27
|
"@progress/kendo-schematics": "^3.0.0",
|
|
27
|
-
"@telerik/kendo-draggable": "^2.0.0",
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"fallbackTags": {
|
|
81
81
|
"dev": "latest"
|
|
82
82
|
},
|
|
83
|
-
"analyzeCommits": "@
|
|
83
|
+
"analyzeCommits": "@progress/semantic-prerelease/analyzeCommits",
|
|
84
84
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
85
|
-
"getLastRelease": "@
|
|
86
|
-
"verifyConditions": "@
|
|
87
|
-
"verifyRelease": "@
|
|
85
|
+
"getLastRelease": "@progress/semantic-prerelease/getLastRelease",
|
|
86
|
+
"verifyConditions": "@progress/semantic-prerelease/verifyConditions",
|
|
87
|
+
"verifyRelease": "@progress/semantic-prerelease/verifyRelease"
|
|
88
88
|
},
|
|
89
89
|
"main": "bundles/kendo-angular-scheduler.umd.js",
|
|
90
90
|
"module": "fesm2015/kendo-angular-scheduler.js",
|
package/scheduler.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { OnDestroy } from '@angular/core';
|
|
|
6
6
|
import { SchedulerView } from '../types';
|
|
7
7
|
import { ToolbarService } from './toolbar.service';
|
|
8
8
|
import { ToolbarContext } from './toolbar-context';
|
|
9
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A toolbar component which contains the controls for switching the views
|
|
@@ -24,6 +25,7 @@ import * as i0 from "@angular/core";
|
|
|
24
25
|
*/
|
|
25
26
|
export declare class ToolbarViewSelectorComponent implements OnDestroy {
|
|
26
27
|
private service;
|
|
28
|
+
private localization;
|
|
27
29
|
/**
|
|
28
30
|
* @hidden
|
|
29
31
|
*/
|
|
@@ -32,8 +34,12 @@ export declare class ToolbarViewSelectorComponent implements OnDestroy {
|
|
|
32
34
|
* @hidden
|
|
33
35
|
*/
|
|
34
36
|
get ctx(): ToolbarContext;
|
|
37
|
+
/**
|
|
38
|
+
* @hidden
|
|
39
|
+
*/
|
|
40
|
+
get selectView(): string;
|
|
35
41
|
private detachDomEvents;
|
|
36
|
-
constructor(service: ToolbarService);
|
|
42
|
+
constructor(service: ToolbarService, localization: LocalizationService);
|
|
37
43
|
ngOnDestroy(): void;
|
|
38
44
|
/**
|
|
39
45
|
* @hidden
|
|
@@ -28,6 +28,7 @@ export interface AgendaViewItem {
|
|
|
28
28
|
type: "group" | "event";
|
|
29
29
|
dataItem: GroupResult | SchedulerTask;
|
|
30
30
|
rowSpan?: number;
|
|
31
|
+
elementId?: string;
|
|
31
32
|
}
|
|
32
33
|
/**
|
|
33
34
|
* @hidden
|
|
@@ -36,9 +37,10 @@ export declare class TaskCollection {
|
|
|
36
37
|
protected start: Date;
|
|
37
38
|
protected end: Date;
|
|
38
39
|
protected events: SchedulerEvent[];
|
|
39
|
-
|
|
40
|
+
counter: number;
|
|
40
41
|
static empty(): TaskCollection;
|
|
41
42
|
constructor(start: Date, end: Date, events: SchedulerEvent[]);
|
|
43
|
+
protected createIterator: Function;
|
|
42
44
|
itemAt(index: number): any;
|
|
43
45
|
toString(): string;
|
|
44
46
|
}
|
|
@@ -10,7 +10,7 @@ import { DateRange, NavigationAction, ViewItem } from '../../types';
|
|
|
10
10
|
import { BaseSlotService } from '../view-items/base-slot.service';
|
|
11
11
|
import { ViewContextService } from '../view-context.service';
|
|
12
12
|
import { ViewStateService } from '../view-state.service';
|
|
13
|
-
import Draggable from '@
|
|
13
|
+
import Draggable from '@progress/kendo-draggable';
|
|
14
14
|
import { HintContainerComponent } from '../common/hint-container.component';
|
|
15
15
|
import { PDFService } from '../../pdf/pdf.service';
|
|
16
16
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -13,12 +13,14 @@ import { PDFService } from '../../pdf/pdf.service';
|
|
|
13
13
|
import { BaseView } from '../common/base-view';
|
|
14
14
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
15
15
|
import { DayTimeViewItemComponent } from './day-time-view-item.component';
|
|
16
|
+
import { FocusService } from '../../navigation';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
/**
|
|
18
19
|
* @hidden
|
|
19
20
|
*/
|
|
20
21
|
export declare abstract class DayTimeViewComponent extends BaseView implements OnChanges {
|
|
21
22
|
protected changeDetector: ChangeDetectorRef;
|
|
23
|
+
private focusService;
|
|
22
24
|
timeSlotTemplate: TemplateRef<any>;
|
|
23
25
|
dateHeaderTemplate: TemplateRef<any>;
|
|
24
26
|
numberOfDays: number;
|
|
@@ -57,7 +59,7 @@ export declare abstract class DayTimeViewComponent extends BaseView implements O
|
|
|
57
59
|
protected currentDate: ZonedDate;
|
|
58
60
|
protected verticalTime: boolean;
|
|
59
61
|
protected initialUpdate: boolean;
|
|
60
|
-
constructor(changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, pdfService: PDFService, localization: LocalizationService);
|
|
62
|
+
constructor(changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, pdfService: PDFService, localization: LocalizationService, focusService: FocusService);
|
|
61
63
|
ngOnChanges(changes: any): void;
|
|
62
64
|
ngOnDestroy(): void;
|
|
63
65
|
verticalItem(leafIndex: number, resourceIndex: number): any;
|
|
@@ -12,11 +12,13 @@ import { BaseView } from '../common/base-view';
|
|
|
12
12
|
import { PDFService } from '../../pdf/pdf.service';
|
|
13
13
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
14
14
|
import { MonthViewItemComponent } from './month-view-item.component';
|
|
15
|
+
import { FocusService } from '../../navigation';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
17
|
/**
|
|
17
18
|
* @hidden
|
|
18
19
|
*/
|
|
19
20
|
export declare class MonthViewRendererComponent extends BaseView implements OnChanges {
|
|
21
|
+
private focusService;
|
|
20
22
|
monthDaySlotTemplate: TemplateRef<any>;
|
|
21
23
|
highlightOngoingEvents: any;
|
|
22
24
|
resizeHintFormat: any;
|
|
@@ -25,7 +27,7 @@ export declare class MonthViewRendererComponent extends BaseView implements OnCh
|
|
|
25
27
|
get monthDaySlotTemplateRef(): TemplateRef<any>;
|
|
26
28
|
protected ongoingEventsTimeout: any;
|
|
27
29
|
private schedulerMonthDaySlotTemplate;
|
|
28
|
-
constructor(viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: MonthSlotService, zone: NgZone, element: ElementRef, renderer: Renderer2, pdfService: PDFService, localization: LocalizationService, changeDetector: ChangeDetectorRef);
|
|
30
|
+
constructor(viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: MonthSlotService, zone: NgZone, element: ElementRef, renderer: Renderer2, pdfService: PDFService, localization: LocalizationService, changeDetector: ChangeDetectorRef, focusService: FocusService);
|
|
29
31
|
ngOnChanges(changes: any): void;
|
|
30
32
|
ngAfterViewInit(): void;
|
|
31
33
|
ngOnDestroy(): void;
|
|
@@ -14,6 +14,7 @@ import { SchedulerTask } from '../common/scheduler-task';
|
|
|
14
14
|
import { DayTimeViewComponent } from '../day-time/day-time-view.component';
|
|
15
15
|
import { HintContainerComponent } from '../common/hint-container.component';
|
|
16
16
|
import { PDFService } from '../../pdf/pdf.service';
|
|
17
|
+
import { FocusService } from '../../navigation';
|
|
17
18
|
import * as i0 from "@angular/core";
|
|
18
19
|
/**
|
|
19
20
|
* @hidden
|
|
@@ -42,7 +43,7 @@ export declare class MultiDayViewRendererComponent extends DayTimeViewComponent
|
|
|
42
43
|
private schedulerMinorTimeHeaderTemplate;
|
|
43
44
|
private schedulerMajorTimeHeaderTemplate;
|
|
44
45
|
private dragContainers;
|
|
45
|
-
constructor(localization: LocalizationService, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, changeDetector: ChangeDetectorRef, pdfService: PDFService);
|
|
46
|
+
constructor(localization: LocalizationService, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, changeDetector: ChangeDetectorRef, pdfService: PDFService, focusService: FocusService);
|
|
46
47
|
protected optionsChange(changes: any): void;
|
|
47
48
|
ngOnChanges(changes: any): void;
|
|
48
49
|
horizontalColspan(resourceIndex: number): any;
|
|
@@ -11,6 +11,7 @@ import { ViewStateService } from '../view-state.service';
|
|
|
11
11
|
import { DayTimeSlotService } from '../day-time/day-time-slot.service';
|
|
12
12
|
import { DayTimeViewComponent } from '../day-time/day-time-view.component';
|
|
13
13
|
import { PDFService } from '../../pdf/pdf.service';
|
|
14
|
+
import { FocusService } from '../../navigation';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* @hidden
|
|
@@ -22,7 +23,7 @@ export declare class TimelineMultiDayViewComponent extends DayTimeViewComponent
|
|
|
22
23
|
verticalResourceRows: QueryList<ElementRef>;
|
|
23
24
|
get classNames(): string;
|
|
24
25
|
protected verticalTime: boolean;
|
|
25
|
-
constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, pdfService: PDFService);
|
|
26
|
+
constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService, slotService: DayTimeSlotService, zone: NgZone, renderer: Renderer2, element: ElementRef, pdfService: PDFService, focusService: FocusService);
|
|
26
27
|
ngOnChanges(changes: any): void;
|
|
27
28
|
reflow(): void;
|
|
28
29
|
get allEventsMessage(): string;
|