HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/ekspardev/www/tubisad/rapor/dist/libs/litepicker/dist/types/core.d.ts
/// <reference types="node" />
import { EventEmitter } from 'events';
import { DateTime } from './datetime';
import { ILPConfiguration } from './interfaces';
export declare class LPCore extends EventEmitter {
    static add(name: string, data: object): void;
    protected plugins: string[];
    protected ui: HTMLElement;
    protected datePicked: DateTime[];
    protected nextFocusElement: HTMLElement;
    protected calendars: DateTime[];
    protected readonly pluralSelector: (arg: number) => string;
    protected options: ILPConfiguration;
    constructor(options: ILPConfiguration);
    DateTime(date: any, format?: any): DateTime;
    protected init(): void;
    protected parseInput(): DateTime[];
    protected isShowning(): boolean;
    protected findPosition(element: any): {
        left: number;
        top: number;
    };
}