UNPKG

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.

18 lines (17 loc) 716 B
import { OnInit } from "@angular/core"; import { DropdownMultiSelectListModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class TagboxComponent implements OnInit { model: any; get dropdownModel(): DropdownMultiSelectListModel; getModel(): any; ngOnInit(): void; click(event: any): void; chevronPointerDown(event: any): void; clear(event: any): void; keyhandler(event: any): void; blur(event: any): void; focus(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<TagboxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TagboxComponent, "sv-ng-tagbox, '[sv-ng-tagbox]'", never, { "model": "model"; }, {}, never, never>; }