UNPKG

2.76 kBTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./calendar-week-view/calendar-week-view.component";
3import * as i2 from "./calendar-week-view/calendar-week-view-header/calendar-week-view-header.component";
4import * as i3 from "./calendar-week-view/calendar-week-view-event/calendar-week-view-event.component";
5import * as i4 from "./calendar-week-view/calendar-week-view-hour-segment/calendar-week-view-hour-segment.component";
6import * as i5 from "./calendar-week-view/calendar-week-view-current-time-marker/calendar-week-view-current-time-marker.component";
7import * as i6 from "@angular/common";
8import * as i7 from "angular-resizable-element";
9import * as i8 from "angular-draggable-droppable";
10import * as i9 from "../common/calendar-common.module";
11export { CalendarWeekViewComponent, CalendarWeekViewBeforeRenderEvent, } from './calendar-week-view/calendar-week-view.component';
12export { WeekViewAllDayEvent as CalendarWeekViewAllDayEvent, WeekViewAllDayEventRow as CalendarWeekViewAllDayEventRow, GetWeekViewArgs as CalendarGetWeekViewArgs, } from 'calendar-utils';
13export { getWeekViewPeriod } from '../common/util/util';
14export { CalendarWeekViewHeaderComponent as ɵCalendarWeekViewHeaderComponent } from './calendar-week-view/calendar-week-view-header/calendar-week-view-header.component';
15export { CalendarWeekViewEventComponent as ɵCalendarWeekViewEventComponent } from './calendar-week-view/calendar-week-view-event/calendar-week-view-event.component';
16export { CalendarWeekViewHourSegmentComponent as ɵCalendarWeekViewHourSegmentComponent } from './calendar-week-view/calendar-week-view-hour-segment/calendar-week-view-hour-segment.component';
17export { CalendarWeekViewCurrentTimeMarkerComponent as ɵCalendarWeekViewCurrentTimeMarkerComponent } from './calendar-week-view/calendar-week-view-current-time-marker/calendar-week-view-current-time-marker.component';
18export 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}