UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

12 lines (11 loc) 862 B
import { AbstractUserListDefaultFieldComponent, DataFieldPortalData, SnackBarService, UserListField } from "@netgrif/components-core"; import { TranslateService } from "@ngx-translate/core"; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class UserListDefaultFieldComponent extends AbstractUserListDefaultFieldComponent { constructor(dialog: MatDialog, snackbar: SnackBarService, translate: TranslateService, dataFieldPortalData: DataFieldPortalData<UserListField>); selectUser(): void; deleteUser(userId: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<UserListDefaultFieldComponent, [null, null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<UserListDefaultFieldComponent, "nc-user-list-default-field", never, {}, {}, never, never, false, never>; }