UNPKG

2.25 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 { NgbDatepickerMonth } from './datepicker';
14export { NgbDatepickerDayView } from './datepicker-day-view';
15export { NgbDatepickerNavigation } from './datepicker-navigation';
16export { NgbDatepickerNavigationSelect } from './datepicker-navigation-select';
17export { NgbDatepickerConfig } from './datepicker-config';
18export { NgbInputDatepickerConfig } from './datepicker-input-config';
19export { NgbDatepickerI18n, NgbDatepickerI18nDefault } from './datepicker-i18n';
20export { NgbDateStruct } from './ngb-date-struct';
21export { NgbDate } from './ngb-date';
22export { NgbDateAdapter, NgbDateStructAdapter } from './adapters/ngb-date-adapter';
23export { NgbDateNativeAdapter } from './adapters/ngb-date-native-adapter';
24export { NgbDateNativeUTCAdapter } from './adapters/ngb-date-native-utc-adapter';
25export { NgbDateParserFormatter } from './ngb-date-parser-formatter';
26export { NgbDatepickerKeyboardService } from './datepicker-keyboard-service';
27export declare class NgbDatepickerModule {
28 static ɵfac: i0.ɵɵFactoryDeclaration<NgbDatepickerModule, never>;
29 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]>;
30 static ɵinj: i0.ɵɵInjectorDeclaration<NgbDatepickerModule>;
31}