import { EventEmitter, OnInit } from '@angular/core'; import { QuickViewService } from '../../services/quick-view.service'; import * as i0 from "@angular/core"; export declare class ControlsListComponent implements OnInit { private quickViewService; showEffectivenessPicker: boolean; controlData: any; sortValue: number; previousSelectedControls: any; set getControlData(control: any); loader: boolean; selectedControls: any[]; selectedControlsChange: EventEmitter; pageChange: EventEmitter; listSorting: EventEmitter; pageName: any; type: string; deletedControls: any; deletedControlsChange: EventEmitter; selectedEffectiveness: any; constructor(quickViewService: QuickViewService); ngOnInit(): void; changePage(pageNo: number): void; sort(value: any): void; getEffectivenessValue(event: any): void; controlChecked(item: any, event: any): void; effectivenessPicker(control: any, controlIndex: number, action: boolean): void; /** * If the control is selected, then set the effectiveness of the control to the selected * effectiveness. * @param {any} control - {item_id: 1, item_name: "Control 1"} * @param {any} effectiveness - { * @returns The return value is a boolean. */ isSelected(control: any, effectiveness: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }