import { OnInit, EventEmitter } from '@angular/core'; import { RhSelectableDto, CodeClassModel, RhDynamicInterfaceDto, RhTableQueryOptionDto } from 'rh-base/model'; import { CustomizeBaseTableComponent, DynamicFormComponent } from 'rh-base/shared'; import * as i0 from "@angular/core"; export declare class WarehouseBusinessConfTableComponent extends CustomizeBaseTableComponent implements OnInit { rhName: string; queryFormCmt: DynamicFormComponent; rhSingleMode: boolean; rhModelChange: EventEmitter; rhModel: RhSelectableDto; rhInterfaceInfo: RhDynamicInterfaceDto; rhDefaultQueryDto: any; /** 表格Loading */ dataLoading: boolean; /** 设置默认的form显示字段 */ defaultFormFieldDataset: ({ name: string; displayName: string; placeholder: string; editable: boolean; isExact: boolean; type: string; config: { moduleKey: string; groupKey: string; paraCode: string; port?: undefined; controllerName?: undefined; interfaceName?: undefined; }; } | { name: string; displayName: string; placeholder: string; editable: boolean; isExact: boolean; type: string; config: { port: string; controllerName: string; interfaceName: string; moduleKey?: undefined; groupKey?: undefined; paraCode?: undefined; }; })[]; /** 设置默认的table显示字段 */ defaultTableFieldDataset: ({ name: string; displayName: string; width: number; type?: undefined; config?: undefined; } | { name: string; displayName: string; width: number; type: string; config: { moduleKey: string; groupKey: string; paraCode: string; }; })[]; /** 搜索选项 */ queryOption: RhTableQueryOptionDto; constructor(); ngOnInit(): void; dataLoadingChange(status: boolean): void; onSelectedDatasChange(datas: RhSelectableDto[]): void; refreshDatas(option: RhTableQueryOptionDto): void; setInitFieldDataset(item: CodeClassModel): void; private getDatas; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }