UNPKG

@seatmaps.com/react-lib-angular-wrapper

Version:
27 lines (26 loc) 1.58 kB
import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SeatmapAngularLibComponent implements OnChanges, AfterViewInit, OnDestroy { rootId: string; flight: {}; config: {}; availability: any[]; passengers: any[]; seatJumpTo: any; currentDeckIndex: number; onSeatMapInited: EventEmitter<any>; onSeatSelected: EventEmitter<any>; onSeatUnselected: EventEmitter<any>; onTooltipRequested: EventEmitter<any>; onLayoutUpdated: EventEmitter<any>; onSeatMouseLeave: EventEmitter<any>; onSeatMouseClick: EventEmitter<any>; onAvailabilityApplied: EventEmitter<any>; rootReact: any; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private render; static ɵfac: i0.ɵɵFactoryDeclaration<SeatmapAngularLibComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SeatmapAngularLibComponent, "seatmap", never, { "rootId": "rootId"; "flight": "flight"; "config": "config"; "availability": "availability"; "passengers": "passengers"; "seatJumpTo": "seatJumpTo"; "currentDeckIndex": "currentDeckIndex"; }, { "onSeatMapInited": "onSeatMapInited"; "onSeatSelected": "onSeatSelected"; "onSeatUnselected": "onSeatUnselected"; "onTooltipRequested": "onTooltipRequested"; "onLayoutUpdated": "onLayoutUpdated"; "onSeatMouseLeave": "onSeatMouseLeave"; "onSeatMouseClick": "onSeatMouseClick"; "onAvailabilityApplied": "onAvailabilityApplied"; }, never, never, false, never>; }