@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
16 lines (15 loc) • 776 B
TypeScript
import { AbstractUserAssignComponent, SideMenuControl } from '@netgrif/components-core';
import * as i0 from "@angular/core";
/**
* @deprecated
* Is the main - parent component of the entire user assignment in the side menu.
*
* Holds logic link of the [UserAssignListComponent]{@link UserAssignListComponent}
* along with searching, selecting, and then assigning to the user field.
*/
export declare class UserAssignComponent extends AbstractUserAssignComponent {
protected _sideMenuControl: SideMenuControl;
constructor(_sideMenuControl: SideMenuControl);
static ɵfac: i0.ɵɵFactoryDeclaration<UserAssignComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserAssignComponent, "nc-user-assign", never, {}, {}, never, never, false, never>;
}