UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

23 lines (22 loc) 1.47 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 DxiLinearGaugeRangeComponent 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<DxiLinearGaugeRangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiLinearGaugeRangeComponent, "dxi-linear-gauge-range", never, { "color": { "alias": "color"; "required": false; }; "endValue": { "alias": "endValue"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiLinearGaugeRangeModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiLinearGaugeRangeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiLinearGaugeRangeModule, [typeof DxiLinearGaugeRangeComponent], never, [typeof DxiLinearGaugeRangeComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiLinearGaugeRangeModule>; }