UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

45 lines (44 loc) 2.09 kB
import { Font } from 'devextreme/viz/core/base_widget'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiStripComponent extends CollectionNestedOption { get color(): string | undefined; set color(value: string | undefined); get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get label(): { font?: Font; horizontalAlignment?: string; text?: string | undefined; verticalAlignment?: string; } | { font?: Font; text?: string | undefined; }; set label(value: { font?: Font; horizontalAlignment?: string; text?: string | undefined; verticalAlignment?: string; } | { font?: Font; text?: string | undefined; }); get paddingLeftRight(): number; set paddingLeftRight(value: number); get paddingTopBottom(): number; set paddingTopBottom(value: number); 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<DxiStripComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiStripComponent, "dxi-strip", never, { "color": "color"; "endValue": "endValue"; "label": "label"; "paddingLeftRight": "paddingLeftRight"; "paddingTopBottom": "paddingTopBottom"; "startValue": "startValue"; }, {}, never, never>; } export declare class DxiStripModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiStripModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiStripModule, [typeof DxiStripComponent], never, [typeof DxiStripComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiStripModule>; }