@qeydar/datepicker
Version:
A comprehensive Date and Time Picker for Angular with Jalali calendar support
14 lines (13 loc) • 891 B
TypeScript
import { EventEmitter, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MonthsGridComponent {
viewMode: 'days' | 'months' | 'years';
monthListNum: number[];
monthTemplate: TemplateRef<any> | null;
isActiveMonthNumber: (month: number) => boolean;
isMonthDisabled: (month: number) => boolean;
getMonthName: (month: number) => string;
selectMonth: EventEmitter<number>;
static ɵfac: i0.ɵɵFactoryDeclaration<MonthsGridComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MonthsGridComponent, "qeydar-months-grid", never, { "viewMode": "viewMode"; "monthListNum": "monthListNum"; "monthTemplate": "monthTemplate"; "isActiveMonthNumber": "isActiveMonthNumber"; "isMonthDisabled": "isMonthDisabled"; "getMonthName": "getMonthName"; }, { "selectMonth": "selectMonth"; }, never, never, true>;
}