import { ProvidersService } from 'fccore2'; import { Router, ActivatedRoute } from '@angular/router'; import { FcComponent } from '../fc'; export declare class FcaddetailComponent extends FcComponent { provider: ProvidersService; router: Router; activatedRoute: ActivatedRoute; /**元数据id*/ fcId: string; /**元数据id*/ fcAppid: string; fcApp: string; fcFieldCode: string; fcLinks: string; fcField: any; mainObj: any; fcTitle: string; toolbar: any[]; footer: any; constructor(provider: ProvidersService, router: Router, activatedRoute: ActivatedRoute); _init(): void; /** * 初始化内容 */ ngOnChanges(param: any): void; /** * 初始化标题及应用关联 */ private init; /** * 初始化主对象 */ initMainObj(): void; confirm(): void; cancel(): void; close(): void; back(): void; next(): void; prev(): void; }