/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Component & Service **********/ import { InputFieldBase } from "../components/inputfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent, FontAweSomeService } from 'mmhglobal-zcore'; import { ChipListComponent } from "@progress/kendo-angular-buttons"; import * as i0 from "@angular/core"; export declare class ZChipComponent extends InputFieldBase implements ZComponent, OnInit { componentService: ZComponentService; fontAweSomeService: FontAweSomeService; chipList: ChipListComponent; dataSource: any; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService); ngOnInit(): void; ngAfterViewInit(): void; setupDataSource(): void; private setupDataSourceByzModel; setData(data: any): void; private setupDataSourceForIconChange; chipListChangeSelection(selectedChipIndexes: any): void; mouseover(event: any, chip: any): void; onRemove(chip: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }