{"version":3,"file":"timepicker-i18n.d.ts","sources":["timepicker-i18n.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["export declare function NGB_TIMEPICKER_I18N_FACTORY(locale: any): NgbTimepickerI18nDefault;\r\n/**\r\n * Type of the service supplying day periods (for example, 'AM' and 'PM') to NgbTimepicker component.\r\n * The default implementation of this service honors the Angular locale, and uses the registered locale data,\r\n * as explained in the Angular i18n guide.\r\n */\r\nexport declare abstract class NgbTimepickerI18n {\r\n    /**\r\n     * Returns the name for the period before midday.\r\n     */\r\n    abstract getMorningPeriod(): string;\r\n    /**\r\n     * Returns the name for the period after midday.\r\n     */\r\n    abstract getAfternoonPeriod(): string;\r\n}\r\nexport declare class NgbTimepickerI18nDefault extends NgbTimepickerI18n {\r\n    private _periods;\r\n    constructor(locale: string);\r\n    getMorningPeriod(): string;\r\n    getAfternoonPeriod(): string;\r\n}\r\n"]}