import { RhBaseDto, DataResultT, RhSelectableDto, RhTableButtonInfoDto, RhSelectItem } from 'rh-base/model'; import { OnInit, SimpleChanges } from '@angular/core'; import { RhInventoryManageService } from '../../../inventory-manage.service'; import * as i0 from "@angular/core"; export declare class InventoryInOutDetailsByBusinessComponent implements OnInit { private operator; rhData: RhBaseDto; currentBusinessType: string; currnetInOutType: 'In' | 'Out' | 'Other'; inTypes: string[]; outTypes: string[]; stayTypes: string[]; visibleSetting: {}; currentOrder: RhBaseDto; orderLoading: boolean; dataresult: DataResultT; dataLoading: boolean; titleButtonDataset: RhTableButtonInfoDto[]; businessTypes: RhSelectItem[]; constructor(operator: RhInventoryManageService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getCurrentType(): void; initVisibleSetting(): void; getMaster(): void; getDetail(): void; getBusinessType(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }