UNPKG

@lxlib/seed

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

32 lines (31 loc) 997 B
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { FullContentService } from './full-content.service'; export declare class FullContentComponent implements AfterViewInit, OnInit, OnChanges, OnDestroy { private el; private cdr; private srv; private router; private doc; private bodyEl; private inited; private srv$; private route$; private id; private scroll$; _height: number; fullscreen: boolean; hideTitle: boolean; padding: number; readonly fullscreenChange: EventEmitter<boolean>; constructor(el: ElementRef, cdr: ChangeDetectorRef, srv: FullContentService, router: Router, doc: any); private updateCls; private update; private updateHeight; private removeInBody; ngOnInit(): void; toggle(): void; ngAfterViewInit(): void; ngOnChanges(): void; ngOnDestroy(): void; }