UNPKG

@wjya/ngx-webapp-icpc.group.pms

Version:

angular webapp : icpc.group.pms

35 lines (34 loc) 1.31 kB
import { DataSourceHelper } from '../../../../../service/data-source.helper'; import { OnInit } from '@angular/core'; import { UploadFile } from 'ng-zorro-antd'; import { AppSettingService, CoreConfigService, AuthServerProvider } from '@wjya/ngx-webapp-fx'; import { ActivatedRoute, Router } from '@angular/router'; export declare class MyMiniProgramManageComponent implements OnInit { private appSettingService; private config; private authServerProvider; private dataSourceHelper; private activateRoute; private router; private checkNameDataSource; private dataSource; private modifyTinyAppDialogDataSource; previewImage: string; previewVisible: boolean; fileList: any[]; private photoBaseUrl; data: any; nameRepeat: boolean; private id; private officalId; message: string; constructor(appSettingService: AppSettingService, config: CoreConfigService, authServerProvider: AuthServerProvider, dataSourceHelper: DataSourceHelper, activateRoute: ActivatedRoute, router: Router); ngOnInit(): void; loadAll(): void; onSave(): void; handlePreview: (file: UploadFile) => void; readonly uploadUrl: string; getAuthToken(): any; readonly isDisabled: boolean; nameCheck(): void; }