UNPKG

ngx-jalali-date-picker

Version:

This is a configurable date-picker build for Angular applications. Supports latest (Angular 18) version. This date-picker is based on ng2-date-piker and ngx-jalali-date-picker date pickers.

23 lines (22 loc) 800 B
import { TDrops, TOpens } from '../../types/poistions.type'; import * as i0 from "@angular/core"; export declare class DomHelper { private static setYAxisPosition; private static setXAxisPosition; private static isTopInView; private static isBottomInView; private static isLeftInView; private static isRightInView; appendElementToPosition(config: IAppendToArgs): void; setElementPosition({ element, container, anchor, dimElem, drops, opens }: IAppendToArgs): void; static ɵfac: i0.ɵɵFactoryDeclaration<DomHelper, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DomHelper>; } export interface IAppendToArgs { container: HTMLElement; element: HTMLElement; anchor: HTMLElement; dimElem: HTMLElement; drops: TDrops; opens: TOpens; }