UNPKG

@ngx-dynamic-components/tools

Version:

@ngx-dynamic-components/tools is Angular 7+ library what contains a core interfaces to build a configuration driven web pages.

19 lines (18 loc) 891 B
import { EventEmitter } from '@angular/core'; import type { UIModel } from '@ngx-dynamic-components/core'; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class ControlEditorComponent { private dialog; uiModel: UIModel; uiModelChanged: EventEmitter<any>; uiModelRemoved: EventEmitter<any>; constructor(dialog: MatDialog); openAddDialog(): void; onHover(evt: any): void; onMouseLeave(evt: Event): void; getDragTooltip(): string; private getParentDrag; static ɵfac: i0.ɵɵFactoryDeclaration<ControlEditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ControlEditorComponent, "dc-control-editor", never, { "uiModel": { "alias": "uiModel"; "required": false; }; }, { "uiModelChanged": "uiModelChanged"; "uiModelRemoved": "uiModelRemoved"; }, never, never, false, never>; }