UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

34 lines (33 loc) 2.04 kB
import Store from 'devextreme/data/abstract_store'; import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiResourceComponent extends CollectionNestedOption { get allowMultiple(): boolean; set allowMultiple(value: boolean); get colorExpr(): string; set colorExpr(value: string); get dataSource(): DataSource | DataSourceOptions | Store | null | string | Array<any>; set dataSource(value: DataSource | DataSourceOptions | Store | null | string | Array<any>); get displayExpr(): Function | string; set displayExpr(value: Function | string); get fieldExpr(): string; set fieldExpr(value: string); get label(): string; set label(value: string); get useColorAsDefault(): boolean; set useColorAsDefault(value: boolean); get valueExpr(): Function | string; set valueExpr(value: Function | string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiResourceComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiResourceComponent, "dxi-resource", never, { "allowMultiple": "allowMultiple"; "colorExpr": "colorExpr"; "dataSource": "dataSource"; "displayExpr": "displayExpr"; "fieldExpr": "fieldExpr"; "label": "label"; "useColorAsDefault": "useColorAsDefault"; "valueExpr": "valueExpr"; }, {}, never, never>; } export declare class DxiResourceModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiResourceModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiResourceModule, [typeof DxiResourceComponent], never, [typeof DxiResourceComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiResourceModule>; }