import * as i0 from '@angular/core'; import { EventEmitter, OnDestroy, OnInit, AfterViewInit, QueryList, Renderer2, ElementRef } from '@angular/core'; import { HorizontalAlignment, DataType, SortOrder, SearchMode, Format as Format$1, ToolbarItemLocation, ToolbarItemComponent, SingleMultipleOrNone } from 'devextreme/common'; import { FilterOperation, FilterType, ColumnHeaderFilter, SelectedFilterOperation, HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig } from 'devextreme/common/grids'; import { Format } from 'devextreme/common/core/localization'; import { CollectionNestedOption, NestedOptionHost, NestedOption, IDxTemplateHost, DxTemplateHost, DxTemplateDirective } from 'devextreme-angular/core'; import DataSource, { DataSourceOptions } from 'devextreme/data/data_source'; import { Store } from 'devextreme/data/store'; import { dxContextMenuItem } from 'devextreme/ui/context_menu'; import { GanttPredefinedContextMenuItem, dxGanttContextMenuItem, dxGanttFilterRowOperationDescriptions, dxGanttHeaderFilterTexts, GanttPredefinedToolbarItem, GanttScaleType, dxGanttToolbarItem } from 'devextreme/ui/gantt'; import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; /*! * 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 DxiGanttColumnComponent extends CollectionNestedOption { get alignment(): HorizontalAlignment | undefined; set alignment(value: HorizontalAlignment | undefined); get allowFiltering(): boolean; set allowFiltering(value: boolean); get allowHeaderFiltering(): boolean; set allowHeaderFiltering(value: boolean); get allowSorting(): boolean; set allowSorting(value: boolean); 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); set calculateFilterExpression(value: ((filterValue: any, selectedFilterOperation: string | null, target: string) => string | Function | Array)); 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 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 encodeHtml(): boolean; set encodeHtml(value: boolean); get falseText(): string; set falseText(value: string); get filterOperations(): Array; set filterOperations(value: Array); get filterType(): FilterType; set filterType(value: FilterType); get filterValue(): any | undefined; set filterValue(value: any | undefined); get filterValues(): Array; set filterValues(value: Array); get format(): Format; set format(value: Format); get headerCellTemplate(): any; set headerCellTemplate(value: any); get headerFilter(): ColumnHeaderFilter | undefined; set headerFilter(value: ColumnHeaderFilter | undefined); get minWidth(): number | undefined; set minWidth(value: number | undefined); get selectedFilterOperation(): SelectedFilterOperation | undefined; set selectedFilterOperation(value: SelectedFilterOperation | undefined); 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 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; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ filterValuesChange: EventEmitter>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ selectedFilterOperationChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ sortIndexChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ sortOrderChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ visibleChange: EventEmitter; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ visibleIndexChange: EventEmitter; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiGanttColumnModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttColumnHeaderFilterSearchComponent 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 searchExpr(): Array | Function | string | undefined; set searchExpr(value: Array | Function | string | undefined); get timeout(): number; set timeout(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttColumnHeaderFilterSearchModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttColumnHeaderFilterComponent extends NestedOption implements OnDestroy, OnInit { get allowSearch(): boolean; set allowSearch(value: boolean); get allowSelectAll(): boolean; set allowSelectAll(value: boolean); get dataSource(): Array | DataSourceOptions | ((options: { component: Record; dataSource: DataSourceOptions | null; }) => void) | null | Store | undefined; set dataSource(value: Array | DataSourceOptions | ((options: { component: Record; dataSource: DataSourceOptions | null; }) => void) | null | Store | undefined); get groupInterval(): HeaderFilterGroupInterval | number | undefined; set groupInterval(value: HeaderFilterGroupInterval | number | undefined); get height(): number | string | undefined; set height(value: number | string | undefined); get search(): ColumnHeaderFilterSearchConfig; set search(value: ColumnHeaderFilterSearchConfig); get searchMode(): SearchMode; set searchMode(value: SearchMode); get width(): number | string | undefined; set width(value: number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttColumnHeaderFilterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxiGanttContextMenuItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; set _itemsContentChildren(value: QueryList); get beginGroup(): boolean; set beginGroup(value: boolean); get closeMenuOnClick(): boolean; set closeMenuOnClick(value: boolean); get disabled(): boolean; set disabled(value: boolean); get icon(): string; set icon(value: string); get items(): Array; set items(value: Array); get name(): GanttPredefinedContextMenuItem | string; set name(value: GanttPredefinedContextMenuItem | string); get selectable(): boolean; set selectable(value: boolean); get selected(): boolean; set selected(value: boolean); get template(): any; set template(value: any); get text(): string; set text(value: string); 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; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiGanttContextMenuItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxiGanttContextMenuItemItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; set _itemsContentChildren(value: QueryList); get beginGroup(): boolean; set beginGroup(value: boolean); get closeMenuOnClick(): boolean; set closeMenuOnClick(value: boolean); get disabled(): boolean; set disabled(value: boolean); get icon(): string; set icon(value: string); get items(): Array; set items(value: Array); get selectable(): boolean; set selectable(value: boolean); get selected(): boolean; set selected(value: boolean); get template(): any; set template(value: any); get text(): string; set text(value: string); 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; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiGanttContextMenuItemItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttContextMenuComponent extends NestedOption implements OnDestroy, OnInit { set _itemsContentChildren(value: QueryList); get enabled(): boolean; set enabled(value: boolean); get items(): Array; set items(value: Array); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttContextMenuModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttDependenciesComponent extends NestedOption implements OnDestroy, OnInit { get dataSource(): Array | DataSource | DataSourceOptions | null | Store | string; set dataSource(value: Array | DataSource | DataSourceOptions | null | Store | string); get keyExpr(): ((dependency: any) => any) | string; set keyExpr(value: ((dependency: any) => any) | string); get predecessorIdExpr(): ((dependency: any, value: any) => any) | string; set predecessorIdExpr(value: ((dependency: any, value: any) => any) | string); get successorIdExpr(): ((dependency: any, value: any) => any) | string; set successorIdExpr(value: ((dependency: any, value: any) => any) | string); get typeExpr(): ((dependency: any, value: any) => any) | string; set typeExpr(value: ((dependency: any, value: any) => any) | string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttDependenciesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttEditingComponent extends NestedOption implements OnDestroy, OnInit { get allowDependencyAdding(): boolean; set allowDependencyAdding(value: boolean); get allowDependencyDeleting(): boolean; set allowDependencyDeleting(value: boolean); get allowResourceAdding(): boolean; set allowResourceAdding(value: boolean); get allowResourceDeleting(): boolean; set allowResourceDeleting(value: boolean); get allowResourceUpdating(): boolean; set allowResourceUpdating(value: boolean); get allowTaskAdding(): boolean; set allowTaskAdding(value: boolean); get allowTaskDeleting(): boolean; set allowTaskDeleting(value: boolean); get allowTaskResourceUpdating(): boolean; set allowTaskResourceUpdating(value: boolean); get allowTaskUpdating(): boolean; set allowTaskUpdating(value: boolean); get enabled(): boolean; set enabled(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttEditingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttFilterRowComponent extends NestedOption implements OnDestroy, OnInit { get betweenEndText(): string; set betweenEndText(value: string); get betweenStartText(): string; set betweenStartText(value: string); get operationDescriptions(): dxGanttFilterRowOperationDescriptions; set operationDescriptions(value: dxGanttFilterRowOperationDescriptions); get resetOperationText(): string; set resetOperationText(value: string); get showAllText(): string; set showAllText(value: string); get showOperationChooser(): boolean; set showOperationChooser(value: boolean); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttFilterRowModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format$1 | string; set type(value: Format$1 | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttGanttHeaderFilterSearchComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttGanttHeaderFilterSearchModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttGanttHeaderFilterComponent extends NestedOption implements OnDestroy, OnInit { get allowSearch(): boolean; set allowSearch(value: boolean); get allowSelectAll(): boolean; set allowSelectAll(value: boolean); get height(): number; set height(value: number); get search(): HeaderFilterSearchConfig; set search(value: HeaderFilterSearchConfig); get searchTimeout(): number; set searchTimeout(value: number); get texts(): dxGanttHeaderFilterTexts; set texts(value: dxGanttHeaderFilterTexts); get visible(): boolean; set visible(value: boolean); get width(): number; set width(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttGanttHeaderFilterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttHeaderFilterComponent extends NestedOption implements OnDestroy, OnInit { get allowSearch(): boolean; set allowSearch(value: boolean); get allowSelectAll(): boolean; set allowSelectAll(value: boolean); get dataSource(): Array | DataSourceOptions | ((options: { component: Record; dataSource: DataSourceOptions | null; }) => void) | null | Store | undefined; set dataSource(value: Array | DataSourceOptions | ((options: { component: Record; dataSource: DataSourceOptions | null; }) => void) | null | Store | undefined); get groupInterval(): HeaderFilterGroupInterval | number | undefined; set groupInterval(value: HeaderFilterGroupInterval | number | undefined); get height(): number | string | undefined; set height(value: number | string | undefined); get search(): ColumnHeaderFilterSearchConfig | HeaderFilterSearchConfig; set search(value: ColumnHeaderFilterSearchConfig | HeaderFilterSearchConfig); get searchMode(): SearchMode; set searchMode(value: SearchMode); get width(): number | string | undefined; set width(value: number | string | undefined); get searchTimeout(): number; set searchTimeout(value: number); get texts(): dxGanttHeaderFilterTexts; set texts(value: dxGanttHeaderFilterTexts); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttHeaderFilterModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxiGanttItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; set _itemsContentChildren(value: QueryList); get beginGroup(): boolean; set beginGroup(value: boolean); get closeMenuOnClick(): boolean; set closeMenuOnClick(value: boolean); get disabled(): boolean; set disabled(value: boolean); get icon(): string; set icon(value: string); get items(): Array; set items(value: Array); get name(): GanttPredefinedContextMenuItem | string | GanttPredefinedToolbarItem; set name(value: GanttPredefinedContextMenuItem | string | GanttPredefinedToolbarItem); get selectable(): boolean; set selectable(value: boolean); get selected(): boolean; set selected(value: boolean); get template(): any; set template(value: any); get text(): string; set text(value: string); get visible(): boolean; set visible(value: boolean); get cssClass(): string | undefined; set cssClass(value: string | undefined); 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 options(): any; set options(value: any); get showText(): ShowTextMode; set showText(value: ShowTextMode); 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiGanttItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttOperationDescriptionsComponent extends NestedOption implements OnDestroy, OnInit { get between(): string; set between(value: string); get contains(): string; set contains(value: string); get endsWith(): string; set endsWith(value: string); get equal(): string; set equal(value: string); get greaterThan(): string; set greaterThan(value: string); get greaterThanOrEqual(): string; set greaterThanOrEqual(value: string); get lessThan(): string; set lessThan(value: string); get lessThanOrEqual(): string; set lessThanOrEqual(value: string); get notContains(): string; set notContains(value: string); get notEqual(): string; set notEqual(value: string); get startsWith(): string; set startsWith(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttOperationDescriptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttResourceAssignmentsComponent extends NestedOption implements OnDestroy, OnInit { get dataSource(): Array | DataSource | DataSourceOptions | null | Store | string; set dataSource(value: Array | DataSource | DataSourceOptions | null | Store | string); get keyExpr(): ((resourceAssignment: any) => any) | string; set keyExpr(value: ((resourceAssignment: any) => any) | string); get resourceIdExpr(): ((resourceAssignment: any, value: any) => any) | string; set resourceIdExpr(value: ((resourceAssignment: any, value: any) => any) | string); get taskIdExpr(): ((resourceAssignment: any, value: any) => any) | string; set taskIdExpr(value: ((resourceAssignment: any, value: any) => any) | string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttResourceAssignmentsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttResourcesComponent extends NestedOption implements OnDestroy, OnInit { get colorExpr(): ((resource: any, value: any) => any) | string; set colorExpr(value: ((resource: any, value: any) => any) | string); get dataSource(): Array | DataSource | DataSourceOptions | null | Store | string; set dataSource(value: Array | DataSource | DataSourceOptions | null | Store | string); get keyExpr(): ((resource: any) => any) | string; set keyExpr(value: ((resource: any) => any) | string); get textExpr(): ((resource: any, value: any) => string) | string; set textExpr(value: ((resource: any, value: any) => string) | string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttResourcesModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttScaleTypeRangeComponent extends NestedOption implements OnDestroy, OnInit { get max(): GanttScaleType; set max(value: GanttScaleType); get min(): GanttScaleType; set min(value: GanttScaleType); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttScaleTypeRangeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttSearchComponent 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 searchExpr(): Array | Function | string | undefined; set searchExpr(value: Array | Function | string | undefined); get timeout(): number; set timeout(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttSearchModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttSortingComponent extends NestedOption implements OnDestroy, OnInit { get ascendingText(): string; set ascendingText(value: string); get clearText(): string; set clearText(value: string); get descendingText(): string; set descendingText(value: string); get mode(): SingleMultipleOrNone | string; set mode(value: SingleMultipleOrNone | string); get showSortIndexes(): boolean; set showSortIndexes(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttSortingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiGanttStripLineComponent extends CollectionNestedOption { get cssClass(): string | undefined; set cssClass(value: string | undefined); get end(): Date | (() => Date | number | string) | number | string | undefined; set end(value: Date | (() => Date | number | string) | number | string | undefined); get start(): Date | (() => Date | number | string) | number | string | undefined; set start(value: Date | (() => Date | number | string) | number | string | undefined); get title(): string | undefined; set title(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiGanttStripLineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttTasksComponent extends NestedOption implements OnDestroy, OnInit { get colorExpr(): ((task: any, value: any) => any) | string; set colorExpr(value: ((task: any, value: any) => any) | string); get dataSource(): Array | DataSource | DataSourceOptions | null | Store | string; set dataSource(value: Array | DataSource | DataSourceOptions | null | Store | string); get endExpr(): ((task: any, value: any) => any) | string; set endExpr(value: ((task: any, value: any) => any) | string); get keyExpr(): ((task: any) => any) | string; set keyExpr(value: ((task: any) => any) | string); get parentIdExpr(): ((task: any, value: any) => any) | string; set parentIdExpr(value: ((task: any, value: any) => any) | string); get progressExpr(): ((task: any, value: any) => any) | string; set progressExpr(value: ((task: any, value: any) => any) | string); get startExpr(): ((task: any, value: any) => any) | string; set startExpr(value: ((task: any, value: any) => any) | string); get titleExpr(): ((task: any, value: any) => any) | string; set titleExpr(value: ((task: any, value: any) => any) | string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttTasksModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttTextsComponent 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttTextsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxiGanttToolbarItemComponent 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(): GanttPredefinedToolbarItem | string; set name(value: GanttPredefinedToolbarItem | 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; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiGanttToolbarItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttToolbarComponent extends NestedOption implements OnDestroy, OnInit { set _itemsContentChildren(value: QueryList); get items(): Array; set items(value: Array); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttToolbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * 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 DxoGanttValidationComponent extends NestedOption implements OnDestroy, OnInit { get autoUpdateParentTasks(): boolean; set autoUpdateParentTasks(value: boolean); get enablePredecessorGap(): boolean; set enablePredecessorGap(value: boolean); get validateDependencies(): boolean; set validateDependencies(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoGanttValidationModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxiGanttColumnComponent, DxiGanttColumnModule, DxiGanttContextMenuItemComponent, DxiGanttContextMenuItemItemComponent, DxiGanttContextMenuItemItemModule, DxiGanttContextMenuItemModule, DxiGanttItemComponent, DxiGanttItemModule, DxiGanttStripLineComponent, DxiGanttStripLineModule, DxiGanttToolbarItemComponent, DxiGanttToolbarItemModule, DxoGanttColumnHeaderFilterComponent, DxoGanttColumnHeaderFilterModule, DxoGanttColumnHeaderFilterSearchComponent, DxoGanttColumnHeaderFilterSearchModule, DxoGanttContextMenuComponent, DxoGanttContextMenuModule, DxoGanttDependenciesComponent, DxoGanttDependenciesModule, DxoGanttEditingComponent, DxoGanttEditingModule, DxoGanttFilterRowComponent, DxoGanttFilterRowModule, DxoGanttFormatComponent, DxoGanttFormatModule, DxoGanttGanttHeaderFilterComponent, DxoGanttGanttHeaderFilterModule, DxoGanttGanttHeaderFilterSearchComponent, DxoGanttGanttHeaderFilterSearchModule, DxoGanttHeaderFilterComponent, DxoGanttHeaderFilterModule, DxoGanttOperationDescriptionsComponent, DxoGanttOperationDescriptionsModule, DxoGanttResourceAssignmentsComponent, DxoGanttResourceAssignmentsModule, DxoGanttResourcesComponent, DxoGanttResourcesModule, DxoGanttScaleTypeRangeComponent, DxoGanttScaleTypeRangeModule, DxoGanttSearchComponent, DxoGanttSearchModule, DxoGanttSortingComponent, DxoGanttSortingModule, DxoGanttTasksComponent, DxoGanttTasksModule, DxoGanttTextsComponent, DxoGanttTextsModule, DxoGanttToolbarComponent, DxoGanttToolbarModule, DxoGanttValidationComponent, DxoGanttValidationModule }; //# sourceMappingURL=index.d.ts.map