import * as i0 from '@angular/core'; import { OnDestroy, OnInit } from '@angular/core'; import { NestedOption, NestedOptionHost } from 'devextreme-angular/core'; import { ApplyChangesMode, HeaderFilterSearchConfig, StateStoreType } from 'devextreme/common/grids'; import { FieldChooserLayout, ScrollMode, Mode, SearchMode } from 'devextreme/common'; /*! * 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 DxoPivotGridExportComponent extends NestedOption implements OnDestroy, OnInit { 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 DxoPivotGridExportModule { 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 DxoPivotGridFieldChooserTextsComponent extends NestedOption implements OnDestroy, OnInit { get allFields(): string; set allFields(value: string); get columnFields(): string; set columnFields(value: string); get dataFields(): string; set dataFields(value: string); get filterFields(): string; set filterFields(value: string); get rowFields(): string; set rowFields(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 DxoPivotGridFieldChooserTextsModule { 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 DxoPivotGridFieldChooserComponent extends NestedOption implements OnDestroy, OnInit { get allowSearch(): boolean; set allowSearch(value: boolean); get applyChangesMode(): ApplyChangesMode; set applyChangesMode(value: ApplyChangesMode); get enabled(): boolean; set enabled(value: boolean); get height(): number; set height(value: number); get layout(): FieldChooserLayout; set layout(value: FieldChooserLayout); get searchTimeout(): number; set searchTimeout(value: number); get texts(): { allFields?: string; columnFields?: string; dataFields?: string; filterFields?: string; rowFields?: string; }; set texts(value: { allFields?: string; columnFields?: string; dataFields?: string; filterFields?: string; rowFields?: string; }); get title(): string; set title(value: string); 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 DxoPivotGridFieldChooserModule { 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 DxoPivotGridFieldPanelTextsComponent extends NestedOption implements OnDestroy, OnInit { get columnFieldArea(): string; set columnFieldArea(value: string); get dataFieldArea(): string; set dataFieldArea(value: string); get filterFieldArea(): string; set filterFieldArea(value: string); get rowFieldArea(): string; set rowFieldArea(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 DxoPivotGridFieldPanelTextsModule { 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 DxoPivotGridFieldPanelComponent extends NestedOption implements OnDestroy, OnInit { get allowFieldDragging(): boolean; set allowFieldDragging(value: boolean); get showColumnFields(): boolean; set showColumnFields(value: boolean); get showDataFields(): boolean; set showDataFields(value: boolean); get showFilterFields(): boolean; set showFilterFields(value: boolean); get showRowFields(): boolean; set showRowFields(value: boolean); get texts(): { columnFieldArea?: string; dataFieldArea?: string; filterFieldArea?: string; rowFieldArea?: string; }; set texts(value: { columnFieldArea?: string; dataFieldArea?: string; filterFieldArea?: string; rowFieldArea?: string; }); 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 DxoPivotGridFieldPanelModule { 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 DxoPivotGridHeaderFilterTextsComponent 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 DxoPivotGridHeaderFilterTextsModule { 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 DxoPivotGridHeaderFilterComponent 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 showRelevantValues(): boolean; set showRelevantValues(value: boolean); get texts(): { cancel?: string; emptyValue?: string; ok?: string; }; set texts(value: { cancel?: string; emptyValue?: string; ok?: string; }); 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 DxoPivotGridHeaderFilterModule { 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 DxoPivotGridLoadPanelComponent extends NestedOption implements OnDestroy, OnInit { get enabled(): boolean; set enabled(value: boolean); get height(): number; set height(value: number); get indicatorSrc(): string; set indicatorSrc(value: string); get shading(): boolean; set shading(value: boolean); get shadingColor(): string; set shadingColor(value: string); get showIndicator(): boolean; set showIndicator(value: boolean); get showPane(): boolean; set showPane(value: boolean); get text(): string; set text(value: string); 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 DxoPivotGridLoadPanelModule { 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 DxoPivotGridPivotGridTextsComponent extends NestedOption implements OnDestroy, OnInit { get collapseAll(): string; set collapseAll(value: string); get dataNotAvailable(): string; set dataNotAvailable(value: string); get expandAll(): string; set expandAll(value: string); get exportToExcel(): string; set exportToExcel(value: string); get grandTotal(): string; set grandTotal(value: string); get noData(): string; set noData(value: string); get removeAllSorting(): string; set removeAllSorting(value: string); get showFieldChooser(): string; set showFieldChooser(value: string); get sortColumnBySummary(): string; set sortColumnBySummary(value: string); get sortRowBySummary(): string; set sortRowBySummary(value: string); get total(): string; set total(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 DxoPivotGridPivotGridTextsModule { 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 DxoPivotGridScrollingComponent extends NestedOption implements OnDestroy, OnInit { get mode(): ScrollMode; set mode(value: ScrollMode); get useNative(): boolean | Mode; set useNative(value: boolean | Mode); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoPivotGridScrollingModule { 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 DxoPivotGridSearchComponent 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 DxoPivotGridSearchModule { 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 DxoPivotGridStateStoringComponent extends NestedOption implements OnDestroy, OnInit { get customLoad(): Function; set customLoad(value: Function); get customSave(): ((state: any) => void); set customSave(value: ((state: any) => void)); get enabled(): boolean; set enabled(value: boolean); get savingTimeout(): number; set savingTimeout(value: number); get storageKey(): string; set storageKey(value: string); get type(): StateStoreType; set type(value: StateStoreType); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoPivotGridStateStoringModule { 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 DxoPivotGridTextsComponent extends NestedOption implements OnDestroy, OnInit { get allFields(): string; set allFields(value: string); get columnFields(): string; set columnFields(value: string); get dataFields(): string; set dataFields(value: string); get filterFields(): string; set filterFields(value: string); get rowFields(): string; set rowFields(value: string); get columnFieldArea(): string; set columnFieldArea(value: string); get dataFieldArea(): string; set dataFieldArea(value: string); get filterFieldArea(): string; set filterFieldArea(value: string); get rowFieldArea(): string; set rowFieldArea(value: string); get cancel(): string; set cancel(value: string); get emptyValue(): string; set emptyValue(value: string); get ok(): string; set ok(value: string); get collapseAll(): string; set collapseAll(value: string); get dataNotAvailable(): string; set dataNotAvailable(value: string); get expandAll(): string; set expandAll(value: string); get exportToExcel(): string; set exportToExcel(value: string); get grandTotal(): string; set grandTotal(value: string); get noData(): string; set noData(value: string); get removeAllSorting(): string; set removeAllSorting(value: string); get showFieldChooser(): string; set showFieldChooser(value: string); get sortColumnBySummary(): string; set sortColumnBySummary(value: string); get sortRowBySummary(): string; set sortRowBySummary(value: string); get total(): string; set total(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 DxoPivotGridTextsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxoPivotGridExportComponent, DxoPivotGridExportModule, DxoPivotGridFieldChooserComponent, DxoPivotGridFieldChooserModule, DxoPivotGridFieldChooserTextsComponent, DxoPivotGridFieldChooserTextsModule, DxoPivotGridFieldPanelComponent, DxoPivotGridFieldPanelModule, DxoPivotGridFieldPanelTextsComponent, DxoPivotGridFieldPanelTextsModule, DxoPivotGridHeaderFilterComponent, DxoPivotGridHeaderFilterModule, DxoPivotGridHeaderFilterTextsComponent, DxoPivotGridHeaderFilterTextsModule, DxoPivotGridLoadPanelComponent, DxoPivotGridLoadPanelModule, DxoPivotGridPivotGridTextsComponent, DxoPivotGridPivotGridTextsModule, DxoPivotGridScrollingComponent, DxoPivotGridScrollingModule, DxoPivotGridSearchComponent, DxoPivotGridSearchModule, DxoPivotGridStateStoringComponent, DxoPivotGridStateStoringModule, DxoPivotGridTextsComponent, DxoPivotGridTextsModule }; //# sourceMappingURL=index.d.ts.map