UNPKG

2.41 kBTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./datepicker";
3import * as i2 from "./datepicker-input";
4export { NgbDatepicker, NgbDatepickerContent, NgbDatepickerNavigateEvent, NgbDatepickerState } from './datepicker';
5export { NgbInputDatepicker } from './datepicker-input';
6export { NgbCalendar, NgbPeriod, NgbCalendarGregorian } from './ngb-calendar';
7export { NgbCalendarIslamicCivil } from './hijri/ngb-calendar-islamic-civil';
8export { NgbCalendarIslamicUmalqura } from './hijri/ngb-calendar-islamic-umalqura';
9export { NgbCalendarPersian } from './jalali/ngb-calendar-persian';
10export { NgbCalendarHebrew } from './hebrew/ngb-calendar-hebrew';
11export { NgbDatepickerI18nHebrew } from './hebrew/datepicker-i18n-hebrew';
12export { NgbCalendarBuddhist } from './buddhist/ngb-calendar-buddhist';
13export { NgbCalendarEthiopian } from './ethiopian/ngb-calendar-ethiopian';
14export { NgbDatepickerI18nAmharic } from './ethiopian/datepicker-i18n-amharic';
15export { NgbDatepickerMonth } from './datepicker';
16export { NgbDatepickerDayView } from './datepicker-day-view';
17export { NgbDatepickerNavigation } from './datepicker-navigation';
18export { NgbDatepickerNavigationSelect } from './datepicker-navigation-select';
19export { NgbDatepickerConfig } from './datepicker-config';
20export { NgbInputDatepickerConfig } from './datepicker-input-config';
21export { NgbDatepickerI18n, NgbDatepickerI18nDefault } from './datepicker-i18n';
22export { NgbDateStruct } from './ngb-date-struct';
23export { NgbDate } from './ngb-date';
24export { NgbDateAdapter, NgbDateStructAdapter } from './adapters/ngb-date-adapter';
25export { NgbDateNativeAdapter } from './adapters/ngb-date-native-adapter';
26export { NgbDateNativeUTCAdapter } from './adapters/ngb-date-native-utc-adapter';
27export { NgbDateParserFormatter } from './ngb-date-parser-formatter';
28export { NgbDatepickerKeyboardService } from './datepicker-keyboard-service';
29export declare class NgbDatepickerModule {
30 static ɵfac: i0.ɵɵFactoryDeclaration<NgbDatepickerModule, never>;
31 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbDatepickerModule, never, [typeof i1.NgbDatepicker, typeof i1.NgbDatepickerContent, typeof i2.NgbInputDatepicker, typeof i1.NgbDatepickerMonth], [typeof i1.NgbDatepicker, typeof i1.NgbDatepickerContent, typeof i2.NgbInputDatepicker, typeof i1.NgbDatepickerMonth]>;
32 static ɵinj: i0.ɵɵInjectorDeclaration<NgbDatepickerModule>;
33}