UNPKG

@yoyoboot/l-52abp-ng-form-generator

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.

19 lines (18 loc) 851 B
import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { SFSchema } from '@delon/form'; import { IComponentDef } from '../../shared/interfaces'; import * as i0 from "@angular/core"; export declare class WidgetConfigComponent implements OnInit, OnChanges { dateArr: string[]; data: IComponentDef; defaultValues: any; schema2: SFSchema; configComponentName: string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; protected processorData(data: IComponentDef): void; protected getComponent(data: IComponentDef): string; static ɵfac: i0.ɵɵFactoryDeclaration<WidgetConfigComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WidgetConfigComponent, "app-widget-config", never, { "data": "data"; "defaultValues": "defaultValues"; }, {}, never, never>; }