UNPKG

3.33 kBTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./components/calendar-navigation/calendar-view-mode.component";
3import * as i2 from "./components/calendar-navigation/calendar-pageable-navigation.component";
4import * as i3 from "./components/calendar-days-names/calendar-days-names.component";
5import * as i4 from "./components/calendar-year-picker/calendar-year-picker.component";
6import * as i5 from "./components/calendar-month-picker/calendar-month-picker.component";
7import * as i6 from "./components/calendar-day-picker/calendar-day-picker.component";
8import * as i7 from "./components/calendar-day-picker/calendar-day-cell.component";
9import * as i8 from "./components/calendar-actions/calendar-actions.component";
10import * as i9 from "./components/calendar-month-picker/calendar-month-cell.component";
11import * as i10 from "./components/calendar-year-picker/calendar-year-cell.component";
12import * as i11 from "./components/calendar-picker/calendar-picker-row.component";
13import * as i12 from "./components/calendar-picker/calendar-picker.component";
14import * as i13 from "./components/calendar-week-number/calendar-week-number.component";
15import * as i14 from "../shared/shared.module";
16import * as i15 from "../button/button.module";
17import * as i16 from "../icon/icon.module";
18/**
19 * `NbCalendarKitModule` is a module that contains multiple useful components for building custom calendars.
20 * So if you think our calendars is not enough powerful for you just use calendar-kit and build your own calendar!
21 *
22 * Available components:
23 * - `NbCalendarDayPicker`
24 * - `NbCalendarDayCell`
25 * - `NbCalendarMonthPicker`
26 * - `NbCalendarMonthCell`
27 * - `NbCalendarYearPicker`
28 * - `NbCalendarYearCell`
29 * - `NbCalendarViewModeComponent`
30 * - `NbCalendarPageableNavigation`
31 *
32 * For example you can easily build full calendar:
33 * @stacked-example(Full calendar, calendar-kit/calendar-kit-full-calendar.component)
34 * */
35export declare class NbCalendarKitModule {
36 static ɵfac: i0.ɵɵFactoryDeclaration<NbCalendarKitModule, never>;
37 static ɵmod: i0.ɵɵNgModuleDeclaration<NbCalendarKitModule, [typeof i1.NbCalendarViewModeComponent, typeof i2.NbCalendarPageableNavigationComponent, typeof i3.NbCalendarDaysNamesComponent, typeof i4.NbCalendarYearPickerComponent, typeof i5.NbCalendarMonthPickerComponent, typeof i6.NbCalendarDayPickerComponent, typeof i7.NbCalendarDayCellComponent, typeof i8.NbCalendarActionsComponent, typeof i9.NbCalendarMonthCellComponent, typeof i10.NbCalendarYearCellComponent, typeof i11.NbCalendarPickerRowComponent, typeof i12.NbCalendarPickerComponent, typeof i13.NbCalendarWeekNumberComponent], [typeof i14.NbSharedModule, typeof i15.NbButtonModule, typeof i16.NbIconModule], [typeof i1.NbCalendarViewModeComponent, typeof i2.NbCalendarPageableNavigationComponent, typeof i3.NbCalendarDaysNamesComponent, typeof i4.NbCalendarYearPickerComponent, typeof i5.NbCalendarMonthPickerComponent, typeof i6.NbCalendarDayPickerComponent, typeof i7.NbCalendarDayCellComponent, typeof i8.NbCalendarActionsComponent, typeof i9.NbCalendarMonthCellComponent, typeof i10.NbCalendarYearCellComponent, typeof i11.NbCalendarPickerRowComponent, typeof i12.NbCalendarPickerComponent, typeof i13.NbCalendarWeekNumberComponent]>;
38 static ɵinj: i0.ɵɵInjectorDeclaration<NbCalendarKitModule>;
39}