devextreme-angular
Version:
DevExtreme UI and Visualization Components for Angular
309 lines (293 loc) • 15.2 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 DxoBulletBorderComponent 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<DxoBulletBorderComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletBorderComponent, "dxo-bullet-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 DxoBulletBorderModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletBorderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletBorderModule, never, [typeof DxoBulletBorderComponent], [typeof DxoBulletBorderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletBorderModule>;
}
/*!
* 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 DxoBulletFontComponent 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<DxoBulletFontComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletFontComponent, "dxo-bullet-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 DxoBulletFontModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletFontModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletFontModule, never, [typeof DxoBulletFontComponent], [typeof DxoBulletFontComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletFontModule>;
}
/*!
* 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 DxoBulletFormatComponent 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<DxoBulletFormatComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletFormatComponent, "dxo-bullet-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 DxoBulletFormatModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletFormatModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletFormatModule, never, [typeof DxoBulletFormatComponent], [typeof DxoBulletFormatComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletFormatModule>;
}
/*!
* 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 DxoBulletMarginComponent 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<DxoBulletMarginComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletMarginComponent, "dxo-bullet-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 DxoBulletMarginModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletMarginModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletMarginModule, never, [typeof DxoBulletMarginComponent], [typeof DxoBulletMarginComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletMarginModule>;
}
/*!
* 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 DxoBulletShadowComponent 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<DxoBulletShadowComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletShadowComponent, "dxo-bullet-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 DxoBulletShadowModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletShadowModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletShadowModule, never, [typeof DxoBulletShadowComponent], [typeof DxoBulletShadowComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletShadowModule>;
}
/*!
* 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 DxoBulletSizeComponent 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<DxoBulletSizeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletSizeComponent, "dxo-bullet-size", never, { "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoBulletSizeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletSizeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletSizeModule, never, [typeof DxoBulletSizeComponent], [typeof DxoBulletSizeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletSizeModule>;
}
/*!
* 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 DxoBulletTooltipComponent 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<DxoBulletTooltipComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoBulletTooltipComponent, "dxo-bullet-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 DxoBulletTooltipModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoBulletTooltipModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoBulletTooltipModule, never, [typeof DxoBulletTooltipComponent], [typeof DxoBulletTooltipComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoBulletTooltipModule>;
}
export { DxoBulletBorderComponent, DxoBulletBorderModule, DxoBulletFontComponent, DxoBulletFontModule, DxoBulletFormatComponent, DxoBulletFormatModule, DxoBulletMarginComponent, DxoBulletMarginModule, DxoBulletShadowComponent, DxoBulletShadowModule, DxoBulletSizeComponent, DxoBulletSizeModule, DxoBulletTooltipComponent, DxoBulletTooltipModule };
//# sourceMappingURL=index.d.ts.map