UNPKG

3.11 kBTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./themes/bs/bs-calendar-layout.component";
4import * as i2 from "./themes/bs/bs-current-date-view.component";
5import * as i3 from "./themes/bs/bs-custom-dates-view.component";
6import * as i4 from "./themes/bs/bs-datepicker-day-decorator.directive";
7import * as i5 from "./themes/bs/bs-datepicker-navigation-view.component";
8import * as i6 from "./themes/bs/bs-days-calendar-view.component";
9import * as i7 from "./themes/bs/bs-months-calendar-view.component";
10import * as i8 from "./themes/bs/bs-timepicker-view.component";
11import * as i9 from "./themes/bs/bs-years-calendar-view.component";
12import * as i10 from "./themes/bs/bs-datepicker-container.component";
13import * as i11 from "./bs-datepicker.component";
14import * as i12 from "./themes/bs/bs-datepicker-inline-container.component";
15import * as i13 from "./bs-datepicker-inline.component";
16import * as i14 from "./bs-datepicker-input.directive";
17import * as i15 from "./themes/bs/bs-daterangepicker-container.component";
18import * as i16 from "./bs-daterangepicker.component";
19import * as i17 from "./themes/bs/bs-daterangepicker-inline-container.component";
20import * as i18 from "./bs-daterangepicker-inline.component";
21import * as i19 from "./bs-daterangepicker-input.directive";
22import * as i20 from "@angular/common";
23import * as i21 from "ngx-bootstrap/tooltip";
24import * as i22 from "ngx-bootstrap/timepicker";
25export declare class BsDatepickerModule {
26 static forRoot(): ModuleWithProviders<BsDatepickerModule>;
27 static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerModule, never>;
28 static ɵmod: i0.ɵɵNgModuleDeclaration<BsDatepickerModule, [typeof i1.BsCalendarLayoutComponent, typeof i2.BsCurrentDateViewComponent, typeof i3.BsCustomDatesViewComponent, typeof i4.BsDatepickerDayDecoratorComponent, typeof i5.BsDatepickerNavigationViewComponent, typeof i6.BsDaysCalendarViewComponent, typeof i7.BsMonthCalendarViewComponent, typeof i8.BsTimepickerViewComponent, typeof i9.BsYearsCalendarViewComponent, typeof i10.BsDatepickerContainerComponent, typeof i11.BsDatepickerDirective, typeof i12.BsDatepickerInlineContainerComponent, typeof i13.BsDatepickerInlineDirective, typeof i14.BsDatepickerInputDirective, typeof i15.BsDaterangepickerContainerComponent, typeof i16.BsDaterangepickerDirective, typeof i17.BsDaterangepickerInlineContainerComponent, typeof i18.BsDaterangepickerInlineDirective, typeof i19.BsDaterangepickerInputDirective], [typeof i20.CommonModule, typeof i21.TooltipModule, typeof i22.TimepickerModule], [typeof i10.BsDatepickerContainerComponent, typeof i11.BsDatepickerDirective, typeof i12.BsDatepickerInlineContainerComponent, typeof i13.BsDatepickerInlineDirective, typeof i14.BsDatepickerInputDirective, typeof i15.BsDaterangepickerContainerComponent, typeof i16.BsDaterangepickerDirective, typeof i17.BsDaterangepickerInlineContainerComponent, typeof i18.BsDaterangepickerInlineDirective, typeof i19.BsDaterangepickerInputDirective]>;
29 static ɵinj: i0.ɵɵInjectorDeclaration<BsDatepickerModule>;
30}