@progress/kendo-angular-scheduler 4.2.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/esm2015/main.js CHANGED
@@ -65,5 +65,15 @@ export { PDFCommandDirective } from './pdf/pdf-command.directive';
65
65
  export { PDFExportEvent } from './pdf/pdf-export-event';
66
66
  export { FocusableDirective } from './navigation';
67
67
  export { SharedModule } from './shared.module';
68
+ export { ViewsSharedModule } from './views/common/views-shared.module';
69
+ export { HintContainerComponent } from './views/common/hint-container.component';
70
+ export { ViewFooterComponent } from './views/common/view-footer.component';
71
+ export { RepeatPipe } from './views/common/repeat.pipe';
72
+ export { WorkHoursFooterDirective } from './views/common/work-hours-footer.directive';
73
+ export { ResourceIteratorPipe } from './views/common/resource-iterator.pipe';
74
+ export { ResizeHintComponent } from './views/common/resize-hint.component';
75
+ export { TimelineBase } from './views/timeline/timeline-base';
76
+ export { TimelineMultiDayViewComponent } from './views/timeline/timeline-multi-day-view.component';
77
+ export { DayTimeSlotService } from './views/day-time/day-time-slot.service';
68
78
  export * from './types';
69
79
  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: 1655883470,
12
+ publishDate: 1657717329,
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: 1655883470,
46
+ publishDate: 1657717329,
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, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusableDirective, GroupHeaderTemplateDirective, 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, ResizeEndEvent, ResizeEvent, ResizeStartEvent, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineMonthViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewStateService, WeekViewComponent, WorkWeekViewComponent };
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 };
16734
16734
 
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "4.2.0",
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",