UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

23 lines (22 loc) 1.11 kB
import { OnChanges, OnInit } from '@angular/core'; import { CandyDate } from 'ng-zorro-antd/core/time'; import { DateHelperService, NzCalendarI18nInterface, NzI18nService } from 'ng-zorro-antd/i18n'; import { AbstractTable } from './abstract-table'; import { DateBodyRow, DateCell } from './interface'; import * as i0 from "@angular/core"; export declare class DateTableComponent extends AbstractTable implements OnChanges, OnInit { private i18n; private dateHelper; locale: NzCalendarI18nInterface; constructor(i18n: NzI18nService, dateHelper: DateHelperService); private changeValueFromInside; makeHeadRow(): DateCell[]; private getVeryShortWeekFormat; makeBodyRows(): DateBodyRow[]; addCellProperty(cell: DateCell, date: CandyDate): void; getClassMap(cell: DateCell): { [key: string]: boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration<DateTableComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DateTableComponent, "date-table", ["dateTable"], { "locale": { "alias": "locale"; "required": false; }; }, {}, never, never, true, never>; }