UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

30 lines (29 loc) 919 B
/** * DevExpress HTML/JS Reporting (viewer\internal\_previewSelection.d.ts) * Version: 20.2.13 * Build date: Apr 10, 2023 * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { PreviewPage } from './_page'; export declare class PreviewSelection { private _element; private _page; private _click; static started: boolean; static disabled: boolean; private _$element; private _$selectionContent; private _$selectionContainer; private _bodyEvents; private _startRect; private _getBodyScrollTop; private _getBodyScrollLeft; private _updateSelectionContent; private _mouseMove; private _mouseUp; private _mouseDown; constructor(_element: HTMLElement, _page: PreviewPage, _click: (pageIndex: number) => void); private _dispose; dispose: () => void; }