UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

34 lines (33 loc) 2.27 kB
import { Store } from 'devextreme/data'; 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(): Store | DataSource | DataSourceOptions | null | string | Array<any>; set dataSource(value: Store | DataSource | DataSourceOptions | 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": { "alias": "allowMultiple"; "required": false; }; "colorExpr": { "alias": "colorExpr"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "displayExpr": { "alias": "displayExpr"; "required": false; }; "fieldExpr": { "alias": "fieldExpr"; "required": false; }; "label": { "alias": "label"; "required": false; }; "useColorAsDefault": { "alias": "useColorAsDefault"; "required": false; }; "valueExpr": { "alias": "valueExpr"; "required": false; }; }, {}, never, never, false, 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>; }