UNPKG

@daypilot/daypilot-lite-angular

Version:

DayPilot Lite for Angular

26 lines (25 loc) 1.07 kB
import { AfterViewInit, DoCheck, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { DayPilot } from "./core/daypilot-core"; import * as i0 from "@angular/core"; export declare class DayPilotCalendarComponent implements OnInit, OnDestroy, AfterViewInit, DoCheck { control: DayPilot.Calendar; viewChange: EventEmitter<DayPilot.Date>; events: DayPilot.EventData[]; config: any; private _requestUpdateFull; private _requestUpdateEvents; private _requestViewChange; private _hashOptions; private _hashEvents; private _id; get id(): string; ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; ngDoCheck(): void; private dispose; private updateOptions; private updateEvents; static ɵfac: i0.ɵɵFactoryDeclaration<DayPilotCalendarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DayPilotCalendarComponent, "daypilot-calendar", never, { "events": "events"; "config": "config"; }, { "viewChange": "viewChange"; }, never, never>; }