import { Overlay } from '@angular/cdk/overlay'; import { OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Attribute, AttributeExtended, Category, Class, Field } from '@onepoint-yap/dashboard'; import { Observable, Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminClassesViewComponent implements OnInit, OnDestroy { private store; private router; private route; private overlay; private viewContainerRef; selectedclass$?: Observable; interClass$?: Observable; attributes$: Observable; fields$: Observable; categories$: Observable; attributesExtended$?: Observable; selectedAttributeId$: Observable; interClass?: Class; sub: Subscription; sortActive?: string | undefined; sortDirection?: string | undefined; selectedClassId: string; backPath: string; addAttributePath: string; openModal$: Observable; private overlayRef?; confirmationModal: TemplateRef; constructor(store: Store, router: Router, route: ActivatedRoute, overlay: Overlay, viewContainerRef: ViewContainerRef); ngOnInit(): void; ngOnDestroy(): void; private getAttrExtended; private setClassActions; private setAttributeActions; selectAttr(attr: AttributeExtended): void; dispatchCloseModal(): void; showModal(): void; closeModal(): void; saveClass(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }