devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
22 lines (21 loc) • 1.18 kB
TypeScript
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(): string;
set color(value: 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": "color"; "endValue": "endValue"; "startValue": "startValue"; }, {}, never, never>;
}
export declare class DxiRangeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiRangeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiRangeModule, [typeof DxiRangeComponent], never, [typeof DxiRangeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiRangeModule>;
}