UNPKG

primeng-extensions

Version:

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![npm](https://img.shields.io/npm/dt/primeng-extensions.svg)]() [![Dependency Status][daviddm-image]][daviddm-url] ![Crates.io](https://img.shields.io/github/license/mashape

34 lines (33 loc) 1.67 kB
import { QueryList, AfterContentInit, OnChanges, SimpleChanges, EventEmitter } from '@angular/core'; import { MenuItem } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/button"; import * as i3 from "primeng/steps"; export declare class StepComponent { styleClass: string; label: string; active: boolean; static ɵfac: i0.ɵɵFactoryDef<StepComponent>; static ɵcmp: i0.ɵɵComponentDefWithMeta<StepComponent, "pe-step", never, { "styleClass": "styleClass"; "label": "label"; }, {}, never>; } export declare class StepsComponent implements AfterContentInit, OnChanges { activeIndex: number; styleClass: string; stepClass: string; activeIndexChange: EventEmitter<any>; change: EventEmitter<any>; items: MenuItem[]; steps: QueryList<StepComponent>; ngAfterContentInit(): void; ngOnChanges(changes: SimpleChanges): void; previous(): void; next(): void; static ɵfac: i0.ɵɵFactoryDef<StepsComponent>; static ɵcmp: i0.ɵɵComponentDefWithMeta<StepsComponent, "pe-steps", never, { "activeIndex": "activeIndex"; "styleClass": "styleClass"; "stepClass": "stepClass"; }, { "activeIndexChange": "activeIndexChange"; "change": "change"; }, ["steps"]>; } export declare function returnIsFirstChange(): boolean; export declare class WizardModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta<WizardModule, [typeof StepComponent, typeof StepsComponent], [typeof i1.CommonModule, typeof i2.ButtonModule, typeof i3.StepsModule], [typeof StepComponent, typeof StepsComponent]>; static ɵinj: i0.ɵɵInjectorDef<WizardModule>; }