UNPKG

devextreme-angular

Version:

DevExtreme UI and Visualization Components for Angular

888 lines (849 loc) 220 kB
import * as i0 from '@angular/core'; import { OnDestroy, OnInit, AfterViewInit, Renderer2, ElementRef, QueryList, EventEmitter } from '@angular/core'; import { NestedOption, NestedOptionHost, CollectionNestedOption, IDxTemplateHost, DxTemplateHost, DxTemplateDirective } from 'devextreme-angular/core'; import { AnimationConfig, CollisionResolution, PositionConfig, AnimationState, AnimationType, CollisionResolutionCombination } from 'devextreme/common/core/animation'; import * as CommonTypes from 'devextreme/common'; import { ValidationRuleType, HorizontalAlignment, VerticalAlignment, ButtonStyle, ButtonType, ToolbarItemLocation, ToolbarItemComponent, SearchMode, SingleMultipleOrNone, SelectAllMode, SortOrder, DataType, ComparisonOperator, DragHighlight, Mode, Format as Format$1, Direction, PositionAlignment, DisplayMode, ScrollbarMode, TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; 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$2, DisposingEvent as DisposingEvent$2, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent as InitializedEvent$2, OptionChangedEvent as OptionChangedEvent$2, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; import { CardHeaderPredefinedItem, CardHeaderItem, EditingTexts, PredefinedToolbarItem, dxCardViewToolbarItem } from 'devextreme/ui/card_view'; import { HeaderFilterSearchConfig, HeaderFilterTexts, SelectionColumnDisplayMode, DataChangeType, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, FilterType, ColumnHeaderFilter, HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, DataChange, FilterPanel, FilterPanelTexts, PagerPageSize } from 'devextreme/common/grids'; 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$1, DisposingEvent as DisposingEvent$1, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent as InitializedEvent$1, OptionChangedEvent as OptionChangedEvent$1, ValueChangedEvent } from 'devextreme/ui/filter_builder'; import { AIIntegration } from 'devextreme/common/ai-integration'; 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 { event } from 'devextreme/events/events.types'; import { LoadPanelIndicatorProperties, ContentReadyEvent as ContentReadyEvent$3, DisposingEvent as DisposingEvent$3, HiddenEvent, HidingEvent, InitializedEvent as InitializedEvent$3, OptionChangedEvent as OptionChangedEvent$3, ShowingEvent, ShownEvent } from 'devextreme/ui/load_panel'; /*! * 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 DxoCardViewAIOptionsComponent 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<DxoCardViewAIOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewAIOptionsComponent, "dxo-card-view-ai-options", never, { "disabled": { "alias": "disabled"; "required": false; }; "instruction": { "alias": "instruction"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewAIOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewAIOptionsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewAIOptionsModule, never, [typeof DxoCardViewAIOptionsComponent], [typeof DxoCardViewAIOptionsComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewAIOptionsModule>; } /*! * 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 DxoCardViewAnimationComponent 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<DxoCardViewAnimationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewAnimationComponent, "dxo-card-view-animation", never, { "hide": { "alias": "hide"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewAnimationModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewAnimationModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewAnimationModule, never, [typeof DxoCardViewAnimationComponent], [typeof DxoCardViewAnimationComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewAnimationModule>; } declare class DxiCardViewAsyncRuleComponent 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<DxiCardViewAsyncRuleComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiCardViewAsyncRuleComponent, "dxi-card-view-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 DxiCardViewAsyncRuleModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiCardViewAsyncRuleModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiCardViewAsyncRuleModule, never, [typeof DxiCardViewAsyncRuleComponent], [typeof DxiCardViewAsyncRuleComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiCardViewAsyncRuleModule>; } /*! * 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 DxoCardViewAtComponent 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<DxoCardViewAtComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewAtComponent, "dxo-card-view-at", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewAtModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewAtModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewAtModule, never, [typeof DxoCardViewAtComponent], [typeof DxoCardViewAtComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewAtModule>; } /*! * 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 DxoCardViewBoundaryOffsetComponent 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<DxoCardViewBoundaryOffsetComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewBoundaryOffsetComponent, "dxo-card-view-boundary-offset", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewBoundaryOffsetModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewBoundaryOffsetModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewBoundaryOffsetModule, never, [typeof DxoCardViewBoundaryOffsetComponent], [typeof DxoCardViewBoundaryOffsetComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewBoundaryOffsetModule>; } declare class DxiCardViewButtonItemComponent 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<DxiCardViewButtonItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiCardViewButtonItemComponent, "dxi-card-view-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 DxiCardViewButtonItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiCardViewButtonItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiCardViewButtonItemModule, never, [typeof DxiCardViewButtonItemComponent], [typeof DxiCardViewButtonItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiCardViewButtonItemModule>; } /*! * 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 DxoCardViewButtonOptionsComponent 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<DxoCardViewButtonOptionsComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewButtonOptionsComponent, "dxo-card-view-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 DxoCardViewButtonOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewButtonOptionsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewButtonOptionsModule, never, [typeof DxoCardViewButtonOptionsComponent], [typeof DxoCardViewButtonOptionsComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewButtonOptionsModule>; } /*! * 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 DxoCardViewCardCoverComponent extends NestedOption implements AfterViewInit, OnDestroy, OnInit, IDxTemplateHost { private renderer; private document; private element; get altExpr(): ((data: any) => string) | string; set altExpr(value: ((data: any) => string) | string); get aspectRatio(): string; set aspectRatio(value: string); get imageExpr(): ((data: any) => string) | string; set imageExpr(value: ((data: any) => string) | string); get maxHeight(): number; set maxHeight(value: number); get template(): any; set template(value: any); 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<DxoCardViewCardCoverComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardCoverComponent, "dxo-card-view-card-cover", never, { "altExpr": { "alias": "altExpr"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "imageExpr": { "alias": "imageExpr"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, never, ["*"], true, never>; } declare class DxoCardViewCardCoverModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardCoverModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardCoverModule, never, [typeof DxoCardViewCardCoverComponent], [typeof DxoCardViewCardCoverComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardCoverModule>; } /*! * 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 DxiCardViewCardHeaderItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; get cssClass(): string | undefined; set cssClass(value: string | undefined); get disabled(): boolean; set disabled(value: boolean); get html(): string; set html(value: string); get locateInMenu(): LocateInMenuMode; set locateInMenu(value: LocateInMenuMode); get location(): ToolbarItemLocation; set location(value: ToolbarItemLocation); get menuItemTemplate(): any; set menuItemTemplate(value: any); get name(): CardHeaderPredefinedItem | string; set name(value: CardHeaderPredefinedItem | string); get options(): any; set options(value: any); get showText(): ShowTextMode; set showText(value: ShowTextMode); get template(): any; set template(value: any); get text(): string; set text(value: string); get visible(): boolean; set visible(value: boolean); get widget(): ToolbarItemComponent; set widget(value: ToolbarItemComponent); 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<DxiCardViewCardHeaderItemComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiCardViewCardHeaderItemComponent, "dxi-card-view-card-header-item", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "html": { "alias": "html"; "required": false; }; "locateInMenu": { "alias": "locateInMenu"; "required": false; }; "location": { "alias": "location"; "required": false; }; "menuItemTemplate": { "alias": "menuItemTemplate"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "showText": { "alias": "showText"; "required": false; }; "template": { "alias": "template"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "widget": { "alias": "widget"; "required": false; }; }, {}, never, ["*"], true, never>; } declare class DxiCardViewCardHeaderItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiCardViewCardHeaderItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiCardViewCardHeaderItemModule, never, [typeof DxiCardViewCardHeaderItemComponent], [typeof DxiCardViewCardHeaderItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiCardViewCardHeaderItemModule>; } /*! * 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 DxoCardViewCardHeaderComponent extends NestedOption implements AfterViewInit, OnDestroy, OnInit, IDxTemplateHost { private renderer; private document; private element; set _itemsContentChildren(value: QueryList<CollectionNestedOption>); get items(): Array<CardHeaderItem | CardHeaderPredefinedItem>; set items(value: Array<CardHeaderItem | CardHeaderPredefinedItem>); get template(): any; set template(value: any); get visible(): boolean; set visible(value: boolean); 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<DxoCardViewCardHeaderComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardHeaderComponent, "dxo-card-view-card-header", never, { "items": { "alias": "items"; "required": false; }; "template": { "alias": "template"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, ["_itemsContentChildren"], ["*"], true, never>; } declare class DxoCardViewCardHeaderModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardHeaderModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardHeaderModule, never, [typeof DxoCardViewCardHeaderComponent], [typeof DxoCardViewCardHeaderComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardHeaderModule>; } /*! * 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 DxoCardViewCardViewHeaderFilterSearchComponent extends NestedOption implements OnDestroy, OnInit { get editorOptions(): any; set editorOptions(value: any); get enabled(): boolean; set enabled(value: boolean); get mode(): SearchMode; set mode(value: SearchMode); get timeout(): number; set timeout(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewHeaderFilterSearchComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardViewHeaderFilterSearchComponent, "dxo-card-view-card-view-header-filter-search", never, { "editorOptions": { "alias": "editorOptions"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewCardViewHeaderFilterSearchModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewHeaderFilterSearchModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardViewHeaderFilterSearchModule, never, [typeof DxoCardViewCardViewHeaderFilterSearchComponent], [typeof DxoCardViewCardViewHeaderFilterSearchComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardViewHeaderFilterSearchModule>; } /*! * 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 DxoCardViewCardViewHeaderFilterTextsComponent extends NestedOption implements OnDestroy, OnInit { get cancel(): string; set cancel(value: string); get emptyValue(): string; set emptyValue(value: string); get ok(): string; set ok(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewHeaderFilterTextsComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardViewHeaderFilterTextsComponent, "dxo-card-view-card-view-header-filter-texts", never, { "cancel": { "alias": "cancel"; "required": false; }; "emptyValue": { "alias": "emptyValue"; "required": false; }; "ok": { "alias": "ok"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewCardViewHeaderFilterTextsModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewHeaderFilterTextsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardViewHeaderFilterTextsModule, never, [typeof DxoCardViewCardViewHeaderFilterTextsComponent], [typeof DxoCardViewCardViewHeaderFilterTextsComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardViewHeaderFilterTextsModule>; } /*! * 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 DxoCardViewCardViewHeaderFilterComponent extends NestedOption implements OnDestroy, OnInit { get allowSearch(): boolean; set allowSearch(value: boolean); get allowSelectAll(): boolean; set allowSelectAll(value: boolean); get height(): number | string; set height(value: number | string); get search(): HeaderFilterSearchConfig; set search(value: HeaderFilterSearchConfig); get searchTimeout(): number; set searchTimeout(value: number); get texts(): HeaderFilterTexts; set texts(value: HeaderFilterTexts); get visible(): boolean; set visible(value: boolean); 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<DxoCardViewCardViewHeaderFilterComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardViewHeaderFilterComponent, "dxo-card-view-card-view-header-filter", never, { "allowSearch": { "alias": "allowSearch"; "required": false; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; "height": { "alias": "height"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchTimeout": { "alias": "searchTimeout"; "required": false; }; "texts": { "alias": "texts"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewCardViewHeaderFilterModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewHeaderFilterModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardViewHeaderFilterModule, never, [typeof DxoCardViewCardViewHeaderFilterComponent], [typeof DxoCardViewCardViewHeaderFilterComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardViewHeaderFilterModule>; } /*! * 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 DxoCardViewCardViewSelectionComponent extends NestedOption implements OnDestroy, OnInit { get allowSelectAll(): boolean; set allowSelectAll(value: boolean); get mode(): SingleMultipleOrNone; set mode(value: SingleMultipleOrNone); get selectAllMode(): SelectAllMode; set selectAllMode(value: SelectAllMode); get showCheckBoxesMode(): SelectionColumnDisplayMode; set showCheckBoxesMode(value: SelectionColumnDisplayMode); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewSelectionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardViewSelectionComponent, "dxo-card-view-card-view-selection", never, { "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "selectAllMode": { "alias": "selectAllMode"; "required": false; }; "showCheckBoxesMode": { "alias": "showCheckBoxesMode"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewCardViewSelectionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardViewSelectionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardViewSelectionModule, never, [typeof DxoCardViewCardViewSelectionComponent], [typeof DxoCardViewCardViewSelectionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardViewSelectionModule>; } declare class DxiCardViewChangeComponent 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<DxiCardViewChangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiCardViewChangeComponent, "dxi-card-view-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 DxiCardViewChangeModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiCardViewChangeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiCardViewChangeModule, never, [typeof DxiCardViewChangeComponent], [typeof DxiCardViewChangeComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiCardViewChangeModule>; } /*! * 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 DxoCardViewColCountByScreenComponent 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<DxoCardViewColCountByScreenComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewColCountByScreenComponent, "dxo-card-view-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 DxoCardViewColCountByScreenModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewColCountByScreenModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewColCountByScreenModule, never, [typeof DxoCardViewColCountByScreenComponent], [typeof DxoCardViewColCountByScreenComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewColCountByScreenModule>; } /*! * 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 DxoCardViewCollisionComponent 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<DxoCardViewCollisionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCollisionComponent, "dxo-card-view-collision", never, { "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; }, {}, never, never, true, never>; } declare class DxoCardViewCollisionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCollisionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCollisionModule, never, [typeof DxoCardViewCollisionComponent], [typeof DxoCardViewCollisionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCollisionModule>; } /*! * 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 DxoCardViewColumnChooserSearchComponent 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<DxoCardViewColumnChooserSearchComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewColumnChooserSearchComponent, "dxo-card-view-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 DxoCardViewColumnChooserSearchModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewColumnChooserSearchModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewColumnChooserSearchModule, never, [typeof DxoCardViewColumnChooserSearchComponent], [typeof DxoCardViewColumnChooserSearchComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewColumnChooserSearchModule>; } /*! * 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 DxoCardViewColumnChooserSelectionComponent 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<DxoCardViewColumnChooserSelectionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewColumnChooserSelectionComponent, "dxo-card-view-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 DxoCardViewColumnChooserSelectionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewColumnChooserSelectionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewColumnChooserSelectionModule, never, [typeof DxoCardViewColumnChooserSelectionComponent], [typeof DxoCardViewColumnChooserSelectionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewColumnChooserSelectionModule>; } /*! * 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 DxoCardViewColumnChooserComponent 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<DxoCardViewColumnChooserComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewColumnChooserComponent, "dxo-card-view-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 DxoCardViewColumnChooserModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewColumnChooserModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewColumnChooserModule, never, [typeof DxoCardViewColumnChooserComponent], [typeof DxoCardViewColumnChooserComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewColumnChooserModule>; } /*! * 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 DxiCardViewColumnComponent extends CollectionNestedOption { set _validationRulesContentChildren(value: QueryList<CollectionNestedOption>); get alignment(): HorizontalAlignment | undefined; set alignment(value: HorizontalAlignment | undefined); get allowEditing(): boolean; set allowEditing(value: boolean); get allowFiltering(): boolean; set allowFiltering(value: boolean); get allowHeaderFiltering(): boolean; set allowHeaderFiltering(value: boolean); get allowHiding(): boolean; set allowHiding(value: boolean); get allowReordering(): boolean; set allowReordering(value: boolean); get allowSearch(): boolean; set allowSearch(value: boolean); get allowSorting(): boolean; set allowSorting(value: boolean); get calculateDisplayValue(): ((cardData: any) => any); set calculateDisplayValue(value: ((cardData: any) => any)); get calculateFieldValue(): ((cardData: any) => any); set calculateFieldValue(value: ((cardData: any) => any)); get calculateFilterExpression(): ((filterValue: any, selectedFilterOperation: string | null, target: string) => string | Array<any> | Function); set calculateFilterExpression(value: ((filterValue: any, selectedFilterOperation: string | null, target: string) => string | Array<any> | Function)); get calculateSortValue(): ((cardData: any) => any) | string; set calculateSortValue(value: ((cardData: any) => any) | string); get caption(): string | undefined; set caption(value: string | undefined); get customizeText(): ((fieldInfo: { groupInterval: string | number; target: string; value: any; valueText: string; }) => string); set customizeText(value: ((fieldInfo: { 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 editorOptions(): any; set editorOptions(value: any); get falseText(): string; set falseText(value: string); get fieldCaptionTemplate(): any; set fieldCaptionTemplate(value: any); get fieldTemplate(): any; set fieldTemplate(value: any); get fieldValueTemplate(): any; set fieldValueTemplate(value: any); 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 format(): Format; set format(value: Format); get formItem(): dxFormSimpleItem; set formItem(value: dxFormSimpleItem); get headerFilter(): ColumnHeaderFilter | undefined; set headerFilter(value: ColumnHeaderFilter | undefined); get headerItemCssClass(): string; set headerItemCssClass(value: string); get headerItemTemplate(): any; set headerItemTemplate(value: any); get name(): string | undefined; set name(value: string | undefined); get setFieldValue(): ((newData: any, value: any, currentCardData: any) => any); set setFieldValue(value: ((newData: any, value: any, currentCardData: any) => any)); 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 validationRules(): Array<CommonTypes.ValidationRule>; set validationRules(value: Array<CommonTypes.ValidationRule>); get visible(): boolean; set visible(value: boolean); get visibleIndex(): number | undefined; set visibleIndex(val