survey-angular-ui
Version:
A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.
22 lines (21 loc) • 951 B
TypeScript
import { ElementRef } from "@angular/core";
import { BaseAngular } from "../../base-angular";
import { Action, ActionContainer } from "survey-core";
import * as i0 from "@angular/core";
export declare class ActionBarComponent extends BaseAngular<ActionContainer> {
model: ActionContainer;
handleClick: any;
container: ElementRef<HTMLDivElement>;
getModel(): ActionContainer;
trackActionBy(_: number, action: Action): number;
get allowOnClick(): boolean;
protected onModelChanged(): void;
private initResponsivityManager;
ngAfterViewChecked(): void;
afterUpdate(): void;
onClick(event: Event): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "sv-action-bar, sv-ng-action-bar", never, { "model": "model"; "handleClick": "handleClick"; }, {}, never, never>;
}