UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

21 lines (20 loc) 1.14 kB
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { FormBuilder, FormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class EntityFormattingConfigurationComponent implements OnInit, OnChanges { changeDetector: ChangeDetectorRef; private formBuilder; static lateLoadKey: string; mappingKeys: string[]; dataFieldIds: { [key: string]: string; }; formReady: EventEmitter<FormGroup<any>>; form: FormGroup; constructor(changeDetector: ChangeDetectorRef, formBuilder: FormBuilder); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; get getFieldMappingsControl(): FormGroup; static ɵfac: i0.ɵɵFactoryDeclaration<EntityFormattingConfigurationComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<EntityFormattingConfigurationComponent, "nui-entity-formatting-configuration", never, { "mappingKeys": { "alias": "mappingKeys"; "required": false; }; "dataFieldIds": { "alias": "dataFieldIds"; "required": false; }; }, { "formReady": "formReady"; }, never, never, false, never>; }