UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

88 lines (87 loc) 4.33 kB
/*! * devextreme-angular * Version: 24.2.6 * Build date: Mon Mar 17 2025 * * Copyright (c) 2012 - 2025 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 { DashStyle, Font } from 'devextreme/common/charts'; import { Format } from 'devextreme/common/core/localization'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export 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 | undefined; set format(value: Format | 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, false, never>; } export declare class DxoSparklineTooltipModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoSparklineTooltipModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoSparklineTooltipModule, [typeof DxoSparklineTooltipComponent], never, [typeof DxoSparklineTooltipComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoSparklineTooltipModule>; }