1 | import { NgbDatepickerConfig } from './datepicker-config';
|
2 | import { PlacementArray } from '../util/positioning';
|
3 | import { Options } from '@popperjs/core';
|
4 | import * as i0 from "@angular/core";
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 | export declare class NgbInputDatepickerConfig extends NgbDatepickerConfig {
|
14 | autoClose: boolean | 'inside' | 'outside';
|
15 | container: null | 'body';
|
16 | positionTarget: string | HTMLElement;
|
17 | placement: PlacementArray;
|
18 | popperOptions: (options: Partial<Options>) => Partial<Options>;
|
19 | restoreFocus: true | HTMLElement | string;
|
20 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbInputDatepickerConfig, never>;
|
21 | static ɵprov: i0.ɵɵInjectableDeclaration<NgbInputDatepickerConfig>;
|
22 | }
|