UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

12 lines (11 loc) 973 B
import { InjectionToken } from '@angular/core'; import { ComponentType } from '@angular/cdk/portal'; export declare const NAE_USER_ASSIGN_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_MULTI_USER_ASSIGN_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_IMPORT_NET_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_NEW_CASE_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_OPTION_SELECTOR_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_SAVE_FILTER_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_LOAD_FILTER_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_USER_IMPERSONATE_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>; export declare const NAE_ADMIN_IMPERSONATE_DIALOG_COMPONENT: InjectionToken<ComponentType<unknown>>;