UNPKG

ngx-tiptap-editor

Version:

[![Build and Publish](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml/badge.svg)](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [![Deploy to Github Pages](https://github.com/HuiiBuh/ngx-tiptap-edito

20 lines (19 loc) 912 B
import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnInit } from '@angular/core'; import { DialogBaseClass, DialogRef } from './dialog.helpers'; import * as i0 from "@angular/core"; export declare class PopoverComponent extends DialogBaseClass implements AfterViewInit, OnInit { private data; protected document: Document; dialogRef: DialogRef<any, any, any>; protected ngZone: NgZone; private cd; private element; style: Record<string, string>; private popover; constructor(data: any, document: Document, dialogRef: DialogRef<any, any, any>, ngZone: NgZone, cd: ChangeDetectorRef, element: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; private calculateStyle; static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "tip-popover", never, {}, {}, never, never>; }