@nova-ui/bits
Version:
SolarWinds Nova Framework
19 lines (18 loc) • 1.12 kB
TypeScript
import { Directionality } from "@angular/cdk/bidi";
import { BooleanInput } from "@angular/cdk/coercion";
import { ChangeDetectorRef, ElementRef } from "@angular/core";
import { WizardDirective } from "../wizard.directive";
import * as i0 from "@angular/core";
/** ignore should be removed in scope of the NUI-6099 */
/** @ignore */
export declare class WizardVerticalComponent extends WizardDirective {
static ngAcceptInputTypeEditable: BooleanInput;
static ngAcceptInputTypeOptional: BooleanInput;
static ngAcceptInputTypeCompleted: BooleanInput;
static ngAcceptInputTypeHasError: BooleanInput;
get selectedIndex(): number;
set selectedIndex(value: number);
constructor(dir: Directionality, changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef<HTMLElement>);
static ɵfac: i0.ɵɵFactoryDeclaration<WizardVerticalComponent, [{ optional: true; }, null, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<WizardVerticalComponent, "nui-wizard-vertical", ["wizardVertical"], { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, {}, never, never, false, never>;
}