1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./calendar-week-view/calendar-week-view.component";
|
3 | import * as i2 from "./calendar-week-view/calendar-week-view-header/calendar-week-view-header.component";
|
4 | import * as i3 from "./calendar-week-view/calendar-week-view-event/calendar-week-view-event.component";
|
5 | import * as i4 from "./calendar-week-view/calendar-week-view-hour-segment/calendar-week-view-hour-segment.component";
|
6 | import * as i5 from "./calendar-week-view/calendar-week-view-current-time-marker/calendar-week-view-current-time-marker.component";
|
7 | import * as i6 from "@angular/common";
|
8 | import * as i7 from "angular-resizable-element";
|
9 | import * as i8 from "angular-draggable-droppable";
|
10 | import * as i9 from "../common/calendar-common.module";
|
11 | export { CalendarWeekViewComponent, CalendarWeekViewBeforeRenderEvent, } from './calendar-week-view/calendar-week-view.component';
|
12 | export { WeekViewAllDayEvent as CalendarWeekViewAllDayEvent, WeekViewAllDayEventRow as CalendarWeekViewAllDayEventRow, GetWeekViewArgs as CalendarGetWeekViewArgs, } from 'calendar-utils';
|
13 | export { getWeekViewPeriod } from '../common/util/util';
|
14 | export { CalendarWeekViewHeaderComponent as ɵCalendarWeekViewHeaderComponent } from './calendar-week-view/calendar-week-view-header/calendar-week-view-header.component';
|
15 | export { CalendarWeekViewEventComponent as ɵCalendarWeekViewEventComponent } from './calendar-week-view/calendar-week-view-event/calendar-week-view-event.component';
|
16 | export { CalendarWeekViewHourSegmentComponent as ɵCalendarWeekViewHourSegmentComponent } from './calendar-week-view/calendar-week-view-hour-segment/calendar-week-view-hour-segment.component';
|
17 | export { CalendarWeekViewCurrentTimeMarkerComponent as ɵCalendarWeekViewCurrentTimeMarkerComponent } from './calendar-week-view/calendar-week-view-current-time-marker/calendar-week-view-current-time-marker.component';
|
18 | export declare class CalendarWeekModule {
|
19 | static ɵfac: i0.ɵɵFactoryDeclaration<CalendarWeekModule, never>;
|
20 | static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarWeekModule, [typeof i1.CalendarWeekViewComponent, typeof i2.CalendarWeekViewHeaderComponent, typeof i3.CalendarWeekViewEventComponent, typeof i4.CalendarWeekViewHourSegmentComponent, typeof i5.CalendarWeekViewCurrentTimeMarkerComponent], [typeof i6.CommonModule, typeof i7.ResizableModule, typeof i8.DragAndDropModule, typeof i9.CalendarCommonModule], [typeof i7.ResizableModule, typeof i8.DragAndDropModule, typeof i1.CalendarWeekViewComponent, typeof i2.CalendarWeekViewHeaderComponent, typeof i3.CalendarWeekViewEventComponent, typeof i4.CalendarWeekViewHourSegmentComponent, typeof i5.CalendarWeekViewCurrentTimeMarkerComponent]>;
|
21 | static ɵinj: i0.ɵɵInjectorDeclaration<CalendarWeekModule>;
|
22 | }
|