ng-wizard
Version:
Angular ng-wizard - Angular wizard | stepper
37 lines (36 loc) • 750 B
TypeScript
export declare enum TOOLBAR_POSITION {
none = "none",
top = "top",
bottom = "bottom",
both = "both"
}
export declare enum TOOLBAR_BUTTON_POSITION {
start = "start",
end = "end"
}
export declare enum THEME {
default = "default",
arrows = "arrows",
circles = "circles",
dots = "dots"
}
export declare enum STEP_STATE {
normal = "normal",
disabled = "disabled",
error = "error",
hidden = "hidden"
}
export declare enum STEP_STATUS {
untouched = "untouched",
done = "done",
active = "active"
}
export declare enum STEP_DIRECTION {
forward = "forward",
backward = "backward"
}
export declare enum STEP_POSITION {
first = "first",
final = "final",
middle = "middle"
}