devextreme-angular
Version:
DevExtreme UI and Visualization Components for Angular
116 lines (108 loc) • 6.07 kB
TypeScript
import * as i0 from '@angular/core';
import { OnDestroy, OnInit } from '@angular/core';
import { Format, VerticalEdge, TooltipShowMode } from 'devextreme/common';
import { NestedOption, NestedOptionHost } from 'devextreme-angular/core';
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 DxoRangeSliderFormatComponent 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<DxoRangeSliderFormatComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoRangeSliderFormatComponent, "dxo-range-slider-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 DxoRangeSliderFormatModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoRangeSliderFormatModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoRangeSliderFormatModule, never, [typeof DxoRangeSliderFormatComponent], [typeof DxoRangeSliderFormatComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoRangeSliderFormatModule>;
}
/*!
* 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 DxoRangeSliderLabelComponent extends NestedOption implements OnDestroy, OnInit {
get format(): Format$1;
set format(value: Format$1);
get position(): VerticalEdge;
set position(value: VerticalEdge);
get visible(): boolean;
set visible(value: boolean);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoRangeSliderLabelComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoRangeSliderLabelComponent, "dxo-range-slider-label", never, { "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoRangeSliderLabelModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoRangeSliderLabelModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoRangeSliderLabelModule, never, [typeof DxoRangeSliderLabelComponent], [typeof DxoRangeSliderLabelComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoRangeSliderLabelModule>;
}
/*!
* 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 DxoRangeSliderTooltipComponent extends NestedOption implements OnDestroy, OnInit {
get enabled(): boolean;
set enabled(value: boolean);
get format(): Format$1;
set format(value: Format$1);
get position(): VerticalEdge;
set position(value: VerticalEdge);
get showMode(): TooltipShowMode;
set showMode(value: TooltipShowMode);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoRangeSliderTooltipComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoRangeSliderTooltipComponent, "dxo-range-slider-tooltip", never, { "enabled": { "alias": "enabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "showMode": { "alias": "showMode"; "required": false; }; }, {}, never, never, true, never>;
}
declare class DxoRangeSliderTooltipModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoRangeSliderTooltipModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoRangeSliderTooltipModule, never, [typeof DxoRangeSliderTooltipComponent], [typeof DxoRangeSliderTooltipComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoRangeSliderTooltipModule>;
}
export { DxoRangeSliderFormatComponent, DxoRangeSliderFormatModule, DxoRangeSliderLabelComponent, DxoRangeSliderLabelModule, DxoRangeSliderTooltipComponent, DxoRangeSliderTooltipModule };
//# sourceMappingURL=index.d.ts.map