import { EventEmitter } from '@angular/core'; import { Record } from '../../../../../models/record.model'; import { BooleanLogicOperatorType, TriggerCondition } from '../../../../../models/trigger.model'; import { ListPresentationEnum, ListValueField } from '../../../../../models/fields/listValueField.model'; import { LogicOperatorListValue } from '../../../../../models/logicOperator.model'; import * as i0 from "@angular/core"; export declare class ListValueTriggerTemplateComponent { condition: TriggerCondition; recordChange: EventEmitter; triggerChange: EventEmitter; logicOperatorListValue: typeof LogicOperatorListValue; selectedLogicOperatorListValue: LogicOperatorListValue; FieldstyleObj: any; LabelstyleObj: any; booleanLogicOperatorType: typeof BooleanLogicOperatorType; selectedBooleanLogicOperator: BooleanLogicOperatorType; field: ListValueField; ListPresentationEnum: typeof ListPresentationEnum; arrayData: { Key: string; Value: any; Selected?: boolean; ImgUrl?: string; }[]; ngOnInit(): void; initStyles(): void; /** * Metodo per emettere l'evento che il valore del record è cambiato. */ onTriggerChange(): void; private setArrayData; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }