igniteui-webcomponents-grids 5.2.0 → 5.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +440 -444
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +21194 -0
- package/esm2015/lib/CheckboxListBridge.js +15 -15
- package/esm2015/lib/CheckboxListView_combined.js +343 -350
- package/esm2015/lib/ColumnChooserView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/PropertyEditorView_combined.js +2 -2
- package/esm2015/lib/igc-checkbox-list-component.js +52 -52
- package/esm5/lib/CheckboxListBridge.js +15 -15
- package/esm5/lib/CheckboxListView_combined.js +336 -343
- package/esm5/lib/ColumnChooserView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/PropertyEditorView_combined.js +2 -2
- package/esm5/lib/igc-checkbox-list-component.js +52 -52
- package/fesm2015/igniteui-webcomponents-grids.js +448 -452
- package/fesm5/igniteui-webcomponents-grids.js +441 -445
- package/grids/combined.js +32901 -31637
- package/grids/index.d.ts +0 -1
- package/grids/lib/common.d.ts +11 -2
- package/grids/lib/igc-action-strip-component.d.ts +5 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +23 -0
- package/grids/lib/igc-column-group-component.d.ts +5 -0
- package/grids/lib/igc-column-layout-component.d.ts +5 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-grid-component.d.ts +7 -1
- package/grids/lib/igc-grid-editing-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-state-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +5 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +2 -1
- package/grids/lib/igc-hierarchical-grid-component.d.ts +7 -1
- package/grids/lib/igc-paginator-component.d.ts +5 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +8 -2
- package/grids/lib/igc-pivot-grid-component.d.ts +7 -1
- package/grids/lib/igc-row-island-component.d.ts +6 -0
- package/grids/lib/igc-tree-grid-component.d.ts +7 -1
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListExternal.d.ts +1 -2
- package/lib/CheckboxListView_combined.d.ts +85 -85
- package/lib/igc-checkbox-list-component.d.ts +1 -1
- package/package.json +7 -5
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +5 -0
- package/web-types.json +14 -0
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -56
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
2
|
-
import { CheckboxListViewExternal } from "./CheckboxListViewExternal";
|
|
3
2
|
import { Type } from "igniteui-webcomponents-core";
|
|
4
3
|
import { Size } from "igniteui-webcomponents-core";
|
|
5
4
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
@@ -10,7 +9,6 @@ import { CheckboxListExternalIndexType } from "./CheckboxListExternalIndexType";
|
|
|
10
9
|
*/
|
|
11
10
|
export interface CheckboxListExternal {
|
|
12
11
|
baseTheme: BaseControlTheme;
|
|
13
|
-
view: CheckboxListViewExternal;
|
|
14
12
|
selectedMemberPath: string;
|
|
15
13
|
dataMemberPath: string;
|
|
16
14
|
itemsSource: any;
|
|
@@ -24,6 +22,7 @@ export interface CheckboxListExternal {
|
|
|
24
22
|
searchIconColor: Brush;
|
|
25
23
|
searchTextColor: Brush;
|
|
26
24
|
indexType: CheckboxListExternalIndexType;
|
|
25
|
+
getDesiredSize(a: Size): Size;
|
|
27
26
|
}
|
|
28
27
|
/**
|
|
29
28
|
* @hidden
|
|
@@ -3,11 +3,10 @@ import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
|
|
|
3
3
|
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
4
4
|
import { XInput } from "igniteui-webcomponents-inputs";
|
|
5
5
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
|
-
import { Size } from "igniteui-webcomponents-core";
|
|
7
|
-
import { DataGrid } from "./DataGrid";
|
|
8
6
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
7
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
10
8
|
import { CheckboxListIndexType } from "./CheckboxListIndexType";
|
|
9
|
+
import { DataGrid } from "./DataGrid";
|
|
11
10
|
import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
|
|
12
11
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
13
12
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
@@ -17,6 +16,7 @@ import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEvent
|
|
|
17
16
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
18
17
|
import { DataGridCellEventArgs } from "./DataGridCellEventArgs";
|
|
19
18
|
import { CheckboxListIndexTypeChangedEventArgs } from "./CheckboxListIndexTypeChangedEventArgs";
|
|
19
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
20
20
|
import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
|
|
21
21
|
/**
|
|
22
22
|
* @hidden
|
|
@@ -55,7 +55,6 @@ export declare class CheckboxListView extends Base {
|
|
|
55
55
|
private r;
|
|
56
56
|
ad(): void;
|
|
57
57
|
ab(): void;
|
|
58
|
-
getDesiredSize(): Size;
|
|
59
58
|
ac(): void;
|
|
60
59
|
y(): void;
|
|
61
60
|
aa(a: Thickness): void;
|
|
@@ -82,8 +81,8 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
82
81
|
get t(): XInput;
|
|
83
82
|
set t(a: XInput);
|
|
84
83
|
private an;
|
|
85
|
-
static readonly
|
|
86
|
-
static readonly
|
|
84
|
+
static readonly ef: Brush;
|
|
85
|
+
static readonly b0: string;
|
|
87
86
|
private get e();
|
|
88
87
|
private ak;
|
|
89
88
|
private get al();
|
|
@@ -98,41 +97,41 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
98
97
|
addSelectedKey(a: string[], b: any[]): void;
|
|
99
98
|
insertSelectedKey(a: number, b: string[], c: any[]): void;
|
|
100
99
|
removeSelectedKeyAt(a: number): void;
|
|
101
|
-
private
|
|
102
|
-
private
|
|
100
|
+
private c4;
|
|
101
|
+
private c5;
|
|
103
102
|
selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
104
|
-
private
|
|
103
|
+
private cy;
|
|
105
104
|
selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
106
|
-
private
|
|
105
|
+
private cz;
|
|
107
106
|
checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
108
|
-
|
|
107
|
+
cu(a: number, b: boolean): void;
|
|
109
108
|
notifySizeChanged(): void;
|
|
110
109
|
destroy(): void;
|
|
111
110
|
provideContainer(a: DomRenderer, b: DataGrid, c: any): void;
|
|
112
|
-
private
|
|
111
|
+
private cl;
|
|
113
112
|
provideSelectAllSection(a: any): void;
|
|
114
|
-
|
|
115
|
-
private
|
|
116
|
-
|
|
117
|
-
private
|
|
113
|
+
ck(a: any, b: DataGridCellEventArgs): void;
|
|
114
|
+
private cg;
|
|
115
|
+
cv(a: string): void;
|
|
116
|
+
private a4;
|
|
118
117
|
get itemsSource(): any;
|
|
119
118
|
set itemsSource(a: any);
|
|
120
|
-
private
|
|
119
|
+
private a6;
|
|
121
120
|
get dataMemberPath(): string;
|
|
122
121
|
set dataMemberPath(a: string);
|
|
123
|
-
private
|
|
122
|
+
private a8;
|
|
124
123
|
get selectedMemberPath(): string;
|
|
125
124
|
set selectedMemberPath(a: string);
|
|
126
|
-
private
|
|
127
|
-
get
|
|
128
|
-
set
|
|
125
|
+
private a7;
|
|
126
|
+
get bm(): string;
|
|
127
|
+
set bm(a: string);
|
|
129
128
|
private w;
|
|
130
129
|
get x(): InputGroupDisplayType;
|
|
131
130
|
set x(a: InputGroupDisplayType);
|
|
132
|
-
private
|
|
131
|
+
private a0;
|
|
132
|
+
get a3(): number;
|
|
133
|
+
set a3(a: number);
|
|
133
134
|
get a1(): number;
|
|
134
|
-
set a1(a: number);
|
|
135
|
-
get az(): number;
|
|
136
135
|
private ag;
|
|
137
136
|
get ai(): FontInfo;
|
|
138
137
|
set ai(a: FontInfo);
|
|
@@ -145,100 +144,101 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
145
144
|
private ad;
|
|
146
145
|
get density(): ControlDisplayDensity;
|
|
147
146
|
set density(a: ControlDisplayDensity);
|
|
148
|
-
private
|
|
147
|
+
private du;
|
|
149
148
|
get searchIconColor(): Brush;
|
|
150
149
|
set searchIconColor(a: Brush);
|
|
151
|
-
private
|
|
152
|
-
get
|
|
153
|
-
set
|
|
154
|
-
private
|
|
150
|
+
private ds;
|
|
151
|
+
get ea(): Brush;
|
|
152
|
+
set ea(a: Brush);
|
|
153
|
+
private dv;
|
|
155
154
|
get searchTextColor(): Brush;
|
|
156
155
|
set searchTextColor(a: Brush);
|
|
157
|
-
private
|
|
158
|
-
get
|
|
159
|
-
set
|
|
156
|
+
private dt;
|
|
157
|
+
get eb(): Brush;
|
|
158
|
+
set eb(a: Brush);
|
|
160
159
|
private ah;
|
|
161
160
|
get aj(): FontInfo;
|
|
162
161
|
set aj(a: FontInfo);
|
|
162
|
+
private dm;
|
|
163
|
+
get d2(): Brush;
|
|
164
|
+
set d2(a: Brush);
|
|
163
165
|
private dk;
|
|
164
166
|
get d0(): Brush;
|
|
165
167
|
set d0(a: Brush);
|
|
166
|
-
private
|
|
167
|
-
get
|
|
168
|
-
set
|
|
168
|
+
private dn;
|
|
169
|
+
get d3(): Brush;
|
|
170
|
+
set d3(a: Brush);
|
|
169
171
|
private dl;
|
|
170
172
|
get d1(): Brush;
|
|
171
173
|
set d1(a: Brush);
|
|
172
|
-
private
|
|
173
|
-
get
|
|
174
|
-
set
|
|
175
|
-
private dm;
|
|
176
|
-
get d2(): Brush;
|
|
177
|
-
set d2(a: Brush);
|
|
174
|
+
private dp;
|
|
175
|
+
get d4(): Brush;
|
|
176
|
+
set d4(a: Brush);
|
|
178
177
|
private z;
|
|
179
178
|
get aa(): ScrollbarStyle;
|
|
180
179
|
set aa(a: ScrollbarStyle);
|
|
181
|
-
private
|
|
182
|
-
get
|
|
183
|
-
set
|
|
184
|
-
protected
|
|
185
|
-
protected
|
|
180
|
+
private dr;
|
|
181
|
+
get d9(): Brush;
|
|
182
|
+
set d9(a: Brush);
|
|
183
|
+
protected c0(a: string, b: any, c: any): void;
|
|
184
|
+
protected c6(a: string, b: any, c: any): void;
|
|
186
185
|
indexTypeChanged: (sender: any, args: CheckboxListIndexTypeChangedEventArgs) => void;
|
|
187
|
-
private
|
|
188
|
-
private
|
|
189
|
-
private
|
|
190
|
-
private
|
|
191
|
-
|
|
192
|
-
|
|
186
|
+
private cw;
|
|
187
|
+
private de;
|
|
188
|
+
private df;
|
|
189
|
+
private c1;
|
|
190
|
+
c3(): void;
|
|
191
|
+
dg(): void;
|
|
193
192
|
updateHrMargin(a: Thickness): void;
|
|
194
193
|
provideHrElement(a: any): void;
|
|
195
|
-
|
|
196
|
-
private ck;
|
|
197
|
-
private i;
|
|
198
|
-
c8(a: number): void;
|
|
199
|
-
ca(a: number): void;
|
|
200
|
-
db(): void;
|
|
201
|
-
cg(): void;
|
|
202
|
-
cq(a: number, b: any, c: any): void;
|
|
203
|
-
cn(): void;
|
|
194
|
+
cx(): void;
|
|
204
195
|
private cm;
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
196
|
+
private i;
|
|
197
|
+
da(a: number): void;
|
|
198
|
+
cc(a: number): void;
|
|
199
|
+
dd(): void;
|
|
200
|
+
ci(): void;
|
|
201
|
+
cs(a: number, b: any, c: any): void;
|
|
202
|
+
cp(): void;
|
|
203
|
+
private co;
|
|
204
|
+
cq(a: number, b: any): void;
|
|
205
|
+
cr(a: number, b: any): void;
|
|
206
|
+
cd(a: any[]): void;
|
|
207
|
+
db(a: any[]): void;
|
|
208
|
+
getDesiredSize(a: Size): Size;
|
|
209
|
+
ay(): number;
|
|
210
|
+
private b3;
|
|
211
|
+
get b4(): string;
|
|
212
|
+
set b4(a: string);
|
|
213
|
+
private dw;
|
|
214
|
+
get ee(): Brush;
|
|
215
|
+
set ee(a: Brush);
|
|
216
|
+
private di;
|
|
217
|
+
get dy(): Brush;
|
|
218
|
+
set dy(a: Brush);
|
|
219
219
|
get as(): boolean;
|
|
220
220
|
private av;
|
|
221
221
|
get showSelectAll(): boolean;
|
|
222
222
|
set showSelectAll(a: boolean);
|
|
223
|
-
static
|
|
224
|
-
private
|
|
223
|
+
static d5: Brush;
|
|
224
|
+
private dj;
|
|
225
225
|
get backgroundColor(): Brush;
|
|
226
226
|
set backgroundColor(a: Brush);
|
|
227
|
-
static
|
|
228
|
-
private
|
|
227
|
+
static d6: Brush;
|
|
228
|
+
private dq;
|
|
229
229
|
get rowHoverBackgroundColor(): Brush;
|
|
230
230
|
set rowHoverBackgroundColor(a: Brush);
|
|
231
|
-
static
|
|
232
|
-
private
|
|
233
|
-
get
|
|
234
|
-
set
|
|
231
|
+
static d7: Brush;
|
|
232
|
+
private dx;
|
|
233
|
+
get eg(): Brush;
|
|
234
|
+
set eg(a: Brush);
|
|
235
235
|
keysCleared: (sender: any, args: CheckboxListKeysClearedEventArgs) => void;
|
|
236
236
|
selectAllCheckboxChanged: (sender: any, args: SelectAllCheckboxChangedEventArgs) => void;
|
|
237
|
-
|
|
237
|
+
c2(a: boolean): void;
|
|
238
238
|
ap(): boolean;
|
|
239
239
|
ao(): boolean;
|
|
240
|
-
private
|
|
241
|
-
|
|
240
|
+
private a2;
|
|
241
|
+
cf(): void;
|
|
242
242
|
private at;
|
|
243
243
|
get au(): boolean;
|
|
244
244
|
set au(a: boolean);
|
|
@@ -249,7 +249,7 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
249
249
|
notifyRemoveItem(index: number, oldItem: any): void;
|
|
250
250
|
addKeyValue(value: any[]): void;
|
|
251
251
|
removeKeyValue(value: any[]): void;
|
|
252
|
-
getDesiredSize(): IgSize;
|
|
252
|
+
getDesiredSize(availableSize: IgSize): IgSize;
|
|
253
253
|
/**
|
|
254
254
|
* Returns true if no items are selected / checked; otherwise false.
|
|
255
255
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "5.2.0",
|
|
3
|
+
"version": "5.2.1-beta.0",
|
|
4
4
|
"description": "Ignite UI Web Components grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "5.2.0",
|
|
22
|
-
"igniteui-webcomponents-layouts": "5.2.0",
|
|
23
|
-
"igniteui-webcomponents-inputs": "5.2.0"
|
|
21
|
+
"igniteui-webcomponents-core": "5.2.1-beta.0",
|
|
22
|
+
"igniteui-webcomponents-layouts": "5.2.1-beta.0",
|
|
23
|
+
"igniteui-webcomponents-inputs": "5.2.1-beta.0"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
"name": "igniteui",
|
|
39
39
|
"email": "igniteui@infragistics.com"
|
|
40
40
|
}
|
|
41
|
-
]
|
|
41
|
+
],
|
|
42
|
+
"customElements": "./custom-elements.json",
|
|
43
|
+
"web-types": "./web-types.json"
|
|
42
44
|
}
|
|
43
45
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
|
+
"version": 1.1,
|
|
4
|
+
"tags": [{"name":"igc-grid-state","description":"State component allows saving and restoring the state of the grid features.\n---\n\n\n### **Events:**\n - **stateParsed** - Event emitted when set state is called with a string. Returns the parsed state object so that it can be further modified before applying to the grid.","attributes":[{"name":"options","description":"An object with options determining if a certain feature state should be saved.","values":[{"name":"IgcGridStateOptions"}]}],"references":[]},{"name":"igc-action-strip","description":"Action Strip provides templatable area for one or more actions.\n---\n","attributes":[{"name":"action-buttons","description":"ActionButton as ContentChildren inside the Action Strip","values":[{"name":"IgcGridActionsBaseDirective[]"}]},{"name":"hidden","description":"Gets/Sets the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.","values":[]},{"name":"resource-strings","description":"Gets/Sets the resource strings.","values":[{"name":"IgcActionStripResourceStrings"}]}],"references":[]},{"name":"igc-grid-editing-actions","description":"Grid Editing Actions for the Action Strip\n---\n","attributes":[{"name":"add-row","description":"An input to enable/disable action strip row adding button","values":[]},{"name":"edit-row","description":"An input to enable/disable action strip row editing button","values":[]},{"name":"delete-row","description":"An input to enable/disable action strip row deleting button","values":[]},{"name":"add-child","description":"An input to enable/disable action strip child row adding button","values":[]},{"name":"as-menu-items","description":"Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.","values":[]}],"references":[]},{"name":"igc-grid-pinning-actions","description":"Grid Pinning Actions for the Action Strip\n---\n","attributes":[{"name":"as-menu-items","description":"Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.","values":[]}],"references":[]},{"name":"igc-column-group","description":"**Ignite UI for Angular Column Group**\n---\n","attributes":[{"name":"children","values":[{"name":"HTMLCollection"}]},{"name":"collapsible","description":"Set if the column group is collapsible. Default value is `false`","values":[]},{"name":"expanded","description":"Set whether the group is expanded or collapsed initially. Applied only if the collapsible property is set to `true` Default value is `true`","values":[]},{"name":"field","description":"Sets/gets the `field` value.","values":[]},{"name":"header","description":"Sets/gets the `header` value.","values":[]},{"name":"title","description":"Sets/gets the `title` value.","values":[]},{"name":"sortable","description":"Sets/gets whether the column is sortable. Default value is `false`.","values":[]},{"name":"selectable","description":"Returns if the column is selectable.","values":[]},{"name":"groupable","description":"Sets/gets whether the column is groupable. Default value is `false`.","values":[]},{"name":"editable","description":"Gets whether the column is editable. Default value is `false`.","values":[]},{"name":"filterable","description":"Sets/gets whether the column is filterable. Default value is `true`.","values":[]},{"name":"resizable","description":"Sets/gets whether the column is resizable. Default value is `false`.","values":[]},{"name":"autosize-header","description":"Sets/gets whether the column header is included in autosize logic. Useful when template for a column header is sized based on parent, for example a default `div`. Default value is `false`.","values":[]},{"name":"has-summary","description":"Gets a value indicating whether the summary for the column is enabled.","values":[]},{"name":"hidden","description":"Gets whether the column is hidden.","values":[]},{"name":"selected","description":"Returns if the column is selected.","values":[]},{"name":"disable-hiding","description":"Gets whether the hiding is disabled.","values":[]},{"name":"disable-pinning","description":"Gets whether the pinning is disabled.","values":[]},{"name":"width","description":"Gets the `width` of the column.","values":[]},{"name":"max-width","description":"Sets/gets the maximum `width` of the column.","values":[]},{"name":"header-classes","description":"Sets/gets the class selector of the column header.","values":[]},{"name":"header-styles","description":"Sets conditional style properties on the column header. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.","values":[]},{"name":"header-group-classes","description":"Sets/gets the class selector of the column group header.","values":[]},{"name":"header-group-styles","description":"Sets conditional style properties on the column header group wrapper. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.","values":[]},{"name":"cell-classes","description":"Sets a conditional class selector of the column cells. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class, while the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"cell-styles","description":"Sets conditional style properties on the column cells. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated. As with `cellClasses` it accepts a callback function.","values":[]},{"name":"formatter","description":"Applies display format to cell values in the column. Does not modify the underlying data.","values":[]},{"name":"summary-formatter","description":"The summaryFormatter is used to format the display of the column summaries. In this example, we check to see if the column name is OrderDate, and then provide a method as the summaryFormatter to change the locale for the dates to 'fr-FR'. The summaries with the count key are skipped so they are displayed as numbers.","values":[]},{"name":"filtering-ignore-case","description":"Sets/gets whether the column filtering should be case sensitive. Default value is `true`.","values":[]},{"name":"sorting-ignore-case","description":"Sets/gets whether the column sorting should be case sensitive. Default value is `true`.","values":[]},{"name":"searchable","description":"Sets/gets whether the column is `searchable`. Default value is `true`.","values":[]},{"name":"data-type","description":"Sets/gets the data type of the column values. Default value is `string`.","values":[{"name":"GridColumnDataType"}]},{"name":"row-end","description":"Row index where the current field should end. The amount of rows between rowStart and rowEnd will determine the amount of spanning rows to that field","values":[]},{"name":"col-end","description":"Column index where the current field should end. The amount of columns between colStart and colEnd will determine the amount of spanning columns to that field","values":[]},{"name":"row-start","description":"Row index from which the field is starting.","values":[]},{"name":"col-start","description":"Column index from which the field is starting.","values":[]},{"name":"additional-template-context","description":"Sets/gets custom properties provided in additional template context.","values":[]},{"name":"min-width","description":"Sets/gets the minimum `width` of the column. Default value is `88`;","values":[]},{"name":"pinned","description":"Gets whether the column is `pinned`.","values":[]},{"name":"summaries","description":"Gets the column `summaries`.","values":[]},{"name":"disabled-summaries","description":"Sets/gets the summary operands to exclude from display. Accepts an array of string keys representing the summary types to disable, such as 'Min', 'Max', 'Count' etc.","values":[{"name":"string[]"}]},{"name":"filters","description":"Gets the column `filters`.","values":[{"name":"IgcFilteringOperand"}]},{"name":"sort-strategy","description":"Gets the column `sortStrategy`.","values":[{"name":"IgcSortingStrategy"}]},{"name":"visible-when-collapsed","description":"Indicates whether the column will be visible when its parent is collapsed.","values":[]},{"name":"pipe-args","values":[{"name":"IgcColumnPipeArgs"}]},{"name":"editor-options","description":"Pass optional properties for the default column editors.","values":[{"name":"IgcColumnEditorOptions"}]},{"name":"parent","description":"Sets/gets the parent column.","values":[]}],"references":[]},{"name":"igc-column","description":"**Ignite UI for Angular Column** - [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid#columns-configuration) The Ignite UI Column is used within an `igx-grid` element to define what data the column will show. Features such as sorting, filtering & editing are enabled at the column level. You can also provide a template containing custom content inside the column using `ng-template` which will be used for all cells within the column.\n---\n","attributes":[{"name":"field","description":"Sets/gets the `field` value.","values":[]},{"name":"header","description":"Sets/gets the `header` value.","values":[]},{"name":"title","description":"Sets/gets the `title` value.","values":[]},{"name":"sortable","description":"Sets/gets whether the column is sortable. Default value is `false`.","values":[]},{"name":"selectable","description":"Returns if the column is selectable.","values":[]},{"name":"groupable","description":"Sets/gets whether the column is groupable. Default value is `false`.","values":[]},{"name":"editable","description":"Gets whether the column is editable. Default value is `false`.","values":[]},{"name":"filterable","description":"Sets/gets whether the column is filterable. Default value is `true`.","values":[]},{"name":"resizable","description":"Sets/gets whether the column is resizable. Default value is `false`.","values":[]},{"name":"autosize-header","description":"Sets/gets whether the column header is included in autosize logic. Useful when template for a column header is sized based on parent, for example a default `div`. Default value is `false`.","values":[]},{"name":"has-summary","description":"Gets a value indicating whether the summary for the column is enabled.","values":[]},{"name":"hidden","description":"Gets whether the column is hidden.","values":[]},{"name":"selected","description":"Returns if the column is selected.","values":[]},{"name":"disable-hiding","description":"Gets whether the hiding is disabled.","values":[]},{"name":"disable-pinning","description":"Gets whether the pinning is disabled.","values":[]},{"name":"width","description":"Gets the `width` of the column.","values":[]},{"name":"max-width","description":"Sets/gets the maximum `width` of the column.","values":[]},{"name":"header-classes","description":"Sets/gets the class selector of the column header.","values":[]},{"name":"header-styles","description":"Sets conditional style properties on the column header. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.","values":[]},{"name":"header-group-classes","description":"Sets/gets the class selector of the column group header.","values":[]},{"name":"header-group-styles","description":"Sets conditional style properties on the column header group wrapper. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.","values":[]},{"name":"cell-classes","description":"Sets a conditional class selector of the column cells. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class, while the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"cell-styles","description":"Sets conditional style properties on the column cells. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated. As with `cellClasses` it accepts a callback function.","values":[]},{"name":"formatter","description":"Applies display format to cell values in the column. Does not modify the underlying data.","values":[]},{"name":"summary-formatter","description":"The summaryFormatter is used to format the display of the column summaries. In this example, we check to see if the column name is OrderDate, and then provide a method as the summaryFormatter to change the locale for the dates to 'fr-FR'. The summaries with the count key are skipped so they are displayed as numbers.","values":[]},{"name":"filtering-ignore-case","description":"Sets/gets whether the column filtering should be case sensitive. Default value is `true`.","values":[]},{"name":"sorting-ignore-case","description":"Sets/gets whether the column sorting should be case sensitive. Default value is `true`.","values":[]},{"name":"searchable","description":"Sets/gets whether the column is `searchable`. Default value is `true`.","values":[]},{"name":"data-type","description":"Sets/gets the data type of the column values. Default value is `string`.","values":[{"name":"GridColumnDataType"}]},{"name":"row-end","description":"Row index where the current field should end. The amount of rows between rowStart and rowEnd will determine the amount of spanning rows to that field","values":[]},{"name":"col-end","description":"Column index where the current field should end. The amount of columns between colStart and colEnd will determine the amount of spanning columns to that field","values":[]},{"name":"row-start","description":"Row index from which the field is starting.","values":[]},{"name":"col-start","description":"Column index from which the field is starting.","values":[]},{"name":"additional-template-context","description":"Sets/gets custom properties provided in additional template context.","values":[]},{"name":"min-width","description":"Sets/gets the minimum `width` of the column. Default value is `88`;","values":[]},{"name":"pinned","description":"Gets whether the column is `pinned`.","values":[]},{"name":"summaries","description":"Gets the column `summaries`.","values":[]},{"name":"disabled-summaries","description":"Sets/gets the summary operands to exclude from display. Accepts an array of string keys representing the summary types to disable, such as 'Min', 'Max', 'Count' etc.","values":[{"name":"string[]"}]},{"name":"filters","description":"Gets the column `filters`.","values":[{"name":"IgcFilteringOperand"}]},{"name":"sort-strategy","description":"Gets the column `sortStrategy`.","values":[{"name":"IgcSortingStrategy"}]},{"name":"visible-when-collapsed","description":"Indicates whether the column will be visible when its parent is collapsed.","values":[]},{"name":"pipe-args","values":[{"name":"IgcColumnPipeArgs"}]},{"name":"editor-options","description":"Pass optional properties for the default column editors.","values":[{"name":"IgcColumnEditorOptions"}]},{"name":"parent","description":"Sets/gets the parent column.","values":[]}],"references":[]},{"name":"igc-column-layout","description":"Column layout for declaration of Multi-row Layout\n---\n","attributes":[{"name":"children","values":[{"name":"HTMLCollection"}]},{"name":"collapsible","description":"Set if the column group is collapsible. Default value is `false`","values":[]},{"name":"expanded","description":"Set whether the group is expanded or collapsed initially. Applied only if the collapsible property is set to `true` Default value is `true`","values":[]},{"name":"field","description":"Sets/gets the `field` value.","values":[]},{"name":"header","description":"Sets/gets the `header` value.","values":[]},{"name":"title","description":"Sets/gets the `title` value.","values":[]},{"name":"sortable","description":"Sets/gets whether the column is sortable. Default value is `false`.","values":[]},{"name":"selectable","description":"Returns if the column is selectable.","values":[]},{"name":"groupable","description":"Sets/gets whether the column is groupable. Default value is `false`.","values":[]},{"name":"editable","description":"Gets whether the column is editable. Default value is `false`.","values":[]},{"name":"filterable","description":"Sets/gets whether the column is filterable. Default value is `true`.","values":[]},{"name":"resizable","description":"Sets/gets whether the column is resizable. Default value is `false`.","values":[]},{"name":"autosize-header","description":"Sets/gets whether the column header is included in autosize logic. Useful when template for a column header is sized based on parent, for example a default `div`. Default value is `false`.","values":[]},{"name":"has-summary","description":"Gets a value indicating whether the summary for the column is enabled.","values":[]},{"name":"hidden","description":"Gets whether the column is hidden.","values":[]},{"name":"selected","description":"Returns if the column is selected.","values":[]},{"name":"disable-hiding","description":"Gets whether the hiding is disabled.","values":[]},{"name":"disable-pinning","description":"Gets whether the pinning is disabled.","values":[]},{"name":"width","description":"Gets the `width` of the column.","values":[]},{"name":"max-width","description":"Sets/gets the maximum `width` of the column.","values":[]},{"name":"header-classes","description":"Sets/gets the class selector of the column header.","values":[]},{"name":"header-styles","description":"Sets conditional style properties on the column header. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.","values":[]},{"name":"header-group-classes","description":"Sets/gets the class selector of the column group header.","values":[]},{"name":"header-group-styles","description":"Sets conditional style properties on the column header group wrapper. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated.","values":[]},{"name":"cell-classes","description":"Sets a conditional class selector of the column cells. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class, while the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"cell-styles","description":"Sets conditional style properties on the column cells. Similar to `ngStyle` it accepts an object literal where the keys are the style properties and the value is the expression to be evaluated. As with `cellClasses` it accepts a callback function.","values":[]},{"name":"formatter","description":"Applies display format to cell values in the column. Does not modify the underlying data.","values":[]},{"name":"summary-formatter","description":"The summaryFormatter is used to format the display of the column summaries. In this example, we check to see if the column name is OrderDate, and then provide a method as the summaryFormatter to change the locale for the dates to 'fr-FR'. The summaries with the count key are skipped so they are displayed as numbers.","values":[]},{"name":"filtering-ignore-case","description":"Sets/gets whether the column filtering should be case sensitive. Default value is `true`.","values":[]},{"name":"sorting-ignore-case","description":"Sets/gets whether the column sorting should be case sensitive. Default value is `true`.","values":[]},{"name":"searchable","description":"Sets/gets whether the column is `searchable`. Default value is `true`.","values":[]},{"name":"data-type","description":"Sets/gets the data type of the column values. Default value is `string`.","values":[{"name":"GridColumnDataType"}]},{"name":"row-end","description":"Row index where the current field should end. The amount of rows between rowStart and rowEnd will determine the amount of spanning rows to that field","values":[]},{"name":"col-end","description":"Column index where the current field should end. The amount of columns between colStart and colEnd will determine the amount of spanning columns to that field","values":[]},{"name":"row-start","description":"Row index from which the field is starting.","values":[]},{"name":"col-start","description":"Column index from which the field is starting.","values":[]},{"name":"additional-template-context","description":"Sets/gets custom properties provided in additional template context.","values":[]},{"name":"min-width","description":"Sets/gets the minimum `width` of the column. Default value is `88`;","values":[]},{"name":"pinned","description":"Gets whether the column is `pinned`.","values":[]},{"name":"summaries","description":"Gets the column `summaries`.","values":[]},{"name":"disabled-summaries","description":"Sets/gets the summary operands to exclude from display. Accepts an array of string keys representing the summary types to disable, such as 'Min', 'Max', 'Count' etc.","values":[{"name":"string[]"}]},{"name":"filters","description":"Gets the column `filters`.","values":[{"name":"IgcFilteringOperand"}]},{"name":"sort-strategy","description":"Gets the column `sortStrategy`.","values":[{"name":"IgcSortingStrategy"}]},{"name":"visible-when-collapsed","description":"Indicates whether the column will be visible when its parent is collapsed.","values":[]},{"name":"pipe-args","values":[{"name":"IgcColumnPipeArgs"}]},{"name":"editor-options","description":"Pass optional properties for the default column editors.","values":[{"name":"IgcColumnEditorOptions"}]},{"name":"parent","description":"Sets/gets the parent column.","values":[]}],"references":[]},{"name":"igc-grid","description":"Grid provides a way to present and manipulate tabular data.\n---\n\n\n### **Events:**\n - **dataPreLoad** - Emitted when a new chunk of data is loaded from virtualization.\n- **groupingDone** - Emitted when columns are grouped/ungrouped.\n- **filteringExpressionsTreeChange** - Emitted after filtering is performed.\n- **advancedFilteringExpressionsTreeChange** - Emitted after advanced filtering is performed.\n- **gridScroll** - Emitted when grid is scrolled horizontally/vertically.\n- **cellClick** - Emitted when a cell is clicked.\n- **rowClick** - Emitted when a row is clicked.\n- **formGroupCreated** - Emitted when formGroup is created on edit of row/cell.\n- **validationStatusChange** - Emitted when grid's validation status changes.\n- **selected** - Emitted when a cell is selected.\n- **rowSelectionChanging** - Emitted when `IgxGridRowComponent` is selected.\n- **columnSelectionChanging** - Emitted when `IgxColumnComponent` is selected.\n- **columnPin** - Emitted before `IgxColumnComponent` is pinned.\n- **columnPinned** - Emitted after `IgxColumnComponent` is pinned.\n- **cellEditEnter** - Emitted when cell enters edit mode.\n- **cellEditExit** - Emitted when cell exits edit mode.\n- **cellEdit** - Emitted when cell has been edited.\n- **cellEditDone** - Emitted after cell has been edited and editing has been committed.\n- **rowEditEnter** - Emitted when a row enters edit mode.\n- **rowEdit** - Emitted when exiting edit mode for a row.\n- **rowEditDone** - Emitted after exiting edit mode for a row and editing has been committed.\n- **rowEditExit** - Emitted when row editing is canceled.\n- **columnInit** - Emitted when a column is initialized.\n- **columnsAutogenerated**\n- **sorting** - Emitted before sorting expressions are applied.\n- **sortingDone** - Emitted after sorting is completed.\n- **filtering** - Emitted before filtering expressions are applied.\n- **filteringDone** - Emitted after filtering is performed through the UI.\n- **rowAdded** - Emitted when a row is added.\n- **rowDeleted** - Emitted when a row is deleted.\n- **rowDelete** - Emmited when deleting a row.\n- **rowAdd** - Emmited just before the newly added row is commited.\n- **columnResized** - Emitted after column is resized.\n- **contextMenu** - Emitted when a cell or row is right clicked.\n- **doubleClick** - Emitted when a cell is double clicked.\n- **columnVisibilityChanging** - Emitted before column visibility is changed.\n- **columnVisibilityChanged** - Emitted after column visibility is changed.\n- **columnMovingStart** - Emitted when column moving starts.\n- **columnMoving** - Emitted during the column moving operation.\n- **columnMovingEnd** - Emitted when column moving ends.\n- **gridKeydown** - Emitted when keydown is triggered over element inside grid's body.\n- **rowDragStart** - Emitted when start dragging a row.\n- **rowDragEnd** - Emitted when dropping a row.\n- **gridCopy** - Emitted when a copy operation is executed.\n- **selectedRowsChange**\n- **rowToggle** - Emitted when the expanded state of a row gets changed.\n- **rowPinning** - Emitted when the pinned state of a row is changed.\n- **rowPinned** - Emitted when the pinned state of a row is changed.\n- **activeNodeChange** - Emmited when the active node is changed.\n- **sortingExpressionsChange** - Emitted before sorting is performed.\n- **toolbarExporting** - Emitted when an export process is initiated by the user.\n- **rangeSelected** - Emitted when making a range selection.\n- **rendered** - Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM\n- **dataChanging** - Emitted before the grid's data view is changed because of a data operation, rebinding, etc.\n- **dataChanged** - Emitted after the grid's data view is changed because of a data operation, rebinding, etc.","attributes":[{"name":"groups-expanded","description":"Gets/Sets whether created groups are rendered expanded or collapsed.","values":[]},{"name":"id","description":"Gets/Sets the value of the `id` attribute.","values":[]},{"name":"data","description":"Gets/Sets the array of data that populates the component.","values":[{"name":"any[]"}]},{"name":"total-item-count","description":"Gets/Sets the total number of records in the data source.","values":[]},{"name":"grouping-expressions","description":"Gets/Sets the group by state.","values":[{"name":"IgcGroupingExpression[]"}]},{"name":"grouping-expansion-state","description":"Gets/Sets a list of expansion states for group rows.","values":[{"name":"IgcGroupByExpandState[]"}]},{"name":"hide-grouped-columns","description":"Gets/Sets whether the grouped columns should be hidden.","values":[]},{"name":"group-strategy","description":"Gets/Sets the grouping strategy of the grid.","values":[{"name":"IgcGridGroupingStrategy"}]},{"name":"drop-area-message","description":"Gets/Sets the message displayed inside the GroupBy drop area where columns can be dragged on.","values":[]},{"name":"show-group-area","description":"Returns whether the `IgxGridComponent` has group area.","values":[]},{"name":"snackbar-display-time","description":"Gets/Sets the display time for the row adding snackbar notification.","values":[]},{"name":"auto-generate","description":"Gets/Sets whether to auto-generate the columns.","values":[]},{"name":"auto-generate-exclude","description":"Gets/Sets a list of property keys to be excluded from the generated column collection","values":[{"name":"string[]"}]},{"name":"moving","description":"Controls whether columns moving is enabled in the grid.","values":[]},{"name":"summary-row-height","description":"Get/Set IgxSummaryRow height","values":[]},{"name":"data-clone-strategy","description":"Gets/Sets the data clone strategy of the grid when in edit mode.","values":[{"name":"IgcDataCloneStrategy"}]},{"name":"clipboard-options","description":"Controls the copy behavior of the grid.","values":[{"name":"IgcClipboardOptions"}]},{"name":"row-classes","description":"Sets a conditional class selector to the grid's row element. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class and the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"row-styles","description":"Sets conditional style properties on the grid row element. It accepts an object literal where the keys are the style properties and the value is an expression to be evaluated.","values":[]},{"name":"primary-key","description":"Gets/Sets the primary key.","values":[]},{"name":"column-list","values":[{"name":"IgcColumnComponent[]"}]},{"name":"action-strip-components","values":[{"name":"IgcActionStripToken[]"}]},{"name":"toolbar","values":[{"name":"IgcGridToolbarComponent[]"}]},{"name":"pagination-components","values":[{"name":"IgcPaginatorComponent[]"}]},{"name":"resource-strings","description":"Gets/Sets the resource strings.","values":[{"name":"IgcGridResourceStrings"}]},{"name":"filtering-logic","description":"Gets/Sets the filtering logic of the `IgxGridComponent`.","values":[{"name":"FilteringLogic"}]},{"name":"filtering-expressions-tree","description":"Gets/Sets the filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"advanced-filtering-expressions-tree","description":"Gets/Sets the advanced filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"locale","description":"Gets/Sets the locale.","values":[]},{"name":"paging-mode","values":[{"name":"GridPagingMode"}]},{"name":"hide-row-selectors","description":"Gets/Sets if the row selectors are hidden.","values":[]},{"name":"row-draggable","description":"Gets/Sets whether rows can be moved.","values":[]},{"name":"validation-trigger","description":"Gets/Sets the trigger for validators used when editing the grid.","values":[{"name":"GridValidationTrigger"}]},{"name":"row-editable","description":"Gets/Sets whether the rows are editable.","values":[]},{"name":"height","description":"Gets/Sets the height.","values":[]},{"name":"width","description":"Gets/Sets the width of the grid.","values":[]},{"name":"row-height","description":"Gets/Sets the row height.","values":[]},{"name":"column-width","description":"Gets/Sets the default width of the columns.","values":[]},{"name":"empty-grid-message","description":"Get/Sets the message displayed when there are no records.","values":[]},{"name":"is-loading","description":"Gets/Sets whether the grid is going to show a loading indicator.","values":[]},{"name":"should-generate","description":"Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid","values":[]},{"name":"empty-filtered-grid-message","description":"Gets/Sets the message displayed when there are no records and the grid is filtered.","values":[]},{"name":"pinning","description":"Gets/Sets the initial pinning configuration.","values":[{"name":"IgcPinningConfig"}]},{"name":"allow-filtering","description":"Gets/Sets if the filtering is enabled.","values":[]},{"name":"allow-advanced-filtering","description":"Gets/Sets a value indicating whether the advanced filtering is enabled.","values":[]},{"name":"filter-mode","description":"Gets/Sets the filter mode.","values":[{"name":"FilterMode"}]},{"name":"summary-position","description":"Gets/Sets the summary position.","values":[{"name":"GridSummaryPosition"}]},{"name":"summary-calculation-mode","description":"Gets/Sets the summary calculation mode.","values":[{"name":"GridSummaryCalculationMode"}]},{"name":"show-summary-on-collapse","description":"Controls whether the summary row is visible when groupBy/parent row is collapsed.","values":[]},{"name":"filter-strategy","description":"Gets/Sets the filtering strategy of the grid.","values":[{"name":"IgcFilteringStrategy"}]},{"name":"sort-strategy","description":"Gets/Sets the sorting strategy of the grid.","values":[{"name":"IgcGridSortingStrategy"}]},{"name":"sorting-options","description":"Gets/Sets the sorting options - single or multiple sorting. Accepts an `ISortingOptions` object with any of the `mode` properties.","values":[{"name":"IgcSortingOptions"}]},{"name":"selected-rows","description":"Gets/Sets the current selection state.","values":[{"name":"any[]"}]},{"name":"sorting-expressions","description":"Gets/Sets the sorting state.","values":[{"name":"IgcSortingExpression[]"}]},{"name":"batch-editing","description":"Gets/Sets whether the grid has batch editing enabled. When batch editing is enabled, changes are not made directly to the underlying data. Instead, they are stored as transactions, which can later be committed w/ the `commit` method.","values":[]},{"name":"cell-selection","description":"Gets/Sets cell selection mode.","values":[{"name":"GridSelectionMode"}]},{"name":"row-selection","description":"Gets/Sets row selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"column-selection","description":"Gets/Sets column selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"outlet","description":"Gets/Sets the outlet used to attach the grid's overlays to.","values":[{"name":"IgcOverlayOutletDirective"}]},{"name":"total-records","description":"Returns the total number of records.","values":[]},{"name":"select-row-on-click","description":"Gets/Sets whether clicking over a row should select/deselect it","values":[]}],"references":[]},{"name":"igc-hierarchical-grid","description":"Hierarchical grid\n---\n\n\n### **Events:**\n - **dataPreLoad** - Emitted when a new chunk of data is loaded from virtualization.\n- **filteringExpressionsTreeChange** - Emitted after filtering is performed.\n- **advancedFilteringExpressionsTreeChange** - Emitted after advanced filtering is performed.\n- **gridScroll** - Emitted when grid is scrolled horizontally/vertically.\n- **cellClick** - Emitted when a cell is clicked.\n- **rowClick** - Emitted when a row is clicked.\n- **formGroupCreated** - Emitted when formGroup is created on edit of row/cell.\n- **validationStatusChange** - Emitted when grid's validation status changes.\n- **selected** - Emitted when a cell is selected.\n- **rowSelectionChanging** - Emitted when `IgxGridRowComponent` is selected.\n- **columnSelectionChanging** - Emitted when `IgxColumnComponent` is selected.\n- **columnPin** - Emitted before `IgxColumnComponent` is pinned.\n- **columnPinned** - Emitted after `IgxColumnComponent` is pinned.\n- **cellEditEnter** - Emitted when cell enters edit mode.\n- **cellEditExit** - Emitted when cell exits edit mode.\n- **cellEdit** - Emitted when cell has been edited.\n- **cellEditDone** - Emitted after cell has been edited and editing has been committed.\n- **rowEditEnter** - Emitted when a row enters edit mode.\n- **rowEdit** - Emitted when exiting edit mode for a row.\n- **rowEditDone** - Emitted after exiting edit mode for a row and editing has been committed.\n- **rowEditExit** - Emitted when row editing is canceled.\n- **columnInit** - Emitted when a column is initialized.\n- **columnsAutogenerated**\n- **sorting** - Emitted before sorting expressions are applied.\n- **sortingDone** - Emitted after sorting is completed.\n- **filtering** - Emitted before filtering expressions are applied.\n- **filteringDone** - Emitted after filtering is performed through the UI.\n- **rowAdded** - Emitted when a row is added.\n- **rowDeleted** - Emitted when a row is deleted.\n- **rowDelete** - Emmited when deleting a row.\n- **rowAdd** - Emmited just before the newly added row is commited.\n- **columnResized** - Emitted after column is resized.\n- **contextMenu** - Emitted when a cell or row is right clicked.\n- **doubleClick** - Emitted when a cell is double clicked.\n- **columnVisibilityChanging** - Emitted before column visibility is changed.\n- **columnVisibilityChanged** - Emitted after column visibility is changed.\n- **columnMovingStart** - Emitted when column moving starts.\n- **columnMoving** - Emitted during the column moving operation.\n- **columnMovingEnd** - Emitted when column moving ends.\n- **gridKeydown** - Emitted when keydown is triggered over element inside grid's body.\n- **rowDragStart** - Emitted when start dragging a row.\n- **rowDragEnd** - Emitted when dropping a row.\n- **gridCopy** - Emitted when a copy operation is executed.\n- **selectedRowsChange**\n- **rowToggle** - Emitted when the expanded state of a row gets changed.\n- **rowPinning** - Emitted when the pinned state of a row is changed.\n- **rowPinned** - Emitted when the pinned state of a row is changed.\n- **activeNodeChange** - Emmited when the active node is changed.\n- **sortingExpressionsChange** - Emitted before sorting is performed.\n- **toolbarExporting** - Emitted when an export process is initiated by the user.\n- **rangeSelected** - Emitted when making a range selection.\n- **rendered** - Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM\n- **dataChanging** - Emitted before the grid's data view is changed because of a data operation, rebinding, etc.\n- **dataChanged** - Emitted after the grid's data view is changed because of a data operation, rebinding, etc.","attributes":[{"name":"child-layout-list","values":[{"name":"IgcRowIslandComponent[]"}]},{"name":"id","description":"Gets/Sets the value of the `id` attribute.","values":[]},{"name":"data","description":"Gets/Sets the array of data that populates the component.","values":[{"name":"any[]"}]},{"name":"total-item-count","description":"Gets/Sets the total number of records in the data source.","values":[]},{"name":"expand-children","description":"Sets if all immediate children of the `IgxHierarchicalGridComponent` should be expanded/collapsed. Default value is false.","values":[]},{"name":"has-children-key","description":"Gets/Sets the key indicating whether a row has children. If row has no children it does not render an expand indicator.","values":[]},{"name":"show-expand-all","description":"Gets/Sets whether the expand/collapse all button in the header should be rendered.","values":[]},{"name":"root-grid","values":[{"name":"IgcGridBaseDirective"}]},{"name":"snackbar-display-time","description":"Gets/Sets the display time for the row adding snackbar notification.","values":[]},{"name":"auto-generate","description":"Gets/Sets whether to auto-generate the columns.","values":[]},{"name":"auto-generate-exclude","description":"Gets/Sets a list of property keys to be excluded from the generated column collection","values":[{"name":"string[]"}]},{"name":"moving","description":"Controls whether columns moving is enabled in the grid.","values":[]},{"name":"summary-row-height","description":"Get/Set IgxSummaryRow height","values":[]},{"name":"data-clone-strategy","description":"Gets/Sets the data clone strategy of the grid when in edit mode.","values":[{"name":"IgcDataCloneStrategy"}]},{"name":"clipboard-options","description":"Controls the copy behavior of the grid.","values":[{"name":"IgcClipboardOptions"}]},{"name":"row-classes","description":"Sets a conditional class selector to the grid's row element. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class and the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"row-styles","description":"Sets conditional style properties on the grid row element. It accepts an object literal where the keys are the style properties and the value is an expression to be evaluated.","values":[]},{"name":"primary-key","description":"Gets/Sets the primary key.","values":[]},{"name":"column-list","values":[{"name":"IgcColumnComponent[]"}]},{"name":"action-strip-components","values":[{"name":"IgcActionStripToken[]"}]},{"name":"toolbar","values":[{"name":"IgcGridToolbarComponent[]"}]},{"name":"pagination-components","values":[{"name":"IgcPaginatorComponent[]"}]},{"name":"resource-strings","description":"Gets/Sets the resource strings.","values":[{"name":"IgcGridResourceStrings"}]},{"name":"filtering-logic","description":"Gets/Sets the filtering logic of the `IgxGridComponent`.","values":[{"name":"FilteringLogic"}]},{"name":"filtering-expressions-tree","description":"Gets/Sets the filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"advanced-filtering-expressions-tree","description":"Gets/Sets the advanced filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"locale","description":"Gets/Sets the locale.","values":[]},{"name":"paging-mode","values":[{"name":"GridPagingMode"}]},{"name":"hide-row-selectors","description":"Gets/Sets if the row selectors are hidden.","values":[]},{"name":"row-draggable","description":"Gets/Sets whether rows can be moved.","values":[]},{"name":"validation-trigger","description":"Gets/Sets the trigger for validators used when editing the grid.","values":[{"name":"GridValidationTrigger"}]},{"name":"row-editable","description":"Gets/Sets whether the rows are editable.","values":[]},{"name":"height","description":"Gets/Sets the height.","values":[]},{"name":"width","description":"Gets/Sets the width of the grid.","values":[]},{"name":"row-height","description":"Gets/Sets the row height.","values":[]},{"name":"column-width","description":"Gets/Sets the default width of the columns.","values":[]},{"name":"empty-grid-message","description":"Get/Sets the message displayed when there are no records.","values":[]},{"name":"is-loading","description":"Gets/Sets whether the grid is going to show a loading indicator.","values":[]},{"name":"should-generate","description":"Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid","values":[]},{"name":"empty-filtered-grid-message","description":"Gets/Sets the message displayed when there are no records and the grid is filtered.","values":[]},{"name":"pinning","description":"Gets/Sets the initial pinning configuration.","values":[{"name":"IgcPinningConfig"}]},{"name":"allow-filtering","description":"Gets/Sets if the filtering is enabled.","values":[]},{"name":"allow-advanced-filtering","description":"Gets/Sets a value indicating whether the advanced filtering is enabled.","values":[]},{"name":"filter-mode","description":"Gets/Sets the filter mode.","values":[{"name":"FilterMode"}]},{"name":"summary-position","description":"Gets/Sets the summary position.","values":[{"name":"GridSummaryPosition"}]},{"name":"summary-calculation-mode","description":"Gets/Sets the summary calculation mode.","values":[{"name":"GridSummaryCalculationMode"}]},{"name":"show-summary-on-collapse","description":"Controls whether the summary row is visible when groupBy/parent row is collapsed.","values":[]},{"name":"filter-strategy","description":"Gets/Sets the filtering strategy of the grid.","values":[{"name":"IgcFilteringStrategy"}]},{"name":"sort-strategy","description":"Gets/Sets the sorting strategy of the grid.","values":[{"name":"IgcGridSortingStrategy"}]},{"name":"sorting-options","description":"Gets/Sets the sorting options - single or multiple sorting. Accepts an `ISortingOptions` object with any of the `mode` properties.","values":[{"name":"IgcSortingOptions"}]},{"name":"selected-rows","description":"Gets/Sets the current selection state.","values":[{"name":"any[]"}]},{"name":"sorting-expressions","description":"Gets/Sets the sorting state.","values":[{"name":"IgcSortingExpression[]"}]},{"name":"batch-editing","description":"Gets/Sets whether the grid has batch editing enabled. When batch editing is enabled, changes are not made directly to the underlying data. Instead, they are stored as transactions, which can later be committed w/ the `commit` method.","values":[]},{"name":"cell-selection","description":"Gets/Sets cell selection mode.","values":[{"name":"GridSelectionMode"}]},{"name":"row-selection","description":"Gets/Sets row selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"column-selection","description":"Gets/Sets column selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"outlet","description":"Gets/Sets the outlet used to attach the grid's overlays to.","values":[{"name":"IgcOverlayOutletDirective"}]},{"name":"total-records","description":"Returns the total number of records.","values":[]},{"name":"select-row-on-click","description":"Gets/Sets whether clicking over a row should select/deselect it","values":[]}],"references":[]},{"name":"igc-row-island","description":"Row island\n---\n\n\n### **Events:**\n - **gridCreated** - Event emitted when a grid is being created based on this row island.\n- **gridInitialized** - Emitted after a grid is being initialized for this row island. The emitting is done in `ngAfterViewInit`.\n- **dataPreLoad** - Emitted when a new chunk of data is loaded from virtualization.\n- **filteringExpressionsTreeChange** - Emitted after filtering is performed.\n- **advancedFilteringExpressionsTreeChange** - Emitted after advanced filtering is performed.\n- **gridScroll** - Emitted when grid is scrolled horizontally/vertically.\n- **cellClick** - Emitted when a cell is clicked.\n- **rowClick** - Emitted when a row is clicked.\n- **formGroupCreated** - Emitted when formGroup is created on edit of row/cell.\n- **validationStatusChange** - Emitted when grid's validation status changes.\n- **selected** - Emitted when a cell is selected.\n- **rowSelectionChanging** - Emitted when `IgxGridRowComponent` is selected.\n- **columnSelectionChanging** - Emitted when `IgxColumnComponent` is selected.\n- **columnPin** - Emitted before `IgxColumnComponent` is pinned.\n- **columnPinned** - Emitted after `IgxColumnComponent` is pinned.\n- **cellEditEnter** - Emitted when cell enters edit mode.\n- **cellEditExit** - Emitted when cell exits edit mode.\n- **cellEdit** - Emitted when cell has been edited.\n- **cellEditDone** - Emitted after cell has been edited and editing has been committed.\n- **rowEditEnter** - Emitted when a row enters edit mode.\n- **rowEdit** - Emitted when exiting edit mode for a row.\n- **rowEditDone** - Emitted after exiting edit mode for a row and editing has been committed.\n- **rowEditExit** - Emitted when row editing is canceled.\n- **columnInit** - Emitted when a column is initialized.\n- **columnsAutogenerated**\n- **sorting** - Emitted before sorting expressions are applied.\n- **sortingDone** - Emitted after sorting is completed.\n- **filtering** - Emitted before filtering expressions are applied.\n- **filteringDone** - Emitted after filtering is performed through the UI.\n- **rowAdded** - Emitted when a row is added.\n- **rowDeleted** - Emitted when a row is deleted.\n- **rowDelete** - Emmited when deleting a row.\n- **rowAdd** - Emmited just before the newly added row is commited.\n- **columnResized** - Emitted after column is resized.\n- **contextMenu** - Emitted when a cell or row is right clicked.\n- **doubleClick** - Emitted when a cell is double clicked.\n- **columnVisibilityChanging** - Emitted before column visibility is changed.\n- **columnVisibilityChanged** - Emitted after column visibility is changed.\n- **columnMovingStart** - Emitted when column moving starts.\n- **columnMoving** - Emitted during the column moving operation.\n- **columnMovingEnd** - Emitted when column moving ends.\n- **gridKeydown** - Emitted when keydown is triggered over element inside grid's body.\n- **rowDragStart** - Emitted when start dragging a row.\n- **rowDragEnd** - Emitted when dropping a row.\n- **gridCopy** - Emitted when a copy operation is executed.\n- **selectedRowsChange**\n- **rowToggle** - Emitted when the expanded state of a row gets changed.\n- **rowPinning** - Emitted when the pinned state of a row is changed.\n- **rowPinned** - Emitted when the pinned state of a row is changed.\n- **activeNodeChange** - Emmited when the active node is changed.\n- **sortingExpressionsChange** - Emitted before sorting is performed.\n- **toolbarExporting** - Emitted when an export process is initiated by the user.\n- **rangeSelected** - Emitted when making a range selection.\n- **rendered** - Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM\n- **dataChanging** - Emitted before the grid's data view is changed because of a data operation, rebinding, etc.\n- **dataChanged** - Emitted after the grid's data view is changed because of a data operation, rebinding, etc.","attributes":[{"name":"child-data-key","description":"Sets the key of the row island by which child data would be taken from the row data if such is provided.","values":[]},{"name":"child-layout-list","values":[{"name":"IgcRowIslandComponent[]"}]},{"name":"action-strip-components","values":[{"name":"IgcActionStripToken[]"}]},{"name":"expand-children","description":"Sets if all immediate children of the grids for this `IgxRowIslandComponent` should be expanded/collapsed.","values":[]},{"name":"has-children-key","description":"Gets/Sets the key indicating whether a row has children. If row has no children it does not render an expand indicator.","values":[]},{"name":"show-expand-all","description":"Gets/Sets whether the expand/collapse all button in the header should be rendered.","values":[]},{"name":"batch-editing","values":[]},{"name":"snackbar-display-time","description":"Gets/Sets the display time for the row adding snackbar notification.","values":[]},{"name":"auto-generate","description":"Gets/Sets whether to auto-generate the columns.","values":[]},{"name":"auto-generate-exclude","description":"Gets/Sets a list of property keys to be excluded from the generated column collection","values":[{"name":"string[]"}]},{"name":"moving","description":"Controls whether columns moving is enabled in the grid.","values":[]},{"name":"summary-row-height","description":"Get/Set IgxSummaryRow height","values":[]},{"name":"data-clone-strategy","description":"Gets/Sets the data clone strategy of the grid when in edit mode.","values":[{"name":"IgcDataCloneStrategy"}]},{"name":"clipboard-options","description":"Controls the copy behavior of the grid.","values":[{"name":"IgcClipboardOptions"}]},{"name":"row-classes","description":"Sets a conditional class selector to the grid's row element. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class and the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"row-styles","description":"Sets conditional style properties on the grid row element. It accepts an object literal where the keys are the style properties and the value is an expression to be evaluated.","values":[]},{"name":"primary-key","description":"Gets/Sets the primary key.","values":[]},{"name":"column-list","values":[{"name":"IgcColumnComponent[]"}]},{"name":"toolbar","values":[{"name":"IgcGridToolbarComponent[]"}]},{"name":"pagination-components","values":[{"name":"IgcPaginatorComponent[]"}]},{"name":"resource-strings","description":"Gets/Sets the resource strings.","values":[{"name":"IgcGridResourceStrings"}]},{"name":"filtering-logic","description":"Gets/Sets the filtering logic of the `IgxGridComponent`.","values":[{"name":"FilteringLogic"}]},{"name":"filtering-expressions-tree","description":"Gets/Sets the filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"advanced-filtering-expressions-tree","description":"Gets/Sets the advanced filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"locale","description":"Gets/Sets the locale.","values":[]},{"name":"paging-mode","values":[{"name":"GridPagingMode"}]},{"name":"hide-row-selectors","description":"Gets/Sets if the row selectors are hidden.","values":[]},{"name":"row-draggable","description":"Gets/Sets whether rows can be moved.","values":[]},{"name":"validation-trigger","description":"Gets/Sets the trigger for validators used when editing the grid.","values":[{"name":"GridValidationTrigger"}]},{"name":"row-editable","description":"Gets/Sets whether the rows are editable.","values":[]},{"name":"height","description":"Gets/Sets the height.","values":[]},{"name":"width","description":"Gets/Sets the width of the grid.","values":[]},{"name":"row-height","description":"Gets/Sets the row height.","values":[]},{"name":"column-width","description":"Gets/Sets the default width of the columns.","values":[]},{"name":"empty-grid-message","description":"Get/Sets the message displayed when there are no records.","values":[]},{"name":"is-loading","description":"Gets/Sets whether the grid is going to show a loading indicator.","values":[]},{"name":"should-generate","description":"Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid","values":[]},{"name":"empty-filtered-grid-message","description":"Gets/Sets the message displayed when there are no records and the grid is filtered.","values":[]},{"name":"pinning","description":"Gets/Sets the initial pinning configuration.","values":[{"name":"IgcPinningConfig"}]},{"name":"allow-filtering","description":"Gets/Sets if the filtering is enabled.","values":[]},{"name":"allow-advanced-filtering","description":"Gets/Sets a value indicating whether the advanced filtering is enabled.","values":[]},{"name":"filter-mode","description":"Gets/Sets the filter mode.","values":[{"name":"FilterMode"}]},{"name":"summary-position","description":"Gets/Sets the summary position.","values":[{"name":"GridSummaryPosition"}]},{"name":"summary-calculation-mode","description":"Gets/Sets the summary calculation mode.","values":[{"name":"GridSummaryCalculationMode"}]},{"name":"show-summary-on-collapse","description":"Controls whether the summary row is visible when groupBy/parent row is collapsed.","values":[]},{"name":"filter-strategy","description":"Gets/Sets the filtering strategy of the grid.","values":[{"name":"IgcFilteringStrategy"}]},{"name":"sort-strategy","description":"Gets/Sets the sorting strategy of the grid.","values":[{"name":"IgcGridSortingStrategy"}]},{"name":"sorting-options","description":"Gets/Sets the sorting options - single or multiple sorting. Accepts an `ISortingOptions` object with any of the `mode` properties.","values":[{"name":"IgcSortingOptions"}]},{"name":"selected-rows","description":"Gets/Sets the current selection state.","values":[{"name":"any[]"}]},{"name":"sorting-expressions","description":"Gets/Sets the sorting state.","values":[{"name":"IgcSortingExpression[]"}]},{"name":"cell-selection","description":"Gets/Sets cell selection mode.","values":[{"name":"GridSelectionMode"}]},{"name":"row-selection","description":"Gets/Sets row selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"column-selection","description":"Gets/Sets column selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"total-records","description":"Returns the total number of records.","values":[]},{"name":"select-row-on-click","description":"Gets/Sets whether clicking over a row should select/deselect it","values":[]}],"references":[]},{"name":"igc-pivot-data-selector","description":"Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI\n---\n","attributes":[{"name":"columns-expanded","description":"Gets/sets whether the columns panel is expanded Get","values":[]},{"name":"rows-expanded","description":"Gets/sets whether the rows panel is expanded Get","values":[]},{"name":"filters-expanded","description":"Gets/sets whether the filters panel is expanded Get","values":[]},{"name":"values-expanded","description":"Gets/sets whether the values panel is expanded Get","values":[]},{"name":"grid","description":"Sets the grid.","values":[{"name":"IgcPivotGridComponent"}]}],"references":[]},{"name":"igc-pivot-grid","description":"Pivot Grid provides a way to present and manipulate data in a pivot table view.\n---\n\n\n### **Events:**\n - **dimensionsChange** - Emitted when the dimension collection is changed via the grid chip area.\n- **pivotConfigurationChange** - Emitted when any of the pivotConfiguration properties is changed via the grid chip area.\n- **dimensionInit** - Emitted when the dimension is initialized.\n- **valueInit** - Emitted when the value is initialized.\n- **dimensionsSortingExpressionsChange** - Emitted when a dimension is sorted.\n- **valuesChange** - Emitted when the values collection is changed via the grid chip area.\n- **filteringExpressionsTreeChange** - Emitted after filtering is performed.\n- **advancedFilteringExpressionsTreeChange** - Emitted after advanced filtering is performed.\n- **gridScroll** - Emitted when grid is scrolled horizontally/vertically.\n- **cellClick** - Emitted when a cell is clicked.\n- **rowClick** - Emitted when a row is clicked.\n- **formGroupCreated** - Emitted when formGroup is created on edit of row/cell.\n- **validationStatusChange** - Emitted when grid's validation status changes.\n- **selected** - Emitted when a cell is selected.\n- **rowSelectionChanging** - Emitted when `IgxGridRowComponent` is selected.\n- **columnSelectionChanging** - Emitted when `IgxColumnComponent` is selected.\n- **columnPin** - Emitted before `IgxColumnComponent` is pinned.\n- **columnPinned** - Emitted after `IgxColumnComponent` is pinned.\n- **cellEditEnter** - Emitted when cell enters edit mode.\n- **cellEditExit** - Emitted when cell exits edit mode.\n- **cellEdit** - Emitted when cell has been edited.\n- **cellEditDone** - Emitted after cell has been edited and editing has been committed.\n- **rowEditEnter** - Emitted when a row enters edit mode.\n- **rowEdit** - Emitted when exiting edit mode for a row.\n- **rowEditDone** - Emitted after exiting edit mode for a row and editing has been committed.\n- **rowEditExit** - Emitted when row editing is canceled.\n- **columnInit** - Emitted when a column is initialized.\n- **columnsAutogenerated**\n- **sorting** - Emitted before sorting expressions are applied.\n- **sortingDone** - Emitted after sorting is completed.\n- **filtering** - Emitted before filtering expressions are applied.\n- **filteringDone** - Emitted after filtering is performed through the UI.\n- **rowAdded** - Emitted when a row is added.\n- **rowDeleted** - Emitted when a row is deleted.\n- **rowDelete** - Emmited when deleting a row.\n- **rowAdd** - Emmited just before the newly added row is commited.\n- **columnResized** - Emitted after column is resized.\n- **contextMenu** - Emitted when a cell or row is right clicked.\n- **doubleClick** - Emitted when a cell is double clicked.\n- **columnVisibilityChanging** - Emitted before column visibility is changed.\n- **columnVisibilityChanged** - Emitted after column visibility is changed.\n- **columnMovingStart** - Emitted when column moving starts.\n- **columnMoving** - Emitted during the column moving operation.\n- **columnMovingEnd** - Emitted when column moving ends.\n- **gridKeydown** - Emitted when keydown is triggered over element inside grid's body.\n- **rowDragStart** - Emitted when start dragging a row.\n- **rowDragEnd** - Emitted when dropping a row.\n- **gridCopy** - Emitted when a copy operation is executed.\n- **selectedRowsChange**\n- **rowToggle** - Emitted when the expanded state of a row gets changed.\n- **rowPinning** - Emitted when the pinned state of a row is changed.\n- **rowPinned** - Emitted when the pinned state of a row is changed.\n- **activeNodeChange** - Emmited when the active node is changed.\n- **sortingExpressionsChange** - Emitted before sorting is performed.\n- **toolbarExporting** - Emitted when an export process is initiated by the user.\n- **rangeSelected** - Emitted when making a range selection.\n- **rendered** - Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM\n- **dataChanging** - Emitted before the grid's data view is changed because of a data operation, rebinding, etc.\n- **dataChanged** - Emitted after the grid's data view is changed because of a data operation, rebinding, etc.","attributes":[{"name":"pivot-configuration","description":"Gets/Sets the pivot configuration with all related dimensions and values.","values":[{"name":"IgcPivotConfiguration"}]},{"name":"auto-generate-config","description":"Gets/Sets whether to auto-generate the pivot configuration based on the provided data.","values":[]},{"name":"pivot-ui","values":[{"name":"IgcPivotUISettings"}]},{"name":"super-compact-mode","description":"Enables a super compact theme for the component.","values":[]},{"name":"default-expand-state","description":"Gets/Sets the default expand state for all rows.","values":[]},{"name":"data","description":"Gets/Sets the array of data that populates the component.","values":[{"name":"any[]"}]},{"name":"snackbar-display-time","description":"Gets/Sets the display time for the row adding snackbar notification.","values":[]},{"name":"auto-generate","description":"Gets/Sets whether to auto-generate the columns.","values":[]},{"name":"auto-generate-exclude","description":"Gets/Sets a list of property keys to be excluded from the generated column collection","values":[{"name":"string[]"}]},{"name":"moving","description":"Controls whether columns moving is enabled in the grid.","values":[]},{"name":"summary-row-height","description":"Get/Set IgxSummaryRow height","values":[]},{"name":"data-clone-strategy","description":"Gets/Sets the data clone strategy of the grid when in edit mode.","values":[{"name":"IgcDataCloneStrategy"}]},{"name":"clipboard-options","description":"Controls the copy behavior of the grid.","values":[{"name":"IgcClipboardOptions"}]},{"name":"row-classes","description":"Sets a conditional class selector to the grid's row element. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class and the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"row-styles","description":"Sets conditional style properties on the grid row element. It accepts an object literal where the keys are the style properties and the value is an expression to be evaluated.","values":[]},{"name":"primary-key","description":"Gets/Sets the primary key.","values":[]},{"name":"column-list","values":[{"name":"IgcColumnComponent[]"}]},{"name":"action-strip-components","values":[{"name":"IgcActionStripToken[]"}]},{"name":"toolbar","values":[{"name":"IgcGridToolbarComponent[]"}]},{"name":"pagination-components","values":[{"name":"IgcPaginatorComponent[]"}]},{"name":"resource-strings","description":"Gets/Sets the resource strings.","values":[{"name":"IgcGridResourceStrings"}]},{"name":"filtering-logic","description":"Gets/Sets the filtering logic of the `IgxGridComponent`.","values":[{"name":"FilteringLogic"}]},{"name":"filtering-expressions-tree","description":"Gets/Sets the filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"advanced-filtering-expressions-tree","description":"Gets/Sets the advanced filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"locale","description":"Gets/Sets the locale.","values":[]},{"name":"paging-mode","values":[{"name":"GridPagingMode"}]},{"name":"hide-row-selectors","description":"Gets/Sets if the row selectors are hidden.","values":[]},{"name":"row-draggable","description":"Gets/Sets whether rows can be moved.","values":[]},{"name":"validation-trigger","description":"Gets/Sets the trigger for validators used when editing the grid.","values":[{"name":"GridValidationTrigger"}]},{"name":"row-editable","description":"Gets/Sets whether the rows are editable.","values":[]},{"name":"height","description":"Gets/Sets the height.","values":[]},{"name":"width","description":"Gets/Sets the width of the grid.","values":[]},{"name":"row-height","description":"Gets/Sets the row height.","values":[]},{"name":"column-width","description":"Gets/Sets the default width of the columns.","values":[]},{"name":"empty-grid-message","description":"Get/Sets the message displayed when there are no records.","values":[]},{"name":"is-loading","description":"Gets/Sets whether the grid is going to show a loading indicator.","values":[]},{"name":"should-generate","description":"Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid","values":[]},{"name":"empty-filtered-grid-message","description":"Gets/Sets the message displayed when there are no records and the grid is filtered.","values":[]},{"name":"pinning","description":"Gets/Sets the initial pinning configuration.","values":[{"name":"IgcPinningConfig"}]},{"name":"allow-filtering","description":"Gets/Sets if the filtering is enabled.","values":[]},{"name":"allow-advanced-filtering","description":"Gets/Sets a value indicating whether the advanced filtering is enabled.","values":[]},{"name":"filter-mode","description":"Gets/Sets the filter mode.","values":[{"name":"FilterMode"}]},{"name":"summary-position","description":"Gets/Sets the summary position.","values":[{"name":"GridSummaryPosition"}]},{"name":"summary-calculation-mode","description":"Gets/Sets the summary calculation mode.","values":[{"name":"GridSummaryCalculationMode"}]},{"name":"show-summary-on-collapse","description":"Controls whether the summary row is visible when groupBy/parent row is collapsed.","values":[]},{"name":"filter-strategy","description":"Gets/Sets the filtering strategy of the grid.","values":[{"name":"IgcFilteringStrategy"}]},{"name":"sort-strategy","description":"Gets/Sets the sorting strategy of the grid.","values":[{"name":"IgcGridSortingStrategy"}]},{"name":"sorting-options","description":"Gets/Sets the sorting options - single or multiple sorting. Accepts an `ISortingOptions` object with any of the `mode` properties.","values":[{"name":"IgcSortingOptions"}]},{"name":"selected-rows","description":"Gets/Sets the current selection state.","values":[{"name":"any[]"}]},{"name":"sorting-expressions","description":"Gets/Sets the sorting state.","values":[{"name":"IgcSortingExpression[]"}]},{"name":"batch-editing","description":"Gets/Sets whether the grid has batch editing enabled. When batch editing is enabled, changes are not made directly to the underlying data. Instead, they are stored as transactions, which can later be committed w/ the `commit` method.","values":[]},{"name":"cell-selection","description":"Gets/Sets cell selection mode.","values":[{"name":"GridSelectionMode"}]},{"name":"row-selection","description":"Gets/Sets row selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"column-selection","description":"Gets/Sets column selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"outlet","description":"Gets/Sets the outlet used to attach the grid's overlays to.","values":[{"name":"IgcOverlayOutletDirective"}]},{"name":"total-records","description":"Returns the total number of records.","values":[]},{"name":"select-row-on-click","description":"Gets/Sets whether clicking over a row should select/deselect it","values":[]}],"references":[]},{"name":"igc-grid-toolbar-title","description":"Provides a way to template the title portion of the toolbar in the grid.\n---\n","attributes":[],"references":[]},{"name":"igc-grid-toolbar-actions","description":"Provides a way to template the action portion of the toolbar in the grid.\n---\n","attributes":[],"references":[]},{"name":"igc-grid-toolbar-advanced-filtering","description":"Provides a pre-configured button to open the advanced filtering dialog of the grid.\n---\n","attributes":[{"name":"overlay-settings","values":[{"name":"IgcOverlaySettings"}]}],"references":[]},{"name":"igc-grid-toolbar-exporter","description":"Provides a pre-configured exporter component for the grid.\n---\n\n\n### **Events:**\n - **exportStarted** - Emitted when starting an export operation. Re-emitted additionally by the grid itself.\n- **exportEnded** - Emitted on successful ending of an export operation.\n- **opening** - Emits an event before the toggle container is opened.\n- **opened** - Emits an event after the toggle container is opened.\n- **closing** - Emits an event before the toggle container is closed.\n- **closed** - Emits an event after the toggle container is closed.\n- **columnToggle** - Emits when after a column's checked state is changed","attributes":[{"name":"export-csv","description":"Show entry for CSV export.","values":[]},{"name":"export-excel","description":"Show entry for Excel export.","values":[]},{"name":"filename","description":"The name for the exported file.","values":[]},{"name":"column-list-height","description":"Sets the height of the column list in the dropdown.","values":[]},{"name":"title","description":"Title text for the column action component","values":[]},{"name":"prompt","description":"The placeholder text for the search input.","values":[]},{"name":"overlay-settings","description":"Sets overlay settings","values":[{"name":"IgcOverlaySettings"}]}],"references":[]},{"name":"igc-grid-toolbar-hiding","description":"Provides a pre-configured column hiding component for the grid.\n---\n\n\n### **Events:**\n - **opening** - Emits an event before the toggle container is opened.\n- **opened** - Emits an event after the toggle container is opened.\n- **closing** - Emits an event before the toggle container is closed.\n- **closed** - Emits an event after the toggle container is closed.\n- **columnToggle** - Emits when after a column's checked state is changed","attributes":[{"name":"column-list-height","description":"Sets the height of the column list in the dropdown.","values":[]},{"name":"title","description":"Title text for the column action component","values":[]},{"name":"prompt","description":"The placeholder text for the search input.","values":[]},{"name":"overlay-settings","description":"Sets overlay settings","values":[{"name":"IgcOverlaySettings"}]}],"references":[]},{"name":"igc-grid-toolbar-pinning","description":"Provides a pre-configured column pinning component for the grid.\n---\n\n\n### **Events:**\n - **opening** - Emits an event before the toggle container is opened.\n- **opened** - Emits an event after the toggle container is opened.\n- **closing** - Emits an event before the toggle container is closed.\n- **closed** - Emits an event after the toggle container is closed.\n- **columnToggle** - Emits when after a column's checked state is changed","attributes":[{"name":"column-list-height","description":"Sets the height of the column list in the dropdown.","values":[]},{"name":"title","description":"Title text for the column action component","values":[]},{"name":"prompt","description":"The placeholder text for the search input.","values":[]},{"name":"overlay-settings","description":"Sets overlay settings","values":[{"name":"IgcOverlaySettings"}]}],"references":[]},{"name":"igc-tree-grid","description":"**Ignite UI for Angular Tree Grid** - [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid) The Ignite UI Tree Grid displays and manipulates hierarchical data with consistent schema formatted as a table and provides features such as sorting, filtering, editing, column pinning, paging, column moving and hiding. Example:\n---\n\n\n### **Events:**\n - **filteringExpressionsTreeChange** - Emitted after filtering is performed.\n- **advancedFilteringExpressionsTreeChange** - Emitted after advanced filtering is performed.\n- **gridScroll** - Emitted when grid is scrolled horizontally/vertically.\n- **cellClick** - Emitted when a cell is clicked.\n- **rowClick** - Emitted when a row is clicked.\n- **formGroupCreated** - Emitted when formGroup is created on edit of row/cell.\n- **validationStatusChange** - Emitted when grid's validation status changes.\n- **selected** - Emitted when a cell is selected.\n- **rowSelectionChanging** - Emitted when `IgxGridRowComponent` is selected.\n- **columnSelectionChanging** - Emitted when `IgxColumnComponent` is selected.\n- **columnPin** - Emitted before `IgxColumnComponent` is pinned.\n- **columnPinned** - Emitted after `IgxColumnComponent` is pinned.\n- **cellEditEnter** - Emitted when cell enters edit mode.\n- **cellEditExit** - Emitted when cell exits edit mode.\n- **cellEdit** - Emitted when cell has been edited.\n- **cellEditDone** - Emitted after cell has been edited and editing has been committed.\n- **rowEditEnter** - Emitted when a row enters edit mode.\n- **rowEdit** - Emitted when exiting edit mode for a row.\n- **rowEditDone** - Emitted after exiting edit mode for a row and editing has been committed.\n- **rowEditExit** - Emitted when row editing is canceled.\n- **columnInit** - Emitted when a column is initialized.\n- **columnsAutogenerated**\n- **sorting** - Emitted before sorting expressions are applied.\n- **sortingDone** - Emitted after sorting is completed.\n- **filtering** - Emitted before filtering expressions are applied.\n- **filteringDone** - Emitted after filtering is performed through the UI.\n- **rowAdded** - Emitted when a row is added.\n- **rowDeleted** - Emitted when a row is deleted.\n- **rowDelete** - Emmited when deleting a row.\n- **rowAdd** - Emmited just before the newly added row is commited.\n- **columnResized** - Emitted after column is resized.\n- **contextMenu** - Emitted when a cell or row is right clicked.\n- **doubleClick** - Emitted when a cell is double clicked.\n- **columnVisibilityChanging** - Emitted before column visibility is changed.\n- **columnVisibilityChanged** - Emitted after column visibility is changed.\n- **columnMovingStart** - Emitted when column moving starts.\n- **columnMoving** - Emitted during the column moving operation.\n- **columnMovingEnd** - Emitted when column moving ends.\n- **gridKeydown** - Emitted when keydown is triggered over element inside grid's body.\n- **rowDragStart** - Emitted when start dragging a row.\n- **rowDragEnd** - Emitted when dropping a row.\n- **gridCopy** - Emitted when a copy operation is executed.\n- **selectedRowsChange**\n- **rowToggle** - Emitted when the expanded state of a row gets changed.\n- **rowPinning** - Emitted when the pinned state of a row is changed.\n- **rowPinned** - Emitted when the pinned state of a row is changed.\n- **activeNodeChange** - Emmited when the active node is changed.\n- **sortingExpressionsChange** - Emitted before sorting is performed.\n- **toolbarExporting** - Emitted when an export process is initiated by the user.\n- **rangeSelected** - Emitted when making a range selection.\n- **rendered** - Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM\n- **dataChanging** - Emitted before the grid's data view is changed because of a data operation, rebinding, etc.\n- **dataChanged** - Emitted after the grid's data view is changed because of a data operation, rebinding, etc.","attributes":[{"name":"child-data-key","description":"Sets the child data key of the `IgxTreeGridComponent`.","values":[]},{"name":"foreign-key","description":"Sets the foreign key of the `IgxTreeGridComponent`.","values":[]},{"name":"has-children-key","description":"Sets the key indicating whether a row has children. This property is only used for load on demand scenarios.","values":[]},{"name":"cascade-on-delete","description":"Sets whether child records should be deleted when their parent gets deleted. By default it is set to true and deletes all children along with the parent.","values":[]},{"name":"load-children-on-demand","description":"Sets a callback for loading child rows on demand.","values":[]},{"name":"id","description":"Sets the value of the `id` attribute. If not provided it will be automatically generated.","values":[]},{"name":"root-records","description":"Returns an array of the root level `ITreeGridRecord`s.","values":[{"name":"IgcTreeGridRecord[]"}]},{"name":"processed-root-records","description":"Returns an array of processed (filtered and sorted) root `ITreeGridRecord`s.","values":[{"name":"IgcTreeGridRecord[]"}]},{"name":"data","description":"Gets/Sets the array of data that populates the component.","values":[{"name":"any[]"}]},{"name":"expansion-depth","description":"Sets the count of levels to be expanded in the `IgxTreeGridComponent`. By default it is set to `Infinity` which means all levels would be expanded.","values":[]},{"name":"snackbar-display-time","description":"Gets/Sets the display time for the row adding snackbar notification.","values":[]},{"name":"auto-generate","description":"Gets/Sets whether to auto-generate the columns.","values":[]},{"name":"auto-generate-exclude","description":"Gets/Sets a list of property keys to be excluded from the generated column collection","values":[{"name":"string[]"}]},{"name":"moving","description":"Controls whether columns moving is enabled in the grid.","values":[]},{"name":"summary-row-height","description":"Get/Set IgxSummaryRow height","values":[]},{"name":"data-clone-strategy","description":"Gets/Sets the data clone strategy of the grid when in edit mode.","values":[{"name":"IgcDataCloneStrategy"}]},{"name":"clipboard-options","description":"Controls the copy behavior of the grid.","values":[{"name":"IgcClipboardOptions"}]},{"name":"row-classes","description":"Sets a conditional class selector to the grid's row element. Accepts an object literal, containing key-value pairs, where the key is the name of the CSS class and the value is either a callback function that returns a boolean, or boolean, like so:","values":[]},{"name":"row-styles","description":"Sets conditional style properties on the grid row element. It accepts an object literal where the keys are the style properties and the value is an expression to be evaluated.","values":[]},{"name":"primary-key","description":"Gets/Sets the primary key.","values":[]},{"name":"column-list","values":[{"name":"IgcColumnComponent[]"}]},{"name":"action-strip-components","values":[{"name":"IgcActionStripToken[]"}]},{"name":"toolbar","values":[{"name":"IgcGridToolbarComponent[]"}]},{"name":"pagination-components","values":[{"name":"IgcPaginatorComponent[]"}]},{"name":"resource-strings","description":"Gets/Sets the resource strings.","values":[{"name":"IgcGridResourceStrings"}]},{"name":"filtering-logic","description":"Gets/Sets the filtering logic of the `IgxGridComponent`.","values":[{"name":"FilteringLogic"}]},{"name":"filtering-expressions-tree","description":"Gets/Sets the filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"advanced-filtering-expressions-tree","description":"Gets/Sets the advanced filtering state.","values":[{"name":"IgcFilteringExpressionsTree"}]},{"name":"locale","description":"Gets/Sets the locale.","values":[]},{"name":"paging-mode","values":[{"name":"GridPagingMode"}]},{"name":"hide-row-selectors","description":"Gets/Sets if the row selectors are hidden.","values":[]},{"name":"row-draggable","description":"Gets/Sets whether rows can be moved.","values":[]},{"name":"validation-trigger","description":"Gets/Sets the trigger for validators used when editing the grid.","values":[{"name":"GridValidationTrigger"}]},{"name":"row-editable","description":"Gets/Sets whether the rows are editable.","values":[]},{"name":"height","description":"Gets/Sets the height.","values":[]},{"name":"width","description":"Gets/Sets the width of the grid.","values":[]},{"name":"row-height","description":"Gets/Sets the row height.","values":[]},{"name":"column-width","description":"Gets/Sets the default width of the columns.","values":[]},{"name":"empty-grid-message","description":"Get/Sets the message displayed when there are no records.","values":[]},{"name":"is-loading","description":"Gets/Sets whether the grid is going to show a loading indicator.","values":[]},{"name":"should-generate","description":"Gets/Sets whether the columns should be auto-generated once again after the initialization of the grid","values":[]},{"name":"empty-filtered-grid-message","description":"Gets/Sets the message displayed when there are no records and the grid is filtered.","values":[]},{"name":"pinning","description":"Gets/Sets the initial pinning configuration.","values":[{"name":"IgcPinningConfig"}]},{"name":"allow-filtering","description":"Gets/Sets if the filtering is enabled.","values":[]},{"name":"allow-advanced-filtering","description":"Gets/Sets a value indicating whether the advanced filtering is enabled.","values":[]},{"name":"filter-mode","description":"Gets/Sets the filter mode.","values":[{"name":"FilterMode"}]},{"name":"summary-position","description":"Gets/Sets the summary position.","values":[{"name":"GridSummaryPosition"}]},{"name":"summary-calculation-mode","description":"Gets/Sets the summary calculation mode.","values":[{"name":"GridSummaryCalculationMode"}]},{"name":"show-summary-on-collapse","description":"Controls whether the summary row is visible when groupBy/parent row is collapsed.","values":[]},{"name":"filter-strategy","description":"Gets/Sets the filtering strategy of the grid.","values":[{"name":"IgcFilteringStrategy"}]},{"name":"sort-strategy","description":"Gets/Sets the sorting strategy of the grid.","values":[{"name":"IgcGridSortingStrategy"}]},{"name":"sorting-options","description":"Gets/Sets the sorting options - single or multiple sorting. Accepts an `ISortingOptions` object with any of the `mode` properties.","values":[{"name":"IgcSortingOptions"}]},{"name":"selected-rows","description":"Gets/Sets the current selection state.","values":[{"name":"any[]"}]},{"name":"sorting-expressions","description":"Gets/Sets the sorting state.","values":[{"name":"IgcSortingExpression[]"}]},{"name":"batch-editing","description":"Gets/Sets whether the grid has batch editing enabled. When batch editing is enabled, changes are not made directly to the underlying data. Instead, they are stored as transactions, which can later be committed w/ the `commit` method.","values":[]},{"name":"cell-selection","description":"Gets/Sets cell selection mode.","values":[{"name":"GridSelectionMode"}]},{"name":"row-selection","description":"Gets/Sets row selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"column-selection","description":"Gets/Sets column selection mode","values":[{"name":"GridSelectionMode"}]},{"name":"outlet","description":"Gets/Sets the outlet used to attach the grid's overlays to.","values":[{"name":"IgcOverlayOutletDirective"}]},{"name":"total-records","description":"Returns the total number of records.","values":[]},{"name":"select-row-on-click","description":"Gets/Sets whether clicking over a row should select/deselect it","values":[]}],"references":[]},{"name":"igc-grid-toolbar","description":"Provides a context-aware container component for UI operations for the grid components.\n---\n","attributes":[{"name":"show-progress","description":"When enabled, shows the indeterminate progress bar.","values":[]},{"name":"grid","description":"Gets/sets the grid component for the toolbar component.","values":[{"name":"IgcGridBaseDirective"}]}],"references":[]},{"name":"igc-paginator","description":"Paginator component description\n---\n\n\n### **Events:**\n - **perPageChange** - Emitted when `perPage` property value of the paginator is changed.\n- **pageChange** - Emitted after the current page is changed.\n- **paging** - Emitted before paging is performed.\n- **pagingDone** - Emitted after paging is performed.","attributes":[{"name":"total-pages","description":"Total pages calculated from totalRecords and perPage","values":[]},{"name":"page","description":"Gets/Sets the current page of the paginator. The default is 0.","values":[]},{"name":"per-page","description":"Gets/Sets the number of visible items per page in the paginator. The default is 15.","values":[]},{"name":"total-records","description":"Sets the total records.","values":[]},{"name":"select-options","description":"Sets custom options in the select of the paginator","values":[{"name":"number[]"}]},{"name":"overlay-settings","description":"Sets custom OverlaySettings.","values":[{"name":"IgcOverlaySettings"}]},{"name":"resource-strings","description":"An accessor that sets the resource strings. By default it uses EN resources.","values":[{"name":"IgcPaginatorResourceStrings"}]}],"references":[]}]
|
|
5
|
+
}
|