@progress/kendo-angular-scheduler 4.3.0-dev.202207131303 → 4.3.0-dev.202207221541
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/esm2015/main.js
CHANGED
|
@@ -64,6 +64,7 @@ export { PDFService } from './pdf/pdf.service';
|
|
|
64
64
|
export { PDFCommandDirective } from './pdf/pdf-command.directive';
|
|
65
65
|
export { PDFExportEvent } from './pdf/pdf-export-event';
|
|
66
66
|
export { FocusableDirective } from './navigation';
|
|
67
|
+
export { FocusService } from './navigation/focus.service';
|
|
67
68
|
export { SharedModule } from './shared.module';
|
|
68
69
|
export { ViewsSharedModule } from './views/common/views-shared.module';
|
|
69
70
|
export { HintContainerComponent } from './views/common/hint-container.component';
|
|
@@ -75,5 +76,8 @@ export { ResizeHintComponent } from './views/common/resize-hint.component';
|
|
|
75
76
|
export { TimelineBase } from './views/timeline/timeline-base';
|
|
76
77
|
export { TimelineMultiDayViewComponent } from './views/timeline/timeline-multi-day-view.component';
|
|
77
78
|
export { DayTimeSlotService } from './views/day-time/day-time-slot.service';
|
|
79
|
+
export { DayTimeViewItemComponent } from './views/day-time/day-time-view-item.component';
|
|
80
|
+
export { TimeSlotDirective, DaySlotDirective } from './views/day-time/event-slot.directive';
|
|
81
|
+
export { DayTimeModule } from './views/day-time/day-time.module';
|
|
78
82
|
export * from './types';
|
|
79
83
|
export * from './events';
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-scheduler',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1658504437,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -43,7 +43,7 @@ const packageMetadata = {
|
|
|
43
43
|
name: '@progress/kendo-angular-scheduler',
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
46
|
-
publishDate:
|
|
46
|
+
publishDate: 1658504437,
|
|
47
47
|
version: '',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
49
49
|
};
|
|
@@ -16730,5 +16730,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
16730
16730
|
* Generated bundle index. Do not edit.
|
|
16731
16731
|
*/
|
|
16732
16732
|
|
|
16733
|
-
export { AddEvent, AgendaDateTemplateDirective, AgendaTimeTemplateDirective, AgendaViewComponent, AllDayEventTemplateDirective, AllDaySlotTemplateDirective, BaseEditService, CancelEvent, CrudOperation, DataBindingDirective, DateChangeEvent, DateHeaderTemplateDirective, DayTimeSlotService, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusableDirective, GroupHeaderTemplateDirective, HintContainerComponent, IsSlotSelectedArgs, LoadingComponent, LocalizedMessagesDirective, MajorTimeHeaderTemplateDirective, MinorTimeHeaderTemplateDirective, MonthDaySlotTemplateDirective, MonthViewComponent, MonthViewModule, MultiDayViewComponent, MultiDayViewModule, MultipleResourceEditorComponent, NavigateEvent, PDFCommandDirective, PDFComponent, PDFExportEvent, PDFModule, PDFService, ReactiveEditingDirective, RecurrenceEditorComponent, RecurrenceEditorCustomMessagesComponent, RecurrenceEditorLocalizedMessagesDirective, RecurrenceEndRuleEditorComponent, RecurrenceFrequencyEditorComponent, RecurrenceIntervalEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceWeekdayRuleEditorComponent, RemoveEvent, RepeatOnRadioButtonDirective, RepeatPipe, ResizeEndEvent, ResizeEvent, ResizeHintComponent, ResizeStartEvent, ResourceIteratorPipe, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineBase, TimelineMonthViewComponent, TimelineMultiDayViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewFooterComponent, ViewStateService, ViewsSharedModule, WeekViewComponent, WorkHoursFooterDirective, WorkWeekViewComponent };
|
|
16733
|
+
export { AddEvent, AgendaDateTemplateDirective, AgendaTimeTemplateDirective, AgendaViewComponent, AllDayEventTemplateDirective, AllDaySlotTemplateDirective, BaseEditService, CancelEvent, CrudOperation, DataBindingDirective, DateChangeEvent, DateHeaderTemplateDirective, DaySlotDirective, DayTimeModule, DayTimeSlotService, DayTimeViewItemComponent, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusService, FocusableDirective, GroupHeaderTemplateDirective, HintContainerComponent, IsSlotSelectedArgs, LoadingComponent, LocalizedMessagesDirective, MajorTimeHeaderTemplateDirective, MinorTimeHeaderTemplateDirective, MonthDaySlotTemplateDirective, MonthViewComponent, MonthViewModule, MultiDayViewComponent, MultiDayViewModule, MultipleResourceEditorComponent, NavigateEvent, PDFCommandDirective, PDFComponent, PDFExportEvent, PDFModule, PDFService, ReactiveEditingDirective, RecurrenceEditorComponent, RecurrenceEditorCustomMessagesComponent, RecurrenceEditorLocalizedMessagesDirective, RecurrenceEndRuleEditorComponent, RecurrenceFrequencyEditorComponent, RecurrenceIntervalEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceWeekdayRuleEditorComponent, RemoveEvent, RepeatOnRadioButtonDirective, RepeatPipe, ResizeEndEvent, ResizeEvent, ResizeHintComponent, ResizeStartEvent, ResourceIteratorPipe, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, TimeSlotDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineBase, TimelineMonthViewComponent, TimelineMultiDayViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewFooterComponent, ViewStateService, ViewsSharedModule, WeekViewComponent, WorkHoursFooterDirective, WorkWeekViewComponent };
|
|
16734
16734
|
|
package/main.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export { PDFService } from './pdf/pdf.service';
|
|
|
66
66
|
export { PDFCommandDirective } from './pdf/pdf-command.directive';
|
|
67
67
|
export { PDFExportEvent } from './pdf/pdf-export-event';
|
|
68
68
|
export { FocusableDirective } from './navigation';
|
|
69
|
+
export { FocusService } from './navigation/focus.service';
|
|
69
70
|
export { SharedModule } from './shared.module';
|
|
70
71
|
export { ViewsSharedModule } from './views/common/views-shared.module';
|
|
71
72
|
export { HintContainerComponent } from './views/common/hint-container.component';
|
|
@@ -77,5 +78,8 @@ export { ResizeHintComponent } from './views/common/resize-hint.component';
|
|
|
77
78
|
export { TimelineBase } from './views/timeline/timeline-base';
|
|
78
79
|
export { TimelineMultiDayViewComponent } from './views/timeline/timeline-multi-day-view.component';
|
|
79
80
|
export { DayTimeSlotService } from './views/day-time/day-time-slot.service';
|
|
81
|
+
export { DayTimeViewItemComponent } from './views/day-time/day-time-view-item.component';
|
|
82
|
+
export { TimeSlotDirective, DaySlotDirective } from './views/day-time/event-slot.directive';
|
|
83
|
+
export { DayTimeModule } from './views/day-time/day-time.module';
|
|
80
84
|
export * from './types';
|
|
81
85
|
export * from './events';
|
package/package.json
CHANGED