@progress/kendo-angular-scheduler 14.4.0-develop.16 → 14.4.0-develop.18
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/editing/recurrence/recurrence-end-rule-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +1 -1
- package/esm2020/editing/resource-multiple-editor.component.mjs +1 -1
- package/esm2020/editing/timezone-editor.component.mjs +1 -1
- package/esm2020/index.mjs +1 -0
- package/esm2020/localization/messages.mjs +5 -1
- package/esm2020/navigation/shortcuts.directive.mjs +9 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/scheduler.component.mjs +12 -0
- package/esm2020/scheduler.module.mjs +8 -1
- package/esm2020/toolbar/navigation.component.mjs +9 -1
- package/esm2020/toolbar/toolbar.component.mjs +25 -3
- package/esm2020/views/year/utils.mjs +60 -0
- package/esm2020/views/year/year-view-internal.component.mjs +418 -0
- package/esm2020/views/year/year-view.component.mjs +115 -0
- package/esm2020/views/year/year-view.module.mjs +47 -0
- package/fesm2015/progress-kendo-angular-scheduler.mjs +663 -22
- package/fesm2020/progress-kendo-angular-scheduler.mjs +657 -22
- package/index.d.ts +1 -0
- package/localization/messages.d.ts +9 -1
- package/package.json +13 -12
- package/scheduler.module.d.ts +15 -13
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/navigation.component.d.ts +10 -2
- package/toolbar/toolbar.component.d.ts +9 -0
- package/types/scheduler-slot.interface.d.ts +4 -0
- package/types/slot-class-args.interface.d.ts +4 -0
- package/views/year/utils.d.ts +21 -0
- package/views/year/year-view-internal.component.d.ts +82 -0
- package/views/year/year-view.component.d.ts +56 -0
- package/views/year/year-view.module.d.ts +19 -0
package/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export { SlotSelectableDirective } from './views/common/slot-selectable.directiv
|
|
|
59
59
|
export { AgendaViewComponent } from './views/agenda/agenda-view.component';
|
|
60
60
|
export { DayViewComponent } from './views/multi-day/day-view.component';
|
|
61
61
|
export { WeekViewComponent } from './views/multi-day/week-view.component';
|
|
62
|
+
export { YearViewComponent } from './views/year/year-view.component';
|
|
62
63
|
export { CreateFormGroupArgs } from './types/create-form-group-args.interface';
|
|
63
64
|
export { RecurrenceEditorComponent } from './editing/recurrence/recurrence-editor.component';
|
|
64
65
|
export { BaseEditService } from './editing-directives/base-edit.service';
|
|
@@ -96,6 +96,14 @@ export declare class Messages extends ComponentMessages {
|
|
|
96
96
|
* The title of the **Agenda** view.
|
|
97
97
|
*/
|
|
98
98
|
agendaViewTitle: string;
|
|
99
|
+
/**
|
|
100
|
+
* The title of the **Year** view.
|
|
101
|
+
*/
|
|
102
|
+
yearViewTitle: string;
|
|
103
|
+
/**
|
|
104
|
+
* The message displayed in **Year** view for any date that has no events.
|
|
105
|
+
*/
|
|
106
|
+
yearViewNoEvents: string;
|
|
99
107
|
/**
|
|
100
108
|
* The text of the **Cancel** button displayed in the Scheduler dialogs.
|
|
101
109
|
*/
|
|
@@ -381,5 +389,5 @@ export declare class Messages extends ComponentMessages {
|
|
|
381
389
|
*/
|
|
382
390
|
selectView: string;
|
|
383
391
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
384
|
-
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"; "multiWeekViewTitle": "multiWeekViewTitle"; "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"; "editorDateInputsToday": "editorDateInputsToday"; "editorDateInputsToggle": "editorDateInputsToggle"; "editorDateInputsParentViewButton": "editorDateInputsParentViewButton"; "editorDateInputsNow": "editorDateInputsNow"; "editorDateInputsNowLabel": "editorDateInputsNowLabel"; "editorDateInputsAccept": "editorDateInputsAccept"; "editorDateInputsAcceptLabel": "editorDateInputsAcceptLabel"; "editorDateInputsCancel": "editorDateInputsCancel"; "editorDateInputsCancelLabel": "editorDateInputsCancelLabel"; "editorDateInputsDateTab": "editorDateInputsDateTab"; "editorDateInputsDateTabLabel": "editorDateInputsDateTabLabel"; "editorDateInputsTimeTab": "editorDateInputsTimeTab"; "editorDateInputsTimeTabLabel": "editorDateInputsTimeTabLabel"; "recurrenceEditorNumericIncrement": "recurrenceEditorNumericIncrement"; "recurrenceEditorNumericDecrement": "recurrenceEditorNumericDecrement"; "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>;
|
|
392
|
+
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"; "multiWeekViewTitle": "multiWeekViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "yearViewTitle": "yearViewTitle"; "yearViewNoEvents": "yearViewNoEvents"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "editorDateInputsToday": "editorDateInputsToday"; "editorDateInputsToggle": "editorDateInputsToggle"; "editorDateInputsParentViewButton": "editorDateInputsParentViewButton"; "editorDateInputsNow": "editorDateInputsNow"; "editorDateInputsNowLabel": "editorDateInputsNowLabel"; "editorDateInputsAccept": "editorDateInputsAccept"; "editorDateInputsAcceptLabel": "editorDateInputsAcceptLabel"; "editorDateInputsCancel": "editorDateInputsCancel"; "editorDateInputsCancelLabel": "editorDateInputsCancelLabel"; "editorDateInputsDateTab": "editorDateInputsDateTab"; "editorDateInputsDateTabLabel": "editorDateInputsDateTabLabel"; "editorDateInputsTimeTab": "editorDateInputsTimeTab"; "editorDateInputsTimeTabLabel": "editorDateInputsTimeTabLabel"; "recurrenceEditorNumericIncrement": "recurrenceEditorNumericIncrement"; "recurrenceEditorNumericDecrement": "recurrenceEditorNumericDecrement"; "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>;
|
|
385
393
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "14.4.0-develop.
|
|
3
|
+
"version": "14.4.0-develop.18",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -26,21 +26,22 @@
|
|
|
26
26
|
"@progress/kendo-data-query": "^1.0.0",
|
|
27
27
|
"@progress/kendo-drawing": "^1.19.0",
|
|
28
28
|
"@progress/kendo-licensing": "^1.0.2",
|
|
29
|
-
"@progress/kendo-angular-
|
|
30
|
-
"@progress/kendo-angular-
|
|
31
|
-
"@progress/kendo-angular-
|
|
32
|
-
"@progress/kendo-angular-
|
|
33
|
-
"@progress/kendo-angular-
|
|
34
|
-
"@progress/kendo-angular-
|
|
35
|
-
"@progress/kendo-angular-
|
|
36
|
-
"@progress/kendo-angular-
|
|
37
|
-
"@progress/kendo-angular-
|
|
38
|
-
"@progress/kendo-angular-
|
|
29
|
+
"@progress/kendo-angular-tooltip": "14.4.0-develop.18",
|
|
30
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.18",
|
|
31
|
+
"@progress/kendo-angular-common": "14.4.0-develop.18",
|
|
32
|
+
"@progress/kendo-angular-dateinputs": "14.4.0-develop.18",
|
|
33
|
+
"@progress/kendo-angular-dialog": "14.4.0-develop.18",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "14.4.0-develop.18",
|
|
35
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.18",
|
|
36
|
+
"@progress/kendo-angular-inputs": "14.4.0-develop.18",
|
|
37
|
+
"@progress/kendo-angular-intl": "14.4.0-develop.18",
|
|
38
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.18",
|
|
39
|
+
"@progress/kendo-angular-popup": "14.4.0-develop.18",
|
|
39
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
43
|
"tslib": "^2.3.1",
|
|
43
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.18",
|
|
44
45
|
"@progress/kendo-date-math": "^1.3.2",
|
|
45
46
|
"@progress/kendo-draggable": "^3.0.2",
|
|
46
47
|
"@progress/kendo-file-saver": "^1.0.7",
|
package/scheduler.module.d.ts
CHANGED
|
@@ -47,18 +47,20 @@ import * as i41 from "./views/multi-day/multi-day-view.module";
|
|
|
47
47
|
import * as i42 from "@progress/kendo-angular-common";
|
|
48
48
|
import * as i43 from "./views/month/month-view.module";
|
|
49
49
|
import * as i44 from "./views/timeline/timeline-view.module";
|
|
50
|
-
import * as i45 from "
|
|
51
|
-
import * as i46 from "@progress/kendo-angular-
|
|
52
|
-
import * as i47 from "@progress/kendo-angular-
|
|
53
|
-
import * as i48 from "@progress/kendo-angular-
|
|
54
|
-
import * as i49 from "@progress/kendo-angular-
|
|
55
|
-
import * as i50 from "@angular
|
|
56
|
-
import * as i51 from "
|
|
57
|
-
import * as i52 from "
|
|
58
|
-
import * as i53 from "
|
|
59
|
-
import * as i54 from "./
|
|
60
|
-
import * as i55 from "./
|
|
61
|
-
import * as i56 from "./toolbar/
|
|
50
|
+
import * as i45 from "./views/year/year-view.module";
|
|
51
|
+
import * as i46 from "@progress/kendo-angular-buttons";
|
|
52
|
+
import * as i47 from "@progress/kendo-angular-inputs";
|
|
53
|
+
import * as i48 from "@progress/kendo-angular-dateinputs";
|
|
54
|
+
import * as i49 from "@progress/kendo-angular-dialog";
|
|
55
|
+
import * as i50 from "@progress/kendo-angular-dropdowns";
|
|
56
|
+
import * as i51 from "@angular/forms";
|
|
57
|
+
import * as i52 from "./shared.module";
|
|
58
|
+
import * as i53 from "@progress/kendo-angular-label";
|
|
59
|
+
import * as i54 from "./views/agenda/agenda-view.component";
|
|
60
|
+
import * as i55 from "./views/year/year-view.component";
|
|
61
|
+
import * as i56 from "./toolbar/navigation.component";
|
|
62
|
+
import * as i57 from "./toolbar/toolbar-template.directive";
|
|
63
|
+
import * as i58 from "./toolbar/view-selector.component";
|
|
62
64
|
/**
|
|
63
65
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
64
66
|
* definition for the Scheduler component.
|
|
@@ -80,6 +82,6 @@ import * as i56 from "./toolbar/view-selector.component";
|
|
|
80
82
|
*/
|
|
81
83
|
export declare class SchedulerModule {
|
|
82
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
|
|
83
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i42.WatermarkModule, typeof i45.
|
|
85
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective], [typeof i38.CommonModule, typeof i39.ToolbarModule, typeof i40.AgendaViewModule, typeof i41.MultiDayViewModule, typeof i42.ResizeSensorModule, typeof i43.MonthViewModule, typeof i44.TimelineViewModule, typeof i42.WatermarkModule, typeof i45.YearViewModule, typeof i46.ButtonsModule, typeof i47.CheckBoxModule, typeof i47.TextAreaModule, typeof i48.DateInputsModule, typeof i49.DialogModule, typeof i47.NumericTextBoxModule, typeof i47.TextBoxModule, typeof i50.DropDownsModule, typeof i51.ReactiveFormsModule, typeof i52.SharedModule, typeof i53.LabelModule, typeof i47.FormFieldModule], [typeof i54.AgendaViewComponent, typeof i43.MonthViewModule, typeof i55.YearViewComponent, typeof i41.MultiDayViewModule, typeof i5.ReactiveEditingDirective, typeof i44.TimelineViewModule, typeof i56.ToolbarNavigationComponent, typeof i57.ToolbarTemplateDirective, typeof i58.ToolbarViewSelectorComponent, typeof i1.SchedulerComponent, typeof i2.SchedulerViewDirective, typeof i3.DataBindingDirective, typeof i4.ShortcutsDirective, typeof i5.ReactiveEditingDirective, typeof i6.SlotSelectableDirective, typeof i7.SchedulerDateTimePickerComponent, typeof i8.RecurrenceEditorComponent, typeof i9.RecurrenceEndRuleEditorComponent, typeof i10.RecurrenceFrequencyEditorComponent, typeof i11.RecurrenceIntervalEditorComponent, typeof i12.RecurrenceMonthlyYearlyEditorComponent, typeof i13.RecurrenceWeekdayRuleEditorComponent, typeof i14.EndRuleRadioButtonDirective, typeof i15.RepeatOnRadioButtonDirective, typeof i16.MultipleResourceEditorComponent, typeof i17.SingleResourceEditorComponent, typeof i18.TimeZoneEditorComponent, typeof i19.EditDialogComponent, typeof i20.SchedulerCustomMessagesComponent, typeof i21.LocalizedMessagesDirective, typeof i22.RecurrenceEditorCustomMessagesComponent, typeof i23.RecurrenceEditorLocalizedMessagesDirective, typeof i24.LoadingComponent, typeof i25.AgendaDateTemplateDirective, typeof i26.AgendaTimeTemplateDirective, typeof i27.AllDayEventTemplateDirective, typeof i28.AllDaySlotTemplateDirective, typeof i29.DateHeaderTemplateDirective, typeof i30.EventTemplateDirective, typeof i31.EditDialogTemplateDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.MajorTimeHeaderTemplateDirective, typeof i34.MinorTimeHeaderTemplateDirective, typeof i35.MonthDaySlotTemplateDirective, typeof i36.MultiWeekDaySlotTemplateDirective, typeof i37.TimeSlotTemplateDirective]>;
|
|
84
86
|
static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
|
|
85
87
|
}
|
|
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
|
|
6
6
|
// peer dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '14.4.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '14.4.0-develop.18',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '14.4.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '14.4.0-develop.18',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
12
12
|
} });
|
|
@@ -7,7 +7,7 @@ import { PopupService } from '@progress/kendo-angular-popup';
|
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { ToolbarService } from './toolbar.service';
|
|
9
9
|
import { ToolbarContext } from './toolbar-context';
|
|
10
|
-
import { CalendarComponent } from '@progress/kendo-angular-dateinputs';
|
|
10
|
+
import { CalendarComponent, CalendarView } from '@progress/kendo-angular-dateinputs';
|
|
11
11
|
import { ViewContextService } from '../views/view-context.service';
|
|
12
12
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
@@ -47,6 +47,14 @@ export declare class ToolbarNavigationComponent implements OnDestroy {
|
|
|
47
47
|
* @hidden
|
|
48
48
|
*/
|
|
49
49
|
get todayText(): string;
|
|
50
|
+
/**
|
|
51
|
+
* @hidden
|
|
52
|
+
*/
|
|
53
|
+
activeView: CalendarView;
|
|
54
|
+
/**
|
|
55
|
+
* @hidden
|
|
56
|
+
*/
|
|
57
|
+
bottomView: CalendarView;
|
|
50
58
|
/**
|
|
51
59
|
* @hidden
|
|
52
60
|
*/
|
|
@@ -110,6 +118,6 @@ export declare class ToolbarNavigationComponent implements OnDestroy {
|
|
|
110
118
|
get arrowIcons(): string[];
|
|
111
119
|
get arrowSVGIcons(): string[];
|
|
112
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarNavigationComponent, never>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarNavigationComponent, "[kendoSchedulerToolbarNavigation]", never, { "min": "min"; "max": "max"; }, {}, never, never>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarNavigationComponent, "[kendoSchedulerToolbarNavigation]", never, { "min": "min"; "max": "max"; "activeView": "activeView"; "bottomView": "bottomView"; }, {}, never, never>;
|
|
114
122
|
}
|
|
115
123
|
export {};
|
|
@@ -9,6 +9,7 @@ import { NavigationAction } from '../types';
|
|
|
9
9
|
import { SchedulerView } from '../types';
|
|
10
10
|
import { ToolbarTemplateDirective } from './toolbar-template.directive';
|
|
11
11
|
import { ToolbarService } from './toolbar.service';
|
|
12
|
+
import { CalendarView } from '@progress/kendo-angular-dateinputs';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
/**
|
|
14
15
|
* @hidden
|
|
@@ -30,6 +31,14 @@ export declare class ToolbarComponent {
|
|
|
30
31
|
toolbarWidthChange: EventEmitter<number>;
|
|
31
32
|
templateContext: any;
|
|
32
33
|
toolbarWidth: number;
|
|
34
|
+
/**
|
|
35
|
+
* @hidden
|
|
36
|
+
*/
|
|
37
|
+
get activeView(): CalendarView;
|
|
38
|
+
/**
|
|
39
|
+
* @hidden
|
|
40
|
+
*/
|
|
41
|
+
get bottomView(): CalendarView;
|
|
33
42
|
private subs;
|
|
34
43
|
constructor(service: ToolbarService, element: ElementRef, zone: NgZone);
|
|
35
44
|
ngOnInit(): void;
|
|
@@ -8,6 +8,10 @@ import { SchedulerEvent } from './scheduler-event';
|
|
|
8
8
|
* Represents a Scheduler slot.
|
|
9
9
|
*/
|
|
10
10
|
export interface SchedulerSlot {
|
|
11
|
+
/**
|
|
12
|
+
* The slot events. Applicable for the **Year** view.
|
|
13
|
+
*/
|
|
14
|
+
events?: SchedulerEvent;
|
|
11
15
|
/**
|
|
12
16
|
* The slot event. Applicable for the **Agenda** view.
|
|
13
17
|
*/
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ViewItem } from '../../types';
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
export declare const createTasks: (periodStart: Date, periodEnd: Date, items: ViewItem[], ranges: any[]) => any[];
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export declare const noop: (_: any) => void;
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export declare const yearEnd: (year: number) => Date;
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
export declare const yearStart: (year: number) => Date;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, Renderer2 } from '@angular/core';
|
|
6
|
+
import { ScrollbarWidthService } from '@progress/kendo-angular-common';
|
|
7
|
+
import { ViewContextService } from '../view-context.service';
|
|
8
|
+
import { ViewStateService } from '../view-state.service';
|
|
9
|
+
import { IntlService } from '@progress/kendo-angular-intl';
|
|
10
|
+
import { PDFService } from '../../pdf/pdf.service';
|
|
11
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
12
|
+
import { DateRange, NavigationAction, ViewItem } from '../../types';
|
|
13
|
+
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
14
|
+
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
15
|
+
import { FocusService } from '../../navigation';
|
|
16
|
+
import { BaseView } from '../common/base-view';
|
|
17
|
+
import { MonthSlotService } from '../month/month-slot.service';
|
|
18
|
+
import * as i0 from "@angular/core";
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export declare class YearViewInternalComponent extends BaseView implements AfterViewInit {
|
|
23
|
+
localization: LocalizationService;
|
|
24
|
+
focusService: FocusService;
|
|
25
|
+
intl: IntlService;
|
|
26
|
+
protected localeId: string;
|
|
27
|
+
/**
|
|
28
|
+
* Calculates the next or previous range to be displayed
|
|
29
|
+
*/
|
|
30
|
+
newRange: (date: Date, direction?: 1 | -1) => Date;
|
|
31
|
+
/**
|
|
32
|
+
* Determines the displayed date range and formats the selected date
|
|
33
|
+
*/
|
|
34
|
+
dateRangeFn: (date: Date) => DateRange;
|
|
35
|
+
private calendar;
|
|
36
|
+
tooltip: TooltipDirective;
|
|
37
|
+
selectedDateFormat: string;
|
|
38
|
+
selectedShortDateFormat: string;
|
|
39
|
+
get arrowIcons(): string[];
|
|
40
|
+
get arrowSVGIcons(): SVGIcon[];
|
|
41
|
+
caretAltLeftIcon: SVGIcon;
|
|
42
|
+
caretAltRightIcon: SVGIcon;
|
|
43
|
+
selectedDate: Date;
|
|
44
|
+
eventsPerSelectedDay: any[];
|
|
45
|
+
days: Date[];
|
|
46
|
+
focusedDate: Date;
|
|
47
|
+
private currentTd;
|
|
48
|
+
private tds;
|
|
49
|
+
private isTooltipClicked;
|
|
50
|
+
constructor(localization: LocalizationService, focusService: FocusService, intl: IntlService, viewContext: ViewContextService, viewState: ViewStateService, zone: NgZone, renderer: Renderer2, pdfService: PDFService, element: ElementRef, slotService: MonthSlotService, scrollBarWidthService: ScrollbarWidthService, changeDetector: ChangeDetectorRef, localeId: string);
|
|
51
|
+
ngAfterViewInit(): void;
|
|
52
|
+
getSlotClass(date: any): string;
|
|
53
|
+
getEventClasses(item: any, resources: any, isAllDay?: boolean): any;
|
|
54
|
+
onBlur(): void;
|
|
55
|
+
getDate(element: ElementRef): Date;
|
|
56
|
+
eventTitle(event: any): string;
|
|
57
|
+
onClick(event: any): void;
|
|
58
|
+
onMouseDown(): void;
|
|
59
|
+
onKeydown(event: any): void;
|
|
60
|
+
navigateToDay(date: Date): void;
|
|
61
|
+
private eventsPerDay;
|
|
62
|
+
private tasksPerDay;
|
|
63
|
+
onValueChange(date: Date): void;
|
|
64
|
+
hasEvent(date: Date): boolean;
|
|
65
|
+
createPDFElement(): void;
|
|
66
|
+
protected onSelectDate(date: Date): void;
|
|
67
|
+
protected onAction(e: NavigationAction): void;
|
|
68
|
+
protected createTasks(items: ViewItem[], dateRange: DateRange): any[];
|
|
69
|
+
protected reflow(): void;
|
|
70
|
+
protected dateRange(date?: Date): DateRange;
|
|
71
|
+
protected onTasksChange(): void;
|
|
72
|
+
protected slotByIndex: (slotIndex: string, args: any) => void;
|
|
73
|
+
protected dragHintSize: (startSlot: any, endSlot: any) => void;
|
|
74
|
+
protected dragRanges: (slot: any) => void;
|
|
75
|
+
protected slotByPosition: (x: number, y: number, container?: any) => any;
|
|
76
|
+
private createDaySlots;
|
|
77
|
+
private getLastDayOfMonth;
|
|
78
|
+
cachedTds: any[];
|
|
79
|
+
private updateTds;
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YearViewInternalComponent, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YearViewInternalComponent, "year-view-internal", never, { "newRange": "newRange"; "dateRangeFn": "dateRangeFn"; "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; }, {}, never, never>;
|
|
82
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
6
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { DateRange } from '../../types';
|
|
8
|
+
import { ViewContextService } from '../view-context.service';
|
|
9
|
+
import { ViewStateService } from '../view-state.service';
|
|
10
|
+
import { ConfigurationViewBase } from '../common/configuration-view-base';
|
|
11
|
+
import { IntlService } from '@progress/kendo-angular-intl';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
/**
|
|
14
|
+
* The component for rendering the **Year** view.
|
|
15
|
+
*/
|
|
16
|
+
export declare class YearViewComponent extends ConfigurationViewBase {
|
|
17
|
+
private intl;
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
highlightOngoingEvents: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* The long-date format for displaying the
|
|
24
|
+
* selected year in the Scheduler toolbar.
|
|
25
|
+
* For more information, see [Parsing and Formatting Dates and Numbers]({% slug parsingandformatting_intl %}#toc-date-formatting).
|
|
26
|
+
* @default '{0:yyy}'
|
|
27
|
+
*/
|
|
28
|
+
selectedDateFormat: string;
|
|
29
|
+
/**
|
|
30
|
+
* The short-date format for displaying the
|
|
31
|
+
* selected year in the Scheduler toolbar.
|
|
32
|
+
* For more information, see [Parsing and Formatting Dates and Numbers]({% slug parsingandformatting_intl %}#toc-date-formatting).
|
|
33
|
+
* @default '{0:yyy}'
|
|
34
|
+
*/
|
|
35
|
+
selectedShortDateFormat: string;
|
|
36
|
+
/**
|
|
37
|
+
* @hidden
|
|
38
|
+
*/
|
|
39
|
+
get title(): string;
|
|
40
|
+
/**
|
|
41
|
+
* The invariant name for this view.
|
|
42
|
+
* @default 'year'
|
|
43
|
+
*/
|
|
44
|
+
readonly name: string;
|
|
45
|
+
constructor(localization: LocalizationService, changeDetector: ChangeDetectorRef, viewContext: ViewContextService, viewState: ViewStateService, intl: IntlService);
|
|
46
|
+
/**
|
|
47
|
+
* @hidden
|
|
48
|
+
*/
|
|
49
|
+
dateRange(date: Date): DateRange;
|
|
50
|
+
/**
|
|
51
|
+
* @hidden
|
|
52
|
+
*/
|
|
53
|
+
newRange(date: Date, direction?: 1 | -1): Date;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YearViewComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YearViewComponent, "kendo-scheduler-year-view", never, { "selectedDateFormat": "selectedDateFormat"; "selectedShortDateFormat": "selectedShortDateFormat"; }, {}, never, never>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./year-view.component";
|
|
7
|
+
import * as i2 from "./year-view-internal.component";
|
|
8
|
+
import * as i3 from "../common/views-shared.module";
|
|
9
|
+
import * as i4 from "@progress/kendo-angular-dateinputs";
|
|
10
|
+
import * as i5 from "@progress/kendo-angular-tooltip";
|
|
11
|
+
import * as i6 from "@progress/kendo-angular-intl";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare class YearViewModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YearViewModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<YearViewModule, [typeof i1.YearViewComponent, typeof i2.YearViewInternalComponent], [typeof i3.ViewsSharedModule, typeof i4.CalendarsModule, typeof i5.TooltipsModule, typeof i6.IntlModule], [typeof i1.YearViewComponent]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<YearViewModule>;
|
|
19
|
+
}
|