UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

19 lines (18 loc) 631 B
import GirafeDraggableElement from '../../base/GirafeDraggableElement.js'; declare class InfoWindowComponent extends GirafeDraggableElement { protected templateUrl: string | null; protected styleUrls: string[] | null; template: () => import("uhtml").Hole; visible: boolean; private resizeWindow; constructor(); registerEvents(): void; render(): void; renderComponent(): void; private renderEmptyComponent; private updateWindowSizeAndPosition; protected closeWindow(): void; protected connectedCallback(): void; private configToCssValue; } export default InfoWindowComponent;