devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
16 lines (15 loc) • 2.42 kB
TypeScript
import { NestedOptionHost } from 'devextreme-angular/core';
import { DxiFilterBuilderField } from './base/filter-builder-field-dxi';
import * as i0 from "@angular/core";
export declare class DxiFieldComponent extends DxiFilterBuilderField {
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiFieldComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiFieldComponent, "dxi-field", never, { "calculateFilterExpression": "calculateFilterExpression"; "caption": "caption"; "customizeText": "customizeText"; "dataField": "dataField"; "dataType": "dataType"; "editorOptions": "editorOptions"; "editorTemplate": "editorTemplate"; "falseText": "falseText"; "filterOperations": "filterOperations"; "format": "format"; "lookup": "lookup"; "name": "name"; "trueText": "trueText"; "allowCrossGroupCalculation": "allowCrossGroupCalculation"; "allowExpandAll": "allowExpandAll"; "allowFiltering": "allowFiltering"; "allowSorting": "allowSorting"; "allowSortingBySummary": "allowSortingBySummary"; "area": "area"; "areaIndex": "areaIndex"; "calculateCustomSummary": "calculateCustomSummary"; "calculateSummaryValue": "calculateSummaryValue"; "displayFolder": "displayFolder"; "expanded": "expanded"; "filterType": "filterType"; "filterValues": "filterValues"; "groupIndex": "groupIndex"; "groupInterval": "groupInterval"; "groupName": "groupName"; "headerFilter": "headerFilter"; "isMeasure": "isMeasure"; "precision": "precision"; "runningTotal": "runningTotal"; "selector": "selector"; "showGrandTotals": "showGrandTotals"; "showTotals": "showTotals"; "showValues": "showValues"; "sortBy": "sortBy"; "sortBySummaryField": "sortBySummaryField"; "sortBySummaryPath": "sortBySummaryPath"; "sortingMethod": "sortingMethod"; "sortOrder": "sortOrder"; "summaryDisplayMode": "summaryDisplayMode"; "summaryType": "summaryType"; "visible": "visible"; "width": "width"; "wordWrapEnabled": "wordWrapEnabled"; }, {}, never, never>;
}
export declare class DxiFieldModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiFieldModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiFieldModule, [typeof DxiFieldComponent], never, [typeof DxiFieldComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiFieldModule>;
}