[59329aa] | 1 | import { ElementRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core';
|
---|
| 2 | import { BlockableUI } from 'primeng/api';
|
---|
| 3 | import * as i0 from "@angular/core";
|
---|
| 4 | import * as i1 from "@angular/common";
|
---|
| 5 | import * as i2 from "primeng/api";
|
---|
| 6 | export declare class Timeline implements AfterContentInit, BlockableUI {
|
---|
| 7 | private el;
|
---|
| 8 | value: any[];
|
---|
| 9 | style: any;
|
---|
| 10 | styleClass: string;
|
---|
| 11 | align: string;
|
---|
| 12 | layout: string;
|
---|
| 13 | templates: QueryList<any>;
|
---|
| 14 | contentTemplate: TemplateRef<any>;
|
---|
| 15 | oppositeTemplate: TemplateRef<any>;
|
---|
| 16 | markerTemplate: TemplateRef<any>;
|
---|
| 17 | constructor(el: ElementRef);
|
---|
| 18 | getBlockableElement(): HTMLElement;
|
---|
| 19 | ngAfterContentInit(): void;
|
---|
| 20 | static ɵfac: i0.ɵɵFactoryDeclaration<Timeline, never>;
|
---|
| 21 | static ɵcmp: i0.ɵɵComponentDeclaration<Timeline, "p-timeline", never, { "value": "value"; "style": "style"; "styleClass": "styleClass"; "align": "align"; "layout": "layout"; }, {}, ["templates"], never>;
|
---|
| 22 | }
|
---|
| 23 | export declare class TimelineModule {
|
---|
| 24 | static ɵfac: i0.ɵɵFactoryDeclaration<TimelineModule, never>;
|
---|
| 25 | static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineModule, [typeof Timeline], [typeof i1.CommonModule], [typeof Timeline, typeof i2.SharedModule]>;
|
---|
| 26 | static ɵinj: i0.ɵɵInjectorDeclaration<TimelineModule>;
|
---|
| 27 | }
|
---|