1 | import { ModuleWithProviders, Provider } from '@angular/core';
|
2 | import * as i0 from "@angular/core";
|
3 | import * as i1 from "./calendar-event-actions/calendar-event-actions.component";
|
4 | import * as i2 from "./calendar-event-title/calendar-event-title.component";
|
5 | import * as i3 from "./calendar-tooltip/calendar-tooltip.directive";
|
6 | import * as i4 from "./calendar-previous-view/calendar-previous-view.directive";
|
7 | import * as i5 from "./calendar-next-view/calendar-next-view.directive";
|
8 | import * as i6 from "./calendar-today/calendar-today.directive";
|
9 | import * as i7 from "./calendar-date/calendar-date.pipe";
|
10 | import * as i8 from "./calendar-event-title/calendar-event-title.pipe";
|
11 | import * as i9 from "./calendar-a11y/calendar-a11y.pipe";
|
12 | import * as i10 from "./click/click.directive";
|
13 | import * as i11 from "./keydown-enter/keydown-enter.directive";
|
14 | import * as i12 from "@angular/common";
|
15 | export interface CalendarModuleConfig {
|
16 | eventTitleFormatter?: Provider;
|
17 | dateFormatter?: Provider;
|
18 | utils?: Provider;
|
19 | a11y?: Provider;
|
20 | }
|
21 | export * from './calendar-event-title-formatter/calendar-event-title-formatter.provider';
|
22 | export * from './calendar-moment-date-formatter/calendar-moment-date-formatter.provider';
|
23 | export * from './calendar-native-date-formatter/calendar-native-date-formatter.provider';
|
24 | export * from './calendar-angular-date-formatter/calendar-angular-date-formatter.provider';
|
25 | export * from './calendar-date-formatter/calendar-date-formatter.provider';
|
26 | export * from './calendar-utils/calendar-utils.provider';
|
27 | export * from './calendar-a11y/calendar-a11y.provider';
|
28 | export * from './calendar-a11y/calendar-a11y.interface';
|
29 | export * from './calendar-date-formatter/calendar-date-formatter.interface';
|
30 | export * from './calendar-event-times-changed-event/calendar-event-times-changed-event.interface';
|
31 | export * from '../../date-adapters/date-adapter';
|
32 | export * from './calendar-view/calendar-view.enum';
|
33 | export { CalendarEventActionsComponent as ɵCalendarEventActionsComponent } from './calendar-event-actions/calendar-event-actions.component';
|
34 | export { CalendarEventTitleComponent as ɵCalendarEventTitleComponent } from './calendar-event-title/calendar-event-title.component';
|
35 | export { CalendarTooltipDirective as ɵCalendarTooltipDirective, CalendarTooltipWindowComponent as ɵCalendarTooltipWindowComponent, } from './calendar-tooltip/calendar-tooltip.directive';
|
36 | export { CalendarPreviousViewDirective as ɵCalendarPreviousViewDirective } from './calendar-previous-view/calendar-previous-view.directive';
|
37 | export { CalendarNextViewDirective as ɵCalendarNextViewDirective } from './calendar-next-view/calendar-next-view.directive';
|
38 | export { CalendarTodayDirective as ɵCalendarTodayDirective } from './calendar-today/calendar-today.directive';
|
39 | export { CalendarDatePipe as ɵCalendarDatePipe } from './calendar-date/calendar-date.pipe';
|
40 | export { CalendarEventTitlePipe as ɵCalendarEventTitlePipe } from './calendar-event-title/calendar-event-title.pipe';
|
41 | export { ClickDirective as ɵClickDirective } from './click/click.directive';
|
42 | export { KeydownEnterDirective as ɵKeydownEnterDirective } from './keydown-enter/keydown-enter.directive';
|
43 | export { CalendarA11yPipe as ɵCalendarA11yPipe } from './calendar-a11y/calendar-a11y.pipe';
|
44 | export { CalendarEvent, EventAction as CalendarEventAction, DAYS_OF_WEEK, ViewPeriod as CalendarViewPeriod, } from 'calendar-utils';
|
45 |
|
46 |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 |
|
52 |
|
53 |
|
54 |
|
55 |
|
56 |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 | export declare class CalendarCommonModule {
|
62 | static forRoot(dateAdapter: Provider, config?: CalendarModuleConfig): ModuleWithProviders<CalendarCommonModule>;
|
63 | static ɵfac: i0.ɵɵFactoryDeclaration<CalendarCommonModule, never>;
|
64 | static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarCommonModule, [typeof i1.CalendarEventActionsComponent, typeof i2.CalendarEventTitleComponent, typeof i3.CalendarTooltipWindowComponent, typeof i3.CalendarTooltipDirective, typeof i4.CalendarPreviousViewDirective, typeof i5.CalendarNextViewDirective, typeof i6.CalendarTodayDirective, typeof i7.CalendarDatePipe, typeof i8.CalendarEventTitlePipe, typeof i9.CalendarA11yPipe, typeof i10.ClickDirective, typeof i11.KeydownEnterDirective], [typeof i12.CommonModule], [typeof i1.CalendarEventActionsComponent, typeof i2.CalendarEventTitleComponent, typeof i3.CalendarTooltipWindowComponent, typeof i3.CalendarTooltipDirective, typeof i4.CalendarPreviousViewDirective, typeof i5.CalendarNextViewDirective, typeof i6.CalendarTodayDirective, typeof i7.CalendarDatePipe, typeof i8.CalendarEventTitlePipe, typeof i9.CalendarA11yPipe, typeof i10.ClickDirective, typeof i11.KeydownEnterDirective]>;
|
65 | static ɵinj: i0.ɵɵInjectorDeclaration<CalendarCommonModule>;
|
66 | }
|