@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
39 lines (38 loc) • 1.57 kB
TypeScript
import { DataSourceHelper } from '../../service/data-source.helper';
import { OnInit, Injector } from '@angular/core';
import { ListViewComponent, UserStorageService } from '@wjya/ngx-webapp-fx';
import { NzMessageService, NzModalService } from 'ng-zorro-antd';
import { DatePipe } from '@angular/common';
export declare class ParkingTransactionRecordComponent implements OnInit {
private dataSourceHelper;
private userStorageService;
private injector;
private _message;
private datePipe;
private confirmServ;
listControl: ListViewComponent;
private listView;
private dataSource;
private communityDataSource;
private exportExcelDataSource;
private openPayKindDataSource;
private generateFileStoragesDataSource;
private communityGroupId;
openPayKinds: any[];
communityOptions: any[];
constructor(dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService, injector: Injector, _message: NzMessageService, datePipe: DatePipe, confirmServ: NzModalService);
ngOnInit(): void;
loadAll(): void;
exportExcel(): void;
getDownLoadUrl(fileKey: any, resolve: any): void;
search(e: any): void;
convertLocalDateTimeToServer(date: any): string;
filter(): void;
formateValue(val: any): any;
newArray: (len: any) => any[];
_startValueChange: () => void;
_endValueChange: () => void;
_disabledStartDate: (startValue: any) => boolean;
_disabledEndDate: (endValue: any) => boolean;
readonly _isSameDay: boolean;
}