UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

37 lines (36 loc) 2.19 kB
import { Format } from 'devextreme/localization'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiGroupItemComponent extends CollectionNestedOption { get alignByColumn(): boolean; set alignByColumn(value: boolean); get column(): string | undefined; set column(value: string | undefined); get customizeText(): Function; set customizeText(value: Function); get displayFormat(): string | undefined; set displayFormat(value: string | undefined); get name(): string | undefined; set name(value: string | undefined); get showInColumn(): string | undefined; set showInColumn(value: string | undefined); get showInGroupFooter(): boolean; set showInGroupFooter(value: boolean); get skipEmptyValues(): boolean; set skipEmptyValues(value: boolean); get summaryType(): string | undefined; set summaryType(value: string | undefined); get valueFormat(): Format | string | undefined; set valueFormat(value: Format | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiGroupItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiGroupItemComponent, "dxi-group-item", never, { "alignByColumn": "alignByColumn"; "column": "column"; "customizeText": "customizeText"; "displayFormat": "displayFormat"; "name": "name"; "showInColumn": "showInColumn"; "showInGroupFooter": "showInGroupFooter"; "skipEmptyValues": "skipEmptyValues"; "summaryType": "summaryType"; "valueFormat": "valueFormat"; }, {}, never, never>; } export declare class DxiGroupItemModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiGroupItemModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiGroupItemModule, [typeof DxiGroupItemComponent], never, [typeof DxiGroupItemComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiGroupItemModule>; }