devextreme-angular
Version:
DevExtreme UI and Visualization Components for Angular
901 lines (862 loc) • 300 kB
TypeScript
import * as i0 from '@angular/core';
import { OnDestroy, OnInit, AfterViewInit, Renderer2, ElementRef, QueryList, EventEmitter } from '@angular/core';
import { AIIntegration } from 'devextreme/common/ai-integration';
import { CommandInfo, ResponseStatusTexts, ResponseStatus, AIColumnMode, DataChangeType, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnAIOptions, FilterOperation, FilterType, FixedPosition, ColumnHeaderFilter, SelectedFilterOperation, HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, DataChange, GridsEditMode, GridsEditRefreshMode, StartEditAction, FilterPanel, FilterPanelTexts, ApplyFilterMode, HeaderFilterSearchConfig, HeaderFilterTexts, EnterKeyAction, EnterKeyDirection, PagerPageSize, GridBase, DataRenderMode, StateStoreType } from 'devextreme/common/grids';
import dxPopup, { dxPopupOptions, dxPopupToolbarItem, ToolbarLocation } from 'devextreme/ui/popup';
import { NestedOption, NestedOptionHost, CollectionNestedOption, IDxTemplateHost, DxTemplateHost, DxTemplateDirective } from 'devextreme-angular/core';
import { dxTextBoxOptions, TextBoxType, ChangeEvent, ContentReadyEvent as ContentReadyEvent$1, CopyEvent, CutEvent, DisposingEvent as DisposingEvent$1, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent as InitializedEvent$1, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent as OptionChangedEvent$1, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box';
import { AnimationConfig, CollisionResolution, PositionConfig, AnimationState, AnimationType, CollisionResolutionCombination } from 'devextreme/common/core/animation';
import * as CommonTypes from 'devextreme/common';
import { ValidationRuleType, HorizontalAlignment, VerticalAlignment, TextEditorButtonLocation, ButtonStyle, ButtonType, SortOrder, DataType, SearchMode, ComparisonOperator, TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus, PositionAlignment, Mode, Format as Format$1, Direction, ToolbarItemLocation, ToolbarItemComponent, DisplayMode, DragDirection, DragHighlight, ScrollMode, ScrollbarMode, SingleMultipleOrNone, TabsIconPosition, TabsStyle } from 'devextreme/common';
import dxTreeList, { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton, ColumnButtonClickEvent, dxTreeListColumnButton, TreeListCommandColumnType, TreeListPredefinedToolbarItem, dxTreeListToolbarItem } from 'devextreme/ui/tree_list';
import { dxButtonOptions, ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button';
import { FormItemType, FormPredefinedButtonItem, dxFormSimpleItem, dxFormOptions, FormItemComponent, LabelLocation, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, FormLabelMode, ContentReadyEvent as ContentReadyEvent$3, DisposingEvent as DisposingEvent$3, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent as InitializedEvent$3, OptionChangedEvent as OptionChangedEvent$3, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form';
import { Format } from 'devextreme/common/core/localization';
import DataSource, { DataSourceOptions } from 'devextreme/data/data_source';
import { Store } from 'devextreme/data/store';
import { dxFilterBuilderField, FieldInfo, FilterBuilderOperation, dxFilterBuilderCustomOperation, GroupOperation, ContentReadyEvent as ContentReadyEvent$2, DisposingEvent as DisposingEvent$2, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent as InitializedEvent$2, OptionChangedEvent as OptionChangedEvent$2, ValueChangedEvent as ValueChangedEvent$1 } from 'devextreme/ui/filter_builder';
import dxOverlay from 'devextreme/ui/overlay';
import DOMComponent from 'devextreme/core/dom_component';
import { event } from 'devextreme/events/events.types';
import { EventInfo } from 'devextreme/common/core/events';
import { Component } from 'devextreme/core/component';
import { LoadingAnimationType } from 'devextreme/ui/load_indicator';
import { dxTabPanelOptions, dxTabPanelItem, ContentReadyEvent as ContentReadyEvent$4, DisposingEvent as DisposingEvent$4, InitializedEvent as InitializedEvent$4, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent as OptionChangedEvent$4, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel';
import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar';
import { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel';
import dxSortable from 'devextreme/ui/sortable';
import dxDraggable from 'devextreme/ui/draggable';
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListAIAssistantComponent extends NestedOption implements OnDestroy, OnInit {
get aiIntegration(): AIIntegration;
set aiIntegration(value: AIIntegration);
get chat(): Record<string, any>;
set chat(value: Record<string, any>);
get customizeResponseText(): ((command: CommandInfo) => ResponseStatusTexts);
set customizeResponseText(value: ((command: CommandInfo) => ResponseStatusTexts));
get customizeResponseTitle(): ((status: ResponseStatus, commandNames: Array<string>) => string);
set customizeResponseTitle(value: ((status: ResponseStatus, commandNames: Array<string>) => string));
get enabled(): boolean;
set enabled(value: boolean);
get popup(): dxPopupOptions<any>;
set popup(value: dxPopupOptions<any>);
get title(): string;
set title(value: string);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAIAssistantComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListAIAssistantComponent, "dxo-tree-list-ai-assistant", never, { "aiIntegration": { "alias": "aiIntegration"; "required": false; }; "chat": { "alias": "chat"; "required": false; }; "customizeResponseText": { "alias": "customizeResponseText"; "required": false; }; "customizeResponseTitle": { "alias": "customizeResponseTitle"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListAIAssistantModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAIAssistantModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListAIAssistantModule, never, [typeof DxoTreeListAIAssistantComponent], [typeof DxoTreeListAIAssistantComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListAIAssistantModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListAIOptionsComponent extends NestedOption implements OnDestroy, OnInit {
get disabled(): boolean;
set disabled(value: boolean);
get instruction(): string | undefined;
set instruction(value: string | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAIOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListAIOptionsComponent, "dxo-tree-list-ai-options", never, { "disabled": { "alias": "disabled"; "required": false; }; "instruction": { "alias": "instruction"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListAIOptionsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAIOptionsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListAIOptionsModule, never, [typeof DxoTreeListAIOptionsComponent], [typeof DxoTreeListAIOptionsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListAIOptionsModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListAIComponent extends NestedOption implements OnDestroy, OnInit {
get aiIntegration(): AIIntegration | undefined;
set aiIntegration(value: AIIntegration | undefined);
get editorOptions(): dxTextBoxOptions<any>;
set editorOptions(value: dxTextBoxOptions<any>);
get emptyText(): string;
set emptyText(value: string);
get mode(): AIColumnMode;
set mode(value: AIColumnMode);
get noDataText(): string;
set noDataText(value: string);
get popup(): Record<string, any>;
set popup(value: Record<string, any>);
get prompt(): string;
set prompt(value: string);
get showHeaderMenu(): boolean;
set showHeaderMenu(value: boolean);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAIComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListAIComponent, "dxo-tree-list-ai", never, { "aiIntegration": { "alias": "aiIntegration"; "required": false; }; "editorOptions": { "alias": "editorOptions"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "prompt": { "alias": "prompt"; "required": false; }; "showHeaderMenu": { "alias": "showHeaderMenu"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListAIModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAIModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListAIModule, never, [typeof DxoTreeListAIComponent], [typeof DxoTreeListAIComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListAIModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListAnimationComponent extends NestedOption implements OnDestroy, OnInit {
get hide(): AnimationConfig;
set hide(value: AnimationConfig);
get show(): AnimationConfig;
set show(value: AnimationConfig);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAnimationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListAnimationComponent, "dxo-tree-list-animation", never, { "hide": { "alias": "hide"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListAnimationModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAnimationModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListAnimationModule, never, [typeof DxoTreeListAnimationComponent], [typeof DxoTreeListAnimationComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListAnimationModule>;
}
declare class DxiTreeListAsyncRuleComponent extends CollectionNestedOption {
get ignoreEmptyValue(): boolean;
set ignoreEmptyValue(value: boolean);
get message(): string;
set message(value: string);
get reevaluate(): boolean;
set reevaluate(value: boolean);
get type(): ValidationRuleType;
set type(value: ValidationRuleType);
get validationCallback(): ((options: {
column: Record<string, any>;
data: Record<string, any>;
formItem: Record<string, any>;
rule: Record<string, any>;
validator: Record<string, any>;
value: any;
}) => any);
set validationCallback(value: ((options: {
column: Record<string, any>;
data: Record<string, any>;
formItem: Record<string, any>;
rule: Record<string, any>;
validator: Record<string, any>;
value: any;
}) => any));
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListAsyncRuleComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeListAsyncRuleComponent, "dxi-tree-list-async-rule", never, { "ignoreEmptyValue": { "alias": "ignoreEmptyValue"; "required": false; }; "message": { "alias": "message"; "required": false; }; "reevaluate": { "alias": "reevaluate"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validationCallback": { "alias": "validationCallback"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxiTreeListAsyncRuleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListAsyncRuleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeListAsyncRuleModule, never, [typeof DxiTreeListAsyncRuleComponent], [typeof DxiTreeListAsyncRuleComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeListAsyncRuleModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListAtComponent extends NestedOption implements OnDestroy, OnInit {
get x(): HorizontalAlignment;
set x(value: HorizontalAlignment);
get y(): VerticalAlignment;
set y(value: VerticalAlignment);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAtComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListAtComponent, "dxo-tree-list-at", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListAtModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListAtModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListAtModule, never, [typeof DxoTreeListAtComponent], [typeof DxoTreeListAtComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListAtModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListBoundaryOffsetComponent extends NestedOption implements OnDestroy, OnInit {
get x(): number;
set x(value: number);
get y(): number;
set y(value: number);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListBoundaryOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListBoundaryOffsetComponent, "dxo-tree-list-boundary-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListBoundaryOffsetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListBoundaryOffsetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListBoundaryOffsetModule, never, [typeof DxoTreeListBoundaryOffsetComponent], [typeof DxoTreeListBoundaryOffsetComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListBoundaryOffsetModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxiTreeListButtonComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost {
private renderer;
private document;
private element;
get cssClass(): string;
set cssClass(value: string);
get disabled(): boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean);
set disabled(value: boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean));
get hint(): string;
set hint(value: string);
get icon(): string;
set icon(value: string);
get name(): string | TreeListPredefinedColumnButton | undefined;
set name(value: string | TreeListPredefinedColumnButton | undefined);
get onClick(): ((e: ColumnButtonClickEvent) => void);
set onClick(value: ((e: ColumnButtonClickEvent) => void));
get template(): any;
set template(value: any);
get text(): string;
set text(value: string);
get visible(): boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean);
set visible(value: boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean));
get location(): TextEditorButtonLocation;
set location(value: TextEditorButtonLocation);
get options(): dxButtonOptions | undefined;
set options(value: dxButtonOptions | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef);
setTemplate(template: DxTemplateDirective): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListButtonComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeListButtonComponent, "dxi-tree-list-button", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "name": { "alias": "name"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "location": { "alias": "location"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>;
}
declare class DxiTreeListButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeListButtonModule, never, [typeof DxiTreeListButtonComponent], [typeof DxiTreeListButtonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeListButtonModule>;
}
declare class DxiTreeListButtonItemComponent extends CollectionNestedOption {
get buttonOptions(): dxButtonOptions | undefined;
set buttonOptions(value: dxButtonOptions | undefined);
get colSpan(): number | undefined;
set colSpan(value: number | undefined);
get cssClass(): string | undefined;
set cssClass(value: string | undefined);
get horizontalAlignment(): HorizontalAlignment;
set horizontalAlignment(value: HorizontalAlignment);
get itemType(): FormItemType;
set itemType(value: FormItemType);
get name(): FormPredefinedButtonItem | string | undefined;
set name(value: FormPredefinedButtonItem | string | undefined);
get verticalAlignment(): VerticalAlignment;
set verticalAlignment(value: VerticalAlignment);
get visible(): boolean;
set visible(value: boolean);
get visibleIndex(): number | undefined;
set visibleIndex(value: number | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListButtonItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeListButtonItemComponent, "dxi-tree-list-button-item", never, { "buttonOptions": { "alias": "buttonOptions"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "horizontalAlignment": { "alias": "horizontalAlignment"; "required": false; }; "itemType": { "alias": "itemType"; "required": false; }; "name": { "alias": "name"; "required": false; }; "verticalAlignment": { "alias": "verticalAlignment"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visibleIndex": { "alias": "visibleIndex"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxiTreeListButtonItemModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListButtonItemModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeListButtonItemModule, never, [typeof DxiTreeListButtonItemComponent], [typeof DxiTreeListButtonItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeListButtonItemModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListButtonOptionsComponent extends NestedOption implements AfterViewInit, OnDestroy, OnInit, IDxTemplateHost {
private renderer;
private document;
private element;
get accessKey(): string | undefined;
set accessKey(value: string | undefined);
get activeStateEnabled(): boolean;
set activeStateEnabled(value: boolean);
get disabled(): boolean;
set disabled(value: boolean);
get elementAttr(): Record<string, any>;
set elementAttr(value: Record<string, any>);
get focusStateEnabled(): boolean;
set focusStateEnabled(value: boolean);
get height(): number | string | undefined;
set height(value: number | string | undefined);
get hint(): string | undefined;
set hint(value: string | undefined);
get hoverStateEnabled(): boolean;
set hoverStateEnabled(value: boolean);
get icon(): string;
set icon(value: string);
get onClick(): ((e: ClickEvent) => void);
set onClick(value: ((e: ClickEvent) => void));
get onContentReady(): ((e: ContentReadyEvent) => void);
set onContentReady(value: ((e: ContentReadyEvent) => void));
get onDisposing(): ((e: DisposingEvent) => void);
set onDisposing(value: ((e: DisposingEvent) => void));
get onInitialized(): ((e: InitializedEvent) => void);
set onInitialized(value: ((e: InitializedEvent) => void));
get onOptionChanged(): ((e: OptionChangedEvent) => void);
set onOptionChanged(value: ((e: OptionChangedEvent) => void));
get rtlEnabled(): boolean;
set rtlEnabled(value: boolean);
get stylingMode(): ButtonStyle;
set stylingMode(value: ButtonStyle);
get tabIndex(): number;
set tabIndex(value: number);
get template(): any;
set template(value: any);
get text(): string;
set text(value: string);
get type(): ButtonType | string;
set type(value: ButtonType | string);
get useSubmitBehavior(): boolean;
set useSubmitBehavior(value: boolean);
get validationGroup(): string | undefined;
set validationGroup(value: string | undefined);
get visible(): boolean;
set visible(value: boolean);
get width(): number | string | undefined;
set width(value: number | string | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef);
setTemplate(template: DxTemplateDirective): void;
ngAfterViewInit(): void;
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListButtonOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListButtonOptionsComponent, "dxo-tree-list-button-options", never, { "accessKey": { "alias": "accessKey"; "required": false; }; "activeStateEnabled": { "alias": "activeStateEnabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "elementAttr": { "alias": "elementAttr"; "required": false; }; "focusStateEnabled": { "alias": "focusStateEnabled"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "hoverStateEnabled": { "alias": "hoverStateEnabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "onContentReady": { "alias": "onContentReady"; "required": false; }; "onDisposing": { "alias": "onDisposing"; "required": false; }; "onInitialized": { "alias": "onInitialized"; "required": false; }; "onOptionChanged": { "alias": "onOptionChanged"; "required": false; }; "rtlEnabled": { "alias": "rtlEnabled"; "required": false; }; "stylingMode": { "alias": "stylingMode"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "useSubmitBehavior": { "alias": "useSubmitBehavior"; "required": false; }; "validationGroup": { "alias": "validationGroup"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
}
declare class DxoTreeListButtonOptionsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListButtonOptionsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListButtonOptionsModule, never, [typeof DxoTreeListButtonOptionsComponent], [typeof DxoTreeListButtonOptionsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListButtonOptionsModule>;
}
declare class DxiTreeListChangeComponent extends CollectionNestedOption {
get data(): any;
set data(value: any);
get insertAfterKey(): any;
set insertAfterKey(value: any);
get insertBeforeKey(): any;
set insertBeforeKey(value: any);
get key(): any;
set key(value: any);
get type(): DataChangeType;
set type(value: DataChangeType);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListChangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeListChangeComponent, "dxi-tree-list-change", never, { "data": { "alias": "data"; "required": false; }; "insertAfterKey": { "alias": "insertAfterKey"; "required": false; }; "insertBeforeKey": { "alias": "insertBeforeKey"; "required": false; }; "key": { "alias": "key"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxiTreeListChangeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListChangeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeListChangeModule, never, [typeof DxiTreeListChangeComponent], [typeof DxiTreeListChangeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeListChangeModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListColCountByScreenComponent extends NestedOption implements OnDestroy, OnInit {
get lg(): number | undefined;
set lg(value: number | undefined);
get md(): number | undefined;
set md(value: number | undefined);
get sm(): number | undefined;
set sm(value: number | undefined);
get xs(): number | undefined;
set xs(value: number | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColCountByScreenComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListColCountByScreenComponent, "dxo-tree-list-col-count-by-screen", never, { "lg": { "alias": "lg"; "required": false; }; "md": { "alias": "md"; "required": false; }; "sm": { "alias": "sm"; "required": false; }; "xs": { "alias": "xs"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListColCountByScreenModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColCountByScreenModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListColCountByScreenModule, never, [typeof DxoTreeListColCountByScreenComponent], [typeof DxoTreeListColCountByScreenComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListColCountByScreenModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListCollisionComponent extends NestedOption implements OnDestroy, OnInit {
get x(): CollisionResolution;
set x(value: CollisionResolution);
get y(): CollisionResolution;
set y(value: CollisionResolution);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListCollisionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListCollisionComponent, "dxo-tree-list-collision", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListCollisionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListCollisionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListCollisionModule, never, [typeof DxoTreeListCollisionComponent], [typeof DxoTreeListCollisionComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListCollisionModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxiTreeListColumnButtonComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost {
private renderer;
private document;
private element;
get cssClass(): string;
set cssClass(value: string);
get disabled(): boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean);
set disabled(value: boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean));
get hint(): string;
set hint(value: string);
get icon(): string;
set icon(value: string);
get name(): string | TreeListPredefinedColumnButton;
set name(value: string | TreeListPredefinedColumnButton);
get onClick(): ((e: ColumnButtonClickEvent) => void);
set onClick(value: ((e: ColumnButtonClickEvent) => void));
get template(): any;
set template(value: any);
get text(): string;
set text(value: string);
get visible(): boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean);
set visible(value: boolean | ((options: {
column: dxTreeListColumn;
component: dxTreeList;
row: dxTreeListRowObject;
}) => boolean));
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef);
setTemplate(template: DxTemplateDirective): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListColumnButtonComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeListColumnButtonComponent, "dxi-tree-list-column-button", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "name": { "alias": "name"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, ["*"], true, never>;
}
declare class DxiTreeListColumnButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListColumnButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeListColumnButtonModule, never, [typeof DxiTreeListColumnButtonComponent], [typeof DxiTreeListColumnButtonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeListColumnButtonModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListColumnChooserSearchComponent extends NestedOption implements OnDestroy, OnInit {
get editorOptions(): any;
set editorOptions(value: any);
get enabled(): boolean;
set enabled(value: boolean);
get timeout(): number;
set timeout(value: number);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColumnChooserSearchComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListColumnChooserSearchComponent, "dxo-tree-list-column-chooser-search", never, { "editorOptions": { "alias": "editorOptions"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListColumnChooserSearchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColumnChooserSearchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListColumnChooserSearchModule, never, [typeof DxoTreeListColumnChooserSearchComponent], [typeof DxoTreeListColumnChooserSearchComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListColumnChooserSearchModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListColumnChooserSelectionComponent extends NestedOption implements OnDestroy, OnInit {
get allowSelectAll(): boolean;
set allowSelectAll(value: boolean);
get recursive(): boolean;
set recursive(value: boolean);
get selectByClick(): boolean;
set selectByClick(value: boolean);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColumnChooserSelectionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListColumnChooserSelectionComponent, "dxo-tree-list-column-chooser-selection", never, { "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; "recursive": { "alias": "recursive"; "required": false; }; "selectByClick": { "alias": "selectByClick"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListColumnChooserSelectionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColumnChooserSelectionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListColumnChooserSelectionModule, never, [typeof DxoTreeListColumnChooserSelectionComponent], [typeof DxoTreeListColumnChooserSelectionComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListColumnChooserSelectionModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxoTreeListColumnChooserComponent extends NestedOption implements OnDestroy, OnInit {
get allowSearch(): boolean;
set allowSearch(value: boolean);
get container(): any | string | undefined;
set container(value: any | string | undefined);
get emptyPanelText(): string;
set emptyPanelText(value: string);
get enabled(): boolean;
set enabled(value: boolean);
get height(): number | string;
set height(value: number | string);
get mode(): ColumnChooserMode;
set mode(value: ColumnChooserMode);
get position(): PositionConfig | undefined;
set position(value: PositionConfig | undefined);
get search(): ColumnChooserSearchConfig;
set search(value: ColumnChooserSearchConfig);
get searchTimeout(): number;
set searchTimeout(value: number);
get selection(): ColumnChooserSelectionConfig;
set selection(value: ColumnChooserSelectionConfig);
get sortOrder(): SortOrder | undefined;
set sortOrder(value: SortOrder | undefined);
get title(): string;
set title(value: string);
get width(): number | string;
set width(value: number | string);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColumnChooserComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoTreeListColumnChooserComponent, "dxo-tree-list-column-chooser", never, { "allowSearch": { "alias": "allowSearch"; "required": false; }; "container": { "alias": "container"; "required": false; }; "emptyPanelText": { "alias": "emptyPanelText"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "height": { "alias": "height"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchTimeout": { "alias": "searchTimeout"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoTreeListColumnChooserModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoTreeListColumnChooserModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTreeListColumnChooserModule, never, [typeof DxoTreeListColumnChooserComponent], [typeof DxoTreeListColumnChooserComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoTreeListColumnChooserModule>;
}
/*!
* devextreme-angular
* Version: 26.1.3
* Build date: Wed Jun 10 2026
*
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/DevExtreme
*/
declare class DxiTreeListColumnComponent extends CollectionNestedOption {
set _validationRulesContentChildren(value: QueryList<CollectionNestedOption>);
set _buttonsContentChildren(value: QueryList<CollectionNestedOption>);
set _columnsContentChildren(value: QueryList<CollectionNestedOption>);
get ai(): ColumnAIOptions;
set ai(value: ColumnAIOptions);
get alignment(): HorizontalAlignment | undefined;
set alignment(value: HorizontalAlignment | undefined);
get allowEditing(): boolean;
set allowEditing(value: boolean);
get allowFiltering(): boolean;
set allowFiltering(value: boolean);
get allowFixing(): boolean;
set allowFixing(value: boolean);
get allowHeaderFiltering(): boolean;
set allowHeaderFiltering(value: boolean);
get allowHiding(): boolean;
set allowHiding(value: boolean);
get allowReordering(): boolean;
set allowReordering(value: boolean);
get allowResizing(): boolean;
set allowResizing(value: boolean);
get allowSearch(): boolean;
set allowSearch(value: boolean);
get allowSorting(): boolean;
set allowSorting(value: boolean);
get buttons(): Array<dxTreeListColumnButton | TreeListPredefinedColumnButton>;
set buttons(value: Array<dxTreeListColumnButton | TreeListPredefinedColumnButton>);
get calculateCellValue(): ((rowData: any) => any);
set calculateCellValue(value: ((rowData: any) => any));
get calculateDisplayValue(): ((rowData: any) => any) | string;
set calculateDisplayValue(value: ((rowData: any) => any) | string);
get calculateFilterExpression(): ((filterValue: any, selectedFilterOperation: string | null, target: string) => string | Function | Array<any>);
set calculateFilterExpression(value: ((filterValue: any, selectedFilterOperation: string | null, target: string) => string | Function | Array<any>));
get calculateSortValue(): ((rowData: any) => any) | string;
set calculateSortValue(value: ((rowData: any) => any) | string);
get caption(): string | undefined;
set caption(value: string | undefined);
get cellTemplate(): any;
set cellTemplate(value: any);
get columns(): Array<dxTreeListColumn | string>;
set columns(value: Array<dxTreeListColumn | string>);
get cssClass(): string | undefined;
set cssClass(value: string | undefined);
get customizeText(): ((cellInfo: {
groupInterval: string | number;
target: string;
value: any;
valueText: string;
}) => string);
set customizeText(value: ((cellInfo: {
groupInterval: string | number;
target: string;
value: any;
valueText: string;
}) => string));
get dataField(): string | undefined;
set dataField(value: string | undefined);
get dataType(): DataType | undefined;
set dataType(value: DataType | undefined);
get editCellTemplate(): any;
set editCellTemplate(value: any);
get editorOptions(): any;
set editorOptions(value: any);
get encodeHtml(): boolean;
set encodeHtml(value: boolean);
get falseText(): string;
set falseText(value: string);
get filterOperations(): Array<FilterOperation | string>;
set filterOperations(value: Array<FilterOperation | string>);
get filterType(): FilterType;
set filterType(value: FilterType);
get filterValue(): any | undefined;
set filterValue(value: any | undefined);
get filterValues(): Array<any>;
set filterValues(value: Array<any>);
get fixed(): boolean;
set fixed(value: boolean);
get fixedPosition(): FixedPosition | undefined;
set fixedPosition(value: FixedPosition | undefined);
get format(): Format;
set format(value: Format);
get formItem(): dxFormSimpleItem;
set formItem(value: dxFormSimpleItem);
get headerCellTemplate(): any;
set headerCellTemplate(value: any);
get headerFilter(): ColumnHeaderFilter | undefined;
set headerFilter(value: ColumnHeaderFilter | undefined);
get hidingPriority(): number | undefined;
set hidingPriority(value: number | undefined);
get isBand(): boolean | undefined;
set isBand(value: boolean | undefined);
get lookup(): {
allowClearing?: boolean;
calculateCellValue?: ((rowData: any) => any);
dataSource?: Array<any> | DataSourceOptions | ((options: {
data: Record<string, any>;
key: any;
}) => Array<any> | Store | DataSourceOptions) | null | Store | undefined;
displayExpr?: ((data: any) => string) | string | undefined;
valueExpr?: string | undefined;
};
set lookup(value: {
allowClearing?: boolean;
calculateCellValue?: ((rowData: any) => any);
dataSource?: Array<any> | DataSourceOptions | ((options: {
data: Record<string, any>;
key: any;
}) => Array<any> | Store | DataSourceOptions) | null | Store | undefined;
displayExpr?: ((data: any) => string) | string | undefined;
valueExpr?: string | undefined;
});
get minWidth(): number | undefined;
set minWidth(value: number | undefined);
get name(): string | undefined;
set name(value: string | undefined);
get ownerBand(): number | undefined;
set ownerBand(value: number | undefined);
get renderAsync(): boolean;
set renderAsync(value: boolean);
get selectedFilterOperation(): SelectedFilterOperation | undefined;
set selectedFilterOperation(value: SelectedFilterOperation | undefined);
get setCellValue(): ((newData: any, value: any, currentRowData: any) => any);
set setCellValue(value: ((newData: any, value: any, currentRowData: any) => any));
get showEditorAlways(): boolean;
set showEditorAlways(value: boolean);
get showInColumnChooser(): boolean;
set showInColumnChooser(value: boolean);
get sortIndex(): number | undefined;
set sortIndex(value: number | undefined);
get sortingMethod(): ((value1: any, value2: any) => number) | undefined;
set sortingMethod(value: ((value1: any, value2: any) => number) | undefined);
get sortOrder(): SortOrder | undefined;
set sortOrder(value: SortOrder | undefined);
get trueText(): string;
set trueText(value: string);
get type(): TreeListCommandColumnType;
set type(value: TreeListCommandColumnType);
get validationRules(): Array<CommonTypes.ValidationRule>;
set validationRules(value: Array<CommonTypes.ValidationRule>);
get visible(): boolean;
set visible(value: boolean);
get visibleIndex(): number | undefined;
set visibleIndex(value: number | undefined);
get width(): number | string | undefined;
set width(value: number | string | undefined);
/**
* This member supports the internal infrastructure and is not intended to be used directly from your code.
*/
filterValueChange: EventEmitter<any | undefined>;
/**
* This member supports the internal infrastructure and is not intended to be used directly from your code.
*/
filterValuesChange: EventEmitter<Array<any>>;
/**