import * as _angular_core from '@angular/core'; import { TemplateRef, InjectionToken } from '@angular/core'; import { MotionOptions } from '@primeuix/motion'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { StepPassThrough, StepContentTemplateContext, StepPanelPassThrough, StepPanelContentTemplateContext, StepItemPassThrough, StepListPassThrough, StepPanelsPassThrough, StepperSeparatorPassThrough, StepperPassThrough } from 'primeng/types/stepper'; import { BaseStyle } from 'primeng/base'; import * as i8 from 'primeng/api'; declare class StepStyle extends BaseStyle { name: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-step-active': any; 'p-disabled': any; })[]; header: string; number: string; title: string; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } /** * Step is a helper component for Stepper component. * @group Components */ declare class Step extends BaseComponent { $pcStep: Step | undefined; bindDirectiveInstance: Bind; componentName: string; pcStepper: Stepper; /** * Active value of stepper. * @defaultValue undefined * @group Props */ value: _angular_core.ModelSignal; /** * Whether the step is disabled. * @defaultValue false * @group Props */ disabled: _angular_core.InputSignalWithTransform; active: _angular_core.Signal; isStepDisabled: _angular_core.Signal; stepTabindex: _angular_core.Signal<-1 | undefined>; ariaCurrent: _angular_core.Signal<"step" | undefined>; id: _angular_core.Signal; ariaControls: _angular_core.Signal; isSeparatorVisible: _angular_core.Signal; /** * Content template. * @type {TemplateRef} * @group Templates */ content: _angular_core.Signal | undefined>; _componentStyle: StepStyle; private onStepClickCallback; contentContext: _angular_core.Signal; onAfterViewChecked(): void; onStepClick(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class StepPanelStyle extends BaseStyle { name: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-steppanel-active': any; })[]; contentWrapper: string; content: string; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } /** * StepPanel is a helper component for Stepper component. * @group Components */ declare class StepPanel extends BaseComponent { $pcStepPanel: StepPanel | undefined; bindDirectiveInstance: Bind; componentName: string; pcStepper: Stepper; /** * Active value of stepper. * @defaultValue undefined * @group Props */ value: _angular_core.ModelSignal; active: _angular_core.Signal; ariaControls: _angular_core.Signal; id: _angular_core.Signal; isVertical: _angular_core.Signal; isSeparatorVisible: _angular_core.Signal; computedMotionOptions: _angular_core.Signal; /** * Content template. * @param {StepPanelContentTemplateContext} context - Context of the template * @see {@link StepPanelContentTemplateContext} * @group Templates */ contentTemplate: _angular_core.Signal | undefined>; _componentStyle: StepPanelStyle; updateValueCallback: any; contentContext: _angular_core.Signal; onAfterViewChecked(): void; updateValue(value: number): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class StepItemStyle extends BaseStyle { name: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-stepitem-active': any; })[]; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } /** * StepItem is a helper component for Stepper component used in vertical orientation. * @group Components */ declare class StepItem extends BaseComponent { $pcStepItem: StepItem | undefined; bindDirectiveInstance: Bind; componentName: string; _componentStyle: StepItemStyle; pcStepper: Stepper; /** * Value of step. * @defaultValue undefined * @group Props */ value: _angular_core.ModelSignal; isActive: _angular_core.Signal; step: _angular_core.Signal; stepPanel: _angular_core.Signal; constructor(); onAfterViewChecked(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class StepListStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } declare class StepList extends BaseComponent { $pcStepList: StepList | undefined; bindDirectiveInstance: Bind; componentName: string; steps: _angular_core.Signal; _componentStyle: StepListStyle; onAfterViewChecked(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class StepperStyle extends BaseStyle { name: string; style: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-readonly': any; })[]; separator: string; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } /** * * Stepper is a component that streamlines a wizard-like workflow, organizing content into coherent steps and visually guiding users through a numbered progression in a multi-step process. * * [Live Demo](https://www.primeng.org/stepper/) * * @module stepperstyle * */ declare enum StepperClasses { /** * Class name of the root element */ root = "p-stepper", /** * Class name of the separator element */ separator = "p-stepper-separator" } declare class StepPanelsStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵprov: _angular_core.ɵɵInjectableDeclaration; } declare class StepPanels extends BaseComponent { $pcStepPanels: StepPanels | undefined; bindDirectiveInstance: Bind; componentName: string; _componentStyle: StepPanelsStyle; onAfterViewChecked(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } /** * StepperSeparator is a helper component for Stepper component used in vertical orientation. * @group Components */ declare class StepperSeparator extends BaseComponent { $pcStepperSeparator: StepperSeparator | undefined; bindDirectiveInstance: Bind; componentName: string; _componentStyle: StepperStyle; onAfterViewChecked(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } /** * Stepper is a component that streamlines a wizard-like workflow, organizing content into coherent steps and visually guiding users through a numbered progression in a multistep process. * @group Components */ declare class Stepper extends BaseComponent { componentName: string; $pcStepper: Stepper | undefined; bindDirectiveInstance: Bind; _componentStyle: StepperStyle; /** * A model that can hold a numeric value or be undefined. * @defaultValue undefined * @group Props */ value: _angular_core.ModelSignal; /** * A boolean variable that captures user input. * @defaultValue false * @group Props */ linear: _angular_core.InputSignalWithTransform; /** * The motion options. * @group Props */ motionOptions: _angular_core.InputSignal; computedMotionOptions: _angular_core.Signal; id: _angular_core.WritableSignal; stepItems: _angular_core.Signal; steps: _angular_core.Signal; stepList: _angular_core.Signal; onAfterViewChecked(): void; updateValue(value: number): void; isStepActive(value: number): boolean; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class StepperModule { static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵmod: _angular_core.ɵɵNgModuleDeclaration; static ɵinj: _angular_core.ɵɵInjectorDeclaration; } declare const STEPPER_INSTANCE: InjectionToken; declare const STEPLIST_INSTANCE: InjectionToken; declare const STEPITEM_INSTANCE: InjectionToken; declare const STEP_INSTANCE: InjectionToken; declare const STEPPANEL_INSTANCE: InjectionToken; declare const STEPPANELS_INSTANCE: InjectionToken; declare const STEPPERSEPARATOR_INSTANCE: InjectionToken; export { STEPITEM_INSTANCE, STEPLIST_INSTANCE, STEPPANELS_INSTANCE, STEPPANEL_INSTANCE, STEPPERSEPARATOR_INSTANCE, STEPPER_INSTANCE, STEP_INSTANCE, Step, StepItem, StepList, StepPanel, StepPanels, Stepper, StepperClasses, StepperModule, StepperSeparator, StepperStyle };