UNPKG

@ng-flexy/form-bootstrap

Version:

Flexy components and tools to build Angular 8+ applications

25 lines (24 loc) 1.13 kB
import { OnInit } from '@angular/core'; import { SelectOption } from '@ng-flexy/form'; import { CdkDragDrop } from '@angular/cdk/drag-drop'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class FlexyControlDraggableSelectComponent implements OnInit { control: FormControl; default: string; options: SelectOption[]; placeholder: string; hideSelected: boolean; enableSearchByValue: boolean; readonly: boolean; optionsMap: { [value: string]: string; }; showSelect: boolean; ngOnInit(): void; drop(event: CdkDragDrop<any>): void; removeItem(index: number): void; isDraggable(): boolean; static ɵfac: i0.ɵɵFactoryDef<FlexyControlDraggableSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<FlexyControlDraggableSelectComponent, "flexy-control-draggable-select", never, { "control": "control"; "default": "default"; "options": "options"; "placeholder": "placeholder"; "hideSelected": "hideSelected"; "enableSearchByValue": "enableSearchByValue"; "readonly": "readonly"; }, {}, never, never>; }