UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

23 lines (22 loc) 1.35 kB
import { ChartsColor } from 'devextreme/common/charts'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiRangeComponent extends CollectionNestedOption { get color(): ChartsColor | string; set color(value: ChartsColor | string); get endValue(): number; set endValue(value: number); get startValue(): number; set startValue(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiRangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiRangeComponent, "dxi-range", never, { "color": { "alias": "color"; "required": false; }; "endValue": { "alias": "endValue"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, true, never>; } export declare class DxiRangeModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiRangeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiRangeModule, never, [typeof DxiRangeComponent], [typeof DxiRangeComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiRangeModule>; }