import { ChangeDetectorRef, OnInit } from "@angular/core"; /********** Component & Service **********/ import { InputFieldBase } from "../components/inputfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent, WebApiService, CacheService, ZField, ZGroup, ResourceApiService, TranslationService } from "mmhglobal-zcore"; import { FormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class ZradiobuttonComponent extends InputFieldBase implements ZComponent, OnInit { componentService: ZComponentService; private readonly cdr; private resourceApiService; private webApiService; private cacheService; private translationService; data: ZField; group: ZGroup; form: FormGroup; radioButtonItems: any; itemValueField: string; itemTextField: string; itemDataField: string; constructor(componentService: ZComponentService, cdr: ChangeDetectorRef, resourceApiService: ResourceApiService, webApiService: WebApiService, cacheService: CacheService, translationService: TranslationService); selectedValue: string; ngOnInit(): void; ngAfterViewInit(): void; getRadioItemsData(): any[]; getClass(form: FormGroup, data: ZField): "zradiobutton-container e1tag-style k-radio-list k-list-vertical" | "zradiobutton-container e1tag-style k-radio-list k-list-horizontal"; TransformArray(items: any[], itemValueField: string, itemTextField: string): { Label: string; Value: string; }[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }