devextreme-angular
Version:
DevExtreme UI and Visualization Components for Angular
309 lines (293 loc) • 15.4 kB
TypeScript
import * as i0 from '@angular/core';
import { OnDestroy, OnInit } from '@angular/core';
import { DashStyle, Font } from 'devextreme/common/charts';
import { NestedOption, NestedOptionHost } from 'devextreme-angular/core';
import { Format } from 'devextreme/common';
import { Format as Format$1 } from 'devextreme/common/core/localization';
/*!
* 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 DxoSparklineBorderComponent extends NestedOption implements OnDestroy, OnInit {
get color(): string;
set color(value: string);
get dashStyle(): DashStyle;
set dashStyle(value: DashStyle);
get opacity(): number | undefined;
set opacity(value: number | undefined);
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<DxoSparklineBorderComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineBorderComponent, "dxo-sparkline-border", never, { "color": { "alias": "color"; "required": false; }; "dashStyle": { "alias": "dashStyle"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineBorderModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineBorderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineBorderModule, never, [typeof DxoSparklineBorderComponent], [typeof DxoSparklineBorderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineBorderModule>;
}
/*!
* 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 DxoSparklineFontComponent extends NestedOption implements OnDestroy, OnInit {
get color(): string;
set color(value: string);
get family(): string;
set family(value: string);
get opacity(): number;
set opacity(value: number);
get size(): number | string;
set size(value: number | string);
get weight(): number;
set weight(value: number);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineFontComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineFontComponent, "dxo-sparkline-font", never, { "color": { "alias": "color"; "required": false; }; "family": { "alias": "family"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "size": { "alias": "size"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineFontModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineFontModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineFontModule, never, [typeof DxoSparklineFontComponent], [typeof DxoSparklineFontComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineFontModule>;
}
/*!
* 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 DxoSparklineFormatComponent 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 | string;
set type(value: Format | 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<DxoSparklineFormatComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineFormatComponent, "dxo-sparkline-format", never, { "currency": { "alias": "currency"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "parser": { "alias": "parser"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "type": { "alias": "type"; "required": false; }; "useCurrencyAccountingStyle": { "alias": "useCurrencyAccountingStyle"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineFormatModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineFormatModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineFormatModule, never, [typeof DxoSparklineFormatComponent], [typeof DxoSparklineFormatComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineFormatModule>;
}
/*!
* 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 DxoSparklineMarginComponent extends NestedOption implements OnDestroy, OnInit {
get bottom(): number;
set bottom(value: number);
get left(): number;
set left(value: number);
get right(): number;
set right(value: number);
get top(): number;
set top(value: number);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineMarginComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineMarginComponent, "dxo-sparkline-margin", never, { "bottom": { "alias": "bottom"; "required": false; }; "left": { "alias": "left"; "required": false; }; "right": { "alias": "right"; "required": false; }; "top": { "alias": "top"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineMarginModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineMarginModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineMarginModule, never, [typeof DxoSparklineMarginComponent], [typeof DxoSparklineMarginComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineMarginModule>;
}
/*!
* 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 DxoSparklineShadowComponent extends NestedOption implements OnDestroy, OnInit {
get blur(): number;
set blur(value: number);
get color(): string;
set color(value: string);
get offsetX(): number;
set offsetX(value: number);
get offsetY(): number;
set offsetY(value: number);
get opacity(): number;
set opacity(value: number);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineShadowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineShadowComponent, "dxo-sparkline-shadow", never, { "blur": { "alias": "blur"; "required": false; }; "color": { "alias": "color"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineShadowModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineShadowModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineShadowModule, never, [typeof DxoSparklineShadowComponent], [typeof DxoSparklineShadowComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineShadowModule>;
}
/*!
* 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 DxoSparklineSizeComponent extends NestedOption implements OnDestroy, OnInit {
get height(): number | undefined;
set height(value: number | undefined);
get width(): number | undefined;
set width(value: number | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineSizeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineSizeComponent, "dxo-sparkline-size", never, { "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineSizeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineSizeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineSizeModule, never, [typeof DxoSparklineSizeComponent], [typeof DxoSparklineSizeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineSizeModule>;
}
/*!
* 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 DxoSparklineTooltipComponent extends NestedOption implements OnDestroy, OnInit {
get arrowLength(): number;
set arrowLength(value: number);
get border(): {
color?: string;
dashStyle?: DashStyle;
opacity?: number | undefined;
visible?: boolean;
width?: number;
};
set border(value: {
color?: string;
dashStyle?: DashStyle;
opacity?: number | undefined;
visible?: boolean;
width?: number;
});
get color(): string;
set color(value: string);
get container(): any | string | undefined;
set container(value: any | string | undefined);
get contentTemplate(): any;
set contentTemplate(value: any);
get cornerRadius(): number;
set cornerRadius(value: number);
get customizeTooltip(): ((pointsInfo: any) => Record<string, any>) | undefined;
set customizeTooltip(value: ((pointsInfo: any) => Record<string, any>) | undefined);
get enabled(): boolean;
set enabled(value: boolean);
get font(): Font;
set font(value: Font);
get format(): Format$1 | undefined;
set format(value: Format$1 | undefined);
get interactive(): boolean;
set interactive(value: boolean);
get opacity(): number | undefined;
set opacity(value: number | undefined);
get paddingLeftRight(): number;
set paddingLeftRight(value: number);
get paddingTopBottom(): number;
set paddingTopBottom(value: number);
get shadow(): {
blur?: number;
color?: string;
offsetX?: number;
offsetY?: number;
opacity?: number;
};
set shadow(value: {
blur?: number;
color?: string;
offsetX?: number;
offsetY?: number;
opacity?: number;
});
get zIndex(): number | undefined;
set zIndex(value: number | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineTooltipComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoSparklineTooltipComponent, "dxo-sparkline-tooltip", never, { "arrowLength": { "alias": "arrowLength"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "container": { "alias": "container"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "cornerRadius": { "alias": "cornerRadius"; "required": false; }; "customizeTooltip": { "alias": "customizeTooltip"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "paddingLeftRight": { "alias": "paddingLeftRight"; "required": false; }; "paddingTopBottom": { "alias": "paddingTopBottom"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoSparklineTooltipModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineTooltipModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineTooltipModule, never, [typeof DxoSparklineTooltipComponent], [typeof DxoSparklineTooltipComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineTooltipModule>;
}
export { DxoSparklineBorderComponent, DxoSparklineBorderModule, DxoSparklineFontComponent, DxoSparklineFontModule, DxoSparklineFormatComponent, DxoSparklineFormatModule, DxoSparklineMarginComponent, DxoSparklineMarginModule, DxoSparklineShadowComponent, DxoSparklineShadowModule, DxoSparklineSizeComponent, DxoSparklineSizeModule, DxoSparklineTooltipComponent, DxoSparklineTooltipModule };
//# sourceMappingURL=index.d.ts.map