UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

20 lines (19 loc) 1.41 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiRangeSelectorBreakComponent extends CollectionNestedOption { get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get startValue(): Date | number | string | undefined; set startValue(value: Date | number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiRangeSelectorBreakComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiRangeSelectorBreakComponent, "dxi-range-selector-break", never, { "endValue": { "alias": "endValue"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiRangeSelectorBreakModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiRangeSelectorBreakModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiRangeSelectorBreakModule, [typeof DxiRangeSelectorBreakComponent], never, [typeof DxiRangeSelectorBreakComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiRangeSelectorBreakModule>; }