@obliczeniowo/elementary
Version:
Library made in Angular version 19
17 lines (16 loc) • 852 B
TypeScript
import { ElementRef, AfterViewInit } from '@angular/core';
import * as i0 from "@angular/core";
export interface EventSettings {
color: any;
day: Date;
}
export declare class CalendarEventComponent implements AfterViewInit {
private readonly calendarEventComponent;
calendarEventWindow: ElementRef<HTMLElement>;
eventSettings: import("@angular/core").InputSignal<EventSettings>;
constructor(calendarEventComponent: ElementRef<HTMLElement>);
ngAfterViewInit(): void;
displayWindow(x: number, y: number): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarEventComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarEventComponent, "obl-calendar-event", never, { "eventSettings": { "alias": "eventSettings"; "required": true; "isSignal": true; }; }, {}, never, ["title", "body"], false, never>;
}