1 | import { NgbDatepickerI18n } from '../datepicker-i18n';
|
2 | import { NgbDateStruct } from '../../index';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 | export declare class NgbDatepickerI18nHebrew extends NgbDatepickerI18n {
|
8 | getMonthShortName(month: number, year?: number): string;
|
9 | getMonthFullName(month: number, year?: number): string;
|
10 | getWeekdayLabel(weekday: number, width?: Intl.DateTimeFormatOptions['weekday']): string;
|
11 | getDayAriaLabel(date: NgbDateStruct): string;
|
12 | getDayNumerals(date: NgbDateStruct): string;
|
13 | getWeekNumerals(weekNumber: number): string;
|
14 | getYearNumerals(year: number): string;
|
15 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbDatepickerI18nHebrew, never>;
|
16 | static ɵprov: i0.ɵɵInjectableDeclaration<NgbDatepickerI18nHebrew>;
|
17 | }
|