UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

66 lines (65 loc) 3.17 kB
/*! * devextreme-angular * Version: 22.1.14 * Build date: Mon Apr 29 2024 * * Copyright (c) 2012 - 2024 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-angular */ import { OnInit, OnDestroy } from '@angular/core'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoExportComponent extends NestedOption implements OnDestroy, OnInit { get backgroundColor(): string; set backgroundColor(value: string); get enabled(): boolean; set enabled(value: boolean); get fileName(): string; set fileName(value: string); get formats(): Array<string>; set formats(value: Array<string>); get margin(): number; set margin(value: number); get printingEnabled(): boolean; set printingEnabled(value: boolean); get proxyUrl(): string | undefined; set proxyUrl(value: string | undefined); get svgToCanvas(): Function | undefined; set svgToCanvas(value: Function | undefined); get allowExportSelectedData(): boolean; set allowExportSelectedData(value: boolean); get customizeExcelCell(): Function; set customizeExcelCell(value: Function); get excelFilterEnabled(): boolean; set excelFilterEnabled(value: boolean); get excelWrapTextEnabled(): boolean | undefined; set excelWrapTextEnabled(value: boolean | undefined); get ignoreExcelErrors(): boolean; set ignoreExcelErrors(value: boolean); get texts(): { exportAll?: string; exportSelectedRows?: string; exportTo?: string; }; set texts(value: { exportAll?: string; exportSelectedRows?: string; exportTo?: string; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoExportComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoExportComponent, "dxo-export", never, { "backgroundColor": "backgroundColor"; "enabled": "enabled"; "fileName": "fileName"; "formats": "formats"; "margin": "margin"; "printingEnabled": "printingEnabled"; "proxyUrl": "proxyUrl"; "svgToCanvas": "svgToCanvas"; "allowExportSelectedData": "allowExportSelectedData"; "customizeExcelCell": "customizeExcelCell"; "excelFilterEnabled": "excelFilterEnabled"; "excelWrapTextEnabled": "excelWrapTextEnabled"; "ignoreExcelErrors": "ignoreExcelErrors"; "texts": "texts"; }, {}, never, never>; } export declare class DxoExportModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoExportModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoExportModule, [typeof DxoExportComponent], never, [typeof DxoExportComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoExportModule>; }