UNPKG

devexpress-reporting

Version:

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

27 lines (26 loc) 1.25 kB
/** * DevExpress HTML/JS Reporting (designer\widgets\explorerEditors.d.ts) * Version: 25.1.3 * Build date: Jun 26, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { ObjectExplorerProvider, ObjectStructureTreeListController } from '@devexpress/analytics-core/analytics-internal'; import { ISerializationInfo } from '@devexpress/analytics-core/analytics-utils'; import { Editor } from '@devexpress/analytics-core/analytics-widgets'; import * as ko from 'knockout'; export declare class ExplorerEditor extends Editor { constructor(modelPropertyInfo: any, level: any, parentDisabled?: ko.Computed<boolean>, textToSearch?: any); private _collectionNames; private _isEqualModel; private _isVisible; treeListController: ObjectStructureTreeListController; displayExpr: ko.Observable<string> | ko.Computed<string>; itemsProvider: ObjectExplorerProvider; } export declare class DrillDownEditor extends ExplorerEditor { private _setDisabled; private _findFistAvailableBand; constructor(info: ISerializationInfo, level: any, parentDisabled?: ko.Computed<boolean>, textToSearch?: any); path: ko.Observable<any>; }