@progress/kendo-angular-popup
Version:
Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.
23 lines (22 loc) • 1.03 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { DOMService } from './dom.service';
import { OffsetPosition as Offset } from '@progress/kendo-popup-common';
import { AlignElementSettings } from '../models/align-element-settings.interface';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class AlignService {
private _dom;
private scale;
constructor(_dom: DOMService, scale?: number);
alignElement(settings: AlignElementSettings): Offset;
private absoluteRect;
private elementScrollPosition;
private relativeRect;
static ɵfac: i0.ɵɵFactoryDeclaration<AlignService, [null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<AlignService>;
}