UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

68 lines (67 loc) 2.44 kB
import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription"; import { WebGroupingExpressionDescription } from "./WebGroupingExpressionDescription"; import { WebGroupByExpandStateDescription } from "./WebGroupByExpandStateDescription"; import { WebGridGroupingStrategyDescription } from "./WebGridGroupingStrategyDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridDescription extends WebGridBaseDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); private g6; get groupsExpanded(): boolean; set groupsExpanded(a: boolean); private hi; get dropAreaTemplateRef(): string; set dropAreaTemplateRef(a: string); private hg; get detailTemplateRef(): string; set detailTemplateRef(a: string); private ho; get id(): string; set id(a: string); private hf; get dataRef(): string; set dataRef(a: string); private hc; get totalItemCount(): number; set totalItemCount(a: number); private g1; get groupingExpressions(): WebGroupingExpressionDescription[]; set groupingExpressions(a: WebGroupingExpressionDescription[]); private g0; get groupingExpansionState(): WebGroupByExpandStateDescription[]; set groupingExpansionState(a: WebGroupByExpandStateDescription[]); private g7; get hideGroupedColumns(): boolean; set hideGroupedColumns(a: boolean); private g4; get groupStrategy(): WebGridGroupingStrategyDescription; set groupStrategy(a: WebGridGroupingStrategyDescription); private hh; get dropAreaMessage(): string; set dropAreaMessage(a: string); private hj; get groupByRowSelectorTemplateRef(): string; set groupByRowSelectorTemplateRef(a: string); private hn; get groupRowTemplateRef(): string; set groupRowTemplateRef(a: string); private g8; get showGroupArea(): boolean; set showGroupArea(a: boolean); private he; get dataPreLoadRef(): string; set dataPreLoadRef(a: string); private hm; get groupingExpressionsChangeRef(): string; set groupingExpressionsChangeRef(a: string); private hl; get groupingExpansionStateChangeRef(): string; set groupingExpansionStateChangeRef(a: string); private hk; get groupingDoneRef(): string; set groupingDoneRef(a: string); }