import { RhInventoryManageService } from './../../../../inventory-manage.service'; import { RhInventoryCountService } from './../../../inventory-count.service'; import { RhBaseDto, DataResultT, RhSelectableDto, RhTableButtonInfoDto } from 'rh-base/model'; import { OnInit, SimpleChanges, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ReplayManageComponent implements OnInit { private operator; private inventoryManageSer; rhData: RhBaseDto; rhClose: EventEmitter; dataresult: DataResultT; dataLoading: boolean; extraButtonDataset: RhTableButtonInfoDto[]; currentType: any; radioOptions: { Text: string; Value: string; }[]; tableVisibleSetting: {}; get isReadOnly(): boolean; constructor(operator: RhInventoryCountService, inventoryManageSer: RhInventoryManageService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getDatas(): void; createReplayOrder(datas: RhBaseDto[]): void; initTableVisibleSetting(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }