@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
12 lines (11 loc) • 577 B
TypeScript
import { AbstractSearchModeComponent } from '@netgrif/components-core';
import { MatDialog } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class SearchModeComponent extends AbstractSearchModeComponent {
protected _dialog: MatDialog;
constructor(_dialog: MatDialog);
selectUser(column: number): void;
setValue(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SearchModeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SearchModeComponent, "nc-search-mode", never, {}, {}, never, never, false, never>;
}