{"version":3,"file":"ngb-calendar-islamic-umalqura.d.ts","sources":["ngb-calendar-islamic-umalqura.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { NgbCalendarIslamicCivil } from './ngb-calendar-islamic-civil';\r\nimport { NgbDate } from '../ngb-date';\r\nexport declare class NgbCalendarIslamicUmalqura extends NgbCalendarIslamicCivil {\r\n    /**\r\n    * Returns the equivalent islamic(Umalqura) date value for a give input Gregorian date.\r\n    * `gdate` is s JS Date to be converted to Hijri.\r\n    */\r\n    fromGregorian(gDate: Date): NgbDate;\r\n    /**\r\n    * Converts the current Hijri date to Gregorian.\r\n    */\r\n    toGregorian(hDate: NgbDate): Date;\r\n    /**\r\n    * Returns the number of days in a specific Hijri hMonth.\r\n    * `hMonth` is 1 for Muharram, 2 for Safar, etc.\r\n    * `hYear` is any Hijri hYear.\r\n    */\r\n    getDaysPerMonth(hMonth: number, hYear: number): number;\r\n}\r\n"]}