igniteui-webcomponents-grids 7.1.0 → 7.2.0-beta.1

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.
Files changed (90) hide show
  1. package/custom-elements.json +24487 -10990
  2. package/grids/3rdpartylicenses.txt +158 -524
  3. package/grids/combined.js +63752 -62828
  4. package/grids/lib/igc-action-strip-component.d.ts +0 -39
  5. package/grids/lib/igc-base-exporter.d.ts +1 -25
  6. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
  7. package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
  8. package/grids/lib/igc-column-component.d.ts +0 -489
  9. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
  10. package/grids/lib/igc-column-group-component.d.ts +0 -55
  11. package/grids/lib/igc-column-layout-component.d.ts +0 -12
  12. package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
  13. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
  14. package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
  15. package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
  16. package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
  17. package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
  18. package/grids/lib/igc-date-summary-operand.d.ts +1 -38
  19. package/grids/lib/igc-dimensions-change.d.ts +1 -0
  20. package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
  21. package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
  22. package/grids/lib/igc-exporter-event-args.d.ts +12 -16
  23. package/grids/lib/igc-exporter-options-base.d.ts +4 -63
  24. package/grids/lib/igc-expression-tree.d.ts +1 -0
  25. package/grids/lib/igc-field-type.d.ts +0 -2
  26. package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
  27. package/grids/lib/igc-filtering-operand.d.ts +0 -4
  28. package/grids/lib/igc-filtering-operation.d.ts +0 -2
  29. package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
  30. package/grids/lib/igc-grid-base-component.d.ts +305 -0
  31. package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
  32. package/grids/lib/igc-grid-component.d.ts +18 -512
  33. package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
  34. package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
  35. package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
  36. package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
  37. package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
  38. package/grids/lib/igc-grid-state-component.d.ts +0 -5
  39. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
  40. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
  41. package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
  42. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
  43. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
  44. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
  45. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
  46. package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
  47. package/grids/lib/igc-hierarchical-grid-base-component.d.ts +156 -0
  48. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
  49. package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -172
  50. package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
  51. package/grids/lib/igc-number-summary-operand.d.ts +1 -53
  52. package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
  53. package/grids/lib/igc-paginator-component.d.ts +2 -81
  54. package/grids/lib/igc-pinning-config.d.ts +2 -0
  55. package/grids/lib/igc-pivot-aggregation.d.ts +19 -0
  56. package/grids/lib/igc-pivot-aggregator.d.ts +3 -2
  57. package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
  58. package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
  59. package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
  60. package/grids/lib/igc-pivot-value.d.ts +1 -1
  61. package/grids/lib/igc-position-settings.d.ts +4 -0
  62. package/grids/lib/igc-position-strategy.d.ts +1 -4
  63. package/grids/lib/igc-query-builder-component.d.ts +1 -14
  64. package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
  65. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
  66. package/grids/lib/igc-row-directive.d.ts +1 -55
  67. package/grids/lib/igc-row-island-base-component.d.ts +76 -0
  68. package/grids/lib/igc-row-island-component.d.ts +68 -1132
  69. package/grids/lib/igc-scroll-strategy.d.ts +1 -7
  70. package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
  71. package/grids/lib/igc-summary-operand.d.ts +1 -33
  72. package/grids/lib/igc-summary-result.d.ts +0 -9
  73. package/grids/lib/igc-time-summary-operand.d.ts +0 -11
  74. package/grids/lib/igc-tree-grid-base-component.d.ts +226 -0
  75. package/grids/lib/igc-tree-grid-component.d.ts +23 -341
  76. package/grids/lib/igc-validation-errors.d.ts +4 -0
  77. package/grids/lib/index.d.ts +60 -55
  78. package/grids/lib/pivot-row-layout-type.d.ts +1 -1
  79. package/grids/lib/pivot-summary-position.d.ts +1 -1
  80. package/grids/themes/dark/bootstrap.css +1 -1
  81. package/grids/themes/dark/fluent.css +1 -1
  82. package/grids/themes/dark/indigo.css +1 -1
  83. package/grids/themes/dark/material.css +1 -1
  84. package/grids/themes/light/bootstrap.css +1 -1
  85. package/grids/themes/light/fluent.css +1 -1
  86. package/grids/themes/light/indigo.css +1 -1
  87. package/grids/themes/light/material.css +1 -1
  88. package/package.json +1 -1
  89. package/vscode.html-custom-data.json +1 -1
  90. package/web-types.json +1 -1
@@ -52,19 +52,6 @@ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
52
52
  /* blazorIndirectRender */
53
53
  /**
54
54
  * Pivot Grid provides a way to present and manipulate data in a pivot table view.
55
- *
56
- * @igxModule IgxPivotGridModule
57
- * @igxGroup Grids & Lists
58
- * @igxKeywords pivot, grid, table
59
- * @igxTheme igx-grid-theme
60
- * @remarks
61
- * The Ignite UI Pivot Grid is used for grouping and aggregating simple flat data into a pivot table. Once data
62
- * has been bound and the dimensions and values configured it can be manipulated via sorting and filtering.
63
- * @example
64
- * ```html
65
- * <igx-pivot-grid [data]="data" [pivotConfiguration]="configuration">
66
- * </igx-pivot-grid>
67
- * ```
68
55
  */
69
56
 
70
57
  export declare class IgcPivotGridComponent extends EventEmitterMixin<IgcPivotGridComponentEventMap, AbstractConstructor<IgcGridBaseDirective>>(IgcGridBaseDirective)
@@ -81,11 +68,6 @@ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
81
68
 
82
69
  /**
83
70
  * Gets the sorting expressions generated for the dimensions.
84
- *
85
- * @example
86
- * ```typescript
87
- * const expressions = this.grid.dimensionsSortingExpressions;
88
- * ```
89
71
  */
90
72
  public get dimensionsSortingExpressions(): IgcSortingExpression[];
91
73
 
@@ -93,11 +75,6 @@ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
93
75
 
94
76
  /**
95
77
  * Gets/Sets a custom template for the value chips.
96
- *
97
- * @example
98
- * ```html
99
- * <igx-pivot-grid [valueChipTemplate]="myTemplate"><igx-pivot-grid>
100
- * ```
101
78
  */
102
79
  public set valueChipTemplate(value: IgcRenderFunction<IgcPivotGridValueTemplateContext>);
103
80
  public get valueChipTemplate(): IgcRenderFunction<IgcPivotGridValueTemplateContext>;
@@ -113,11 +90,6 @@ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
113
90
  /* @tsTwoWayProperty (true, "PivotConfigurationChange", "Detail.PivotConfiguration", false) */
114
91
  /**
115
92
  * Gets/Sets the pivot configuration with all related dimensions and values.
116
- *
117
- * @example
118
- * ```html
119
- * <igx-pivot-grid [pivotConfiguration]="config"></igx-pivot-grid>
120
- * ```
121
93
  */
122
94
  /* @tsTwoWayProperty (true, "PivotConfigurationChange", "Detail.PivotConfiguration", false) */
123
95
  /* @blazorSynthesizeTwoWayBind */
@@ -128,13 +100,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
128
100
 
129
101
  /**
130
102
  * Gets/Sets whether to auto-generate the pivot configuration based on the provided data.
131
- *
132
- * @remarks
133
- * The default value is false. When set to true, it will override all dimensions and values in the pivotConfiguration.
134
- * @example
135
- * ```html
136
- * <igx-pivot-grid [data]="Data" [autoGenerateConfig]="true"></igx-pivot-grid>
137
- * ```
138
103
  */
139
104
  public set autoGenerateConfig(value: boolean);
140
105
  public get autoGenerateConfig(): boolean;
@@ -148,12 +113,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
148
113
 
149
114
  /**
150
115
  * Enables a super compact theme for the component.
151
- * @remarks
152
- * Overrides the grid size option if one is set.
153
- * @example
154
- * ```html
155
- * <igx-pivot-grid [superCompactMode]="true"></igx-pivot-grid>
156
- * ```
157
116
  */
158
117
  public set superCompactMode(value: boolean);
159
118
  public get superCompactMode(): boolean;
@@ -175,11 +134,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
175
134
 
176
135
  /**
177
136
  * Gets the full list of dimensions.
178
- *
179
- * @example
180
- * ```typescript
181
- * const dimensions = this.grid.allDimensions;
182
- * ```
183
137
  */
184
138
  public get allDimensions(): IgcPivotDimension[];
185
139
 
@@ -189,9 +143,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
189
143
  /* blazorAlternateType: object */
190
144
  /**
191
145
  * Gets/Sets the array of data that populates the component.
192
- * ```html
193
- * <igx-pivot-grid [data]="Data"></igx-pivot-grid>
194
- * ```
195
146
  */
196
147
  public set data(value: any[]);
197
148
  public get data(): any[];
@@ -200,11 +151,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
200
151
 
201
152
  /**
202
153
  * Gets/Sets a custom template when pivot grid is empty.
203
- *
204
- * @example
205
- * ```html
206
- * <igx-pivot-grid [emptyPivotGridTemplate]="myTemplate"><igx-pivot-grid>
207
- * ```
208
154
  */
209
155
  public set emptyPivotGridTemplate(value: IgcRenderFunction<void>);
210
156
  public get emptyPivotGridTemplate(): IgcRenderFunction<void>;
@@ -232,13 +178,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
232
178
 
233
179
  /**
234
180
  * Auto-sizes row dimension cells.
235
- *
236
- * @remarks
237
- * Only sizes based on the dimension cells in view.
238
- * @example
239
- * ```typescript
240
- * this.grid.autoSizeRowDimension(dimension);
241
- * ```
242
181
  * @param dimension The row dimension to size.
243
182
  */
244
183
  public autoSizeRowDimension(dimension: IgcPivotDimension): void;
@@ -247,11 +186,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
247
186
 
248
187
  /**
249
188
  * Inserts dimension in target collection by type at specified index or at the collection's end.
250
- *
251
- * @example
252
- * ```typescript
253
- * this.grid.insertDimensionAt(dimension, PivotDimensionType.Row, 1);
254
- * ```
255
189
  * @param dimension The dimension that will be added.
256
190
  * @param targetCollectionType The target collection type to add to. Can be Row, Column or Filter.
257
191
  * @param index The index in the collection at which to add.
@@ -263,11 +197,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
263
197
 
264
198
  /**
265
199
  * Move dimension from its currently collection to the specified target collection by type at specified index or at the collection's end.
266
- *
267
- * @example
268
- * ```typescript
269
- * this.grid.moveDimension(dimension, PivotDimensionType.Row, 1);
270
- * ```
271
200
  * @param dimension The dimension that will be moved.
272
201
  * @param targetCollectionType The target collection type to move it to. Can be Row, Column or Filter.
273
202
  * @param index The index in the collection at which to add.
@@ -279,13 +208,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
279
208
 
280
209
  /**
281
210
  * Removes dimension from its currently collection.
282
- * @remarks
283
- * This is different than toggleDimension that enabled/disables the dimension.
284
- * This completely removes the specified dimension from the collection.
285
- * @example
286
- * ```typescript
287
- * this.grid.removeDimension(dimension);
288
- * ```
289
211
  * @param dimension The dimension to be removed.
290
212
  */
291
213
  public removeDimension(dimension: IgcPivotDimension): void;
@@ -294,12 +216,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
294
216
 
295
217
  /**
296
218
  * Toggles the dimension's enabled state on or off.
297
- * @remarks
298
- * The dimension remains in its current collection. This just changes its enabled state.
299
- * @example
300
- * ```typescript
301
- * this.grid.toggleDimension(dimension);
302
- * ```
303
219
  * @param dimension The dimension to be toggled.
304
220
  */
305
221
  public toggleDimension(dimension: IgcPivotDimension): void;
@@ -308,11 +224,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
308
224
 
309
225
  /**
310
226
  * Inserts value at specified index or at the end.
311
- *
312
- * @example
313
- * ```typescript
314
- * this.grid.insertValueAt(value, 1);
315
- * ```
316
227
  * @param value The value definition that will be added.
317
228
  * @param index The index in the collection at which to add.
318
229
  * This parameter is optional. If not set it will add it to the end of the collection.
@@ -323,11 +234,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
323
234
 
324
235
  /**
325
236
  * Move value from its currently at specified index or at the end.
326
- *
327
- * @example
328
- * ```typescript
329
- * this.grid.moveValue(value, 1);
330
- * ```
331
237
  * @param value The value that will be moved.
332
238
  * @param index The index in the collection at which to add.
333
239
  * This parameter is optional. If not set it will add it to the end of the collection.
@@ -338,13 +244,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
338
244
 
339
245
  /**
340
246
  * Removes value from collection.
341
- * @remarks
342
- * This is different than toggleValue that enabled/disables the value.
343
- * This completely removes the specified value from the collection.
344
- * @example
345
- * ```typescript
346
- * this.grid.removeValue(dimension);
347
- * ```
348
247
  * @param value The value to be removed.
349
248
  */
350
249
  public removeValue(value: IgcPivotValue): void;
@@ -353,12 +252,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
353
252
 
354
253
  /**
355
254
  * Toggles the value's enabled state on or off.
356
- * @remarks
357
- * The value remains in its current collection. This just changes its enabled state.
358
- * @example
359
- * ```typescript
360
- * this.grid.toggleValue(value);
361
- * ```
362
255
  * @param value The value to be toggled.
363
256
  */
364
257
  public toggleValue(value: IgcPivotValue): void;
@@ -367,10 +260,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
367
260
 
368
261
  /**
369
262
  * Sort the dimension and its children in the provided direction.
370
- * @example
371
- * ```typescript
372
- * this.grid.sortDimension(dimension, SortingDirection.Asc);
373
- * ```
374
263
  * @param value The value to be toggled.
375
264
  */
376
265
  public sortDimension(dimension: IgcPivotDimension, sortDirection: SortingDirection): void;
@@ -379,16 +268,6 @@ public set pivotConfiguration(value: IgcPivotConfiguration);
379
268
 
380
269
  /**
381
270
  * Filters a single `IPivotDimension`.
382
- *
383
- * @example
384
- * ```typescript
385
- * public filter() {
386
- * const set = new Set();
387
- * set.add('Value 1');
388
- * set.add('Value 2');
389
- * this.grid1.filterDimension(this.pivotConfigHierarchy.rows[0], set, IgxStringFilteringOperand.instance().condition('in'));
390
- * }
391
- * ```
392
271
  */
393
272
  public filterDimension(dimension: IgcPivotDimension, value: any, conditionOrExpressionTree?: IgcFilteringExpressionsTree | IgcFilteringOperation): void;
394
273
 
@@ -398,73 +277,31 @@ export declare interface IgcPivotGridComponentEventMap extends IgcGridBaseDirect
398
277
 
399
278
  /**
400
279
  * Emitted when the dimension collection is changed via the grid chip area.
401
- *
402
- * @remarks
403
- * Returns the new dimension collection and its type:
404
- * @example
405
- * ```html
406
- * <igx-pivot-grid #grid [data]="localData" [height]="'305px'"
407
- * (dimensionsChange)="dimensionsChange($event)"></igx-grid>
408
- * ```
409
280
  */
410
281
  dimensionsChange: CustomEvent<IgcDimensionsChange>;
411
282
 
412
283
  /**
413
284
  * Emitted when any of the pivotConfiguration properties is changed via the grid chip area.
414
- *
415
- * @example
416
- * ```html
417
- * <igx-pivot-grid #grid [data]="localData" [height]="'305px'"
418
- * (pivotConfigurationChanged)="configurationChanged($event)"></igx-grid>
419
- * ```
420
285
  */
421
286
  pivotConfigurationChange: CustomEvent<IgcPivotConfigurationChangedEventArgs>;
422
287
 
423
288
  /**
424
289
  * Emitted when the dimension is initialized.
425
- * @remarks
426
- * Emits the dimension that is about to be initialized.
427
- * @example
428
- * ```html
429
- * <igx-pivot-grid #grid [data]="localData" [height]="'305px'"
430
- * (dimensionInit)="dimensionInit($event)"></igx-pivot-grid>
431
- * ```
432
290
  */
433
291
  dimensionInit: CustomEvent<IgcPivotDimension>;
434
292
 
435
293
  /**
436
294
  * Emitted when the value is initialized.
437
- * @remarks
438
- * Emits the value that is about to be initialized.
439
- * @example
440
- * ```html
441
- * <igx-pivot-grid #grid [data]="localData" [height]="'305px'"
442
- * (valueInit)="valueInit($event)"></igx-pivot-grid>
443
- * ```
444
295
  */
445
296
  valueInit: CustomEvent<IgcPivotValue>;
446
297
 
447
298
  /**
448
299
  * Emitted when a dimension is sorted.
449
- *
450
- * @example
451
- * ```html
452
- * <igx-pivot-grid #grid [data]="localData" [height]="'305px'"
453
- * (dimensionsSortingExpressionsChange)="dimensionsSortingExpressionsChange($event)"></igx-pivot-grid>
454
- * ```
455
300
  */
456
301
  dimensionsSortingExpressionsChange: CustomEvent<IgcSortingExpression[]>;
457
302
 
458
303
  /**
459
304
  * Emitted when the values collection is changed via the grid chip area.
460
- *
461
- * @remarks
462
- * Returns the new dimension
463
- * @example
464
- * ```html
465
- * <igx-pivot-grid #grid [data]="localData" [height]="'305px'"
466
- * (valuesChange)="valuesChange($event)"></igx-grid>
467
- * ```
468
305
  */
469
306
  valuesChange: CustomEvent<IgcValuesChange>;
470
307
 
@@ -42,7 +42,7 @@ import { GridColumnDataType } from './grid-column-data-type';
42
42
  public get enabled(): boolean;
43
43
 
44
44
 
45
- /** Allow conditionally styling of the IgxPivotGrid cells. */
45
+ /** Allow conditionally styling of the pivot grid cells. */
46
46
  public styles?: any;
47
47
 
48
48
 
@@ -12,18 +12,22 @@ import { IgcSize } from './igc-size';
12
12
  {
13
13
 
14
14
 
15
+ /* mustCoerceToInt */
15
16
  /** Direction in which the component should show */
16
17
  public horizontalDirection?: HorizontalAlignment;
17
18
 
18
19
 
20
+ /* mustCoerceToInt */
19
21
  /** Direction in which the component should show */
20
22
  public verticalDirection?: VerticalAlignment;
21
23
 
22
24
 
25
+ /* mustCoerceToInt */
23
26
  /** Target's starting point */
24
27
  public horizontalStartPoint?: HorizontalAlignment;
25
28
 
26
29
 
30
+ /* mustCoerceToInt */
27
31
  /** Target's starting point */
28
32
  public verticalStartPoint?: VerticalAlignment;
29
33
 
@@ -7,7 +7,7 @@ import { IgcPositionSettings } from './igc-position-settings';
7
7
 
8
8
  /**
9
9
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-position)
10
- * Position strategies determine where to display the component in the provided IgxOverlayService.
10
+ * Position strategies determine where to display the component in the provided overlay.
11
11
  */
12
12
 
13
13
  export declare class IgcPositionStrategy
@@ -24,9 +24,6 @@ import { IgcPositionSettings } from './igc-position-settings';
24
24
 
25
25
  /**
26
26
  * Clone the strategy instance.
27
- * ```typescript
28
- * settings.positionStrategy.clone();
29
- * ```
30
27
  */
31
28
  public clone(): IgcPositionStrategy;
32
29
 
@@ -16,12 +16,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
16
16
  * A component used for operating with complex filters by creating or editing conditions
17
17
  * and grouping them using AND/OR logic.
18
18
  * It is used internally in the Advanced Filtering of the Grid.
19
- *
20
- * @example
21
- * ```html
22
- * <igx-query-builder [entities]="this.entities">
23
- * </igx-query-builder>
24
- * ```
25
19
  */
26
20
 
27
21
  export declare class IgcQueryBuilderComponent extends EventEmitterMixin<IgcQueryBuilderComponentEventMap, Constructor<LitElement>>(LitElement)
@@ -45,12 +39,9 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
45
39
 
46
40
 
47
41
  /**
48
- * Gets the list of entities available for the IgxQueryBuilderComponent.
49
- *
42
+ * Gets the list of entities available for the query builder.
50
43
  * Each entity describes a logical group of fields that can be used in queries.
51
44
  * An entity can optionally have child entities, allowing nested sub-queries.
52
- *
53
- * @returns An array of {@link EntityType} objects.
54
45
  */
55
46
  public set entities(value: IgcEntityType[]);
56
47
  public get entities(): IgcEntityType[];
@@ -146,10 +137,6 @@ export declare interface IgcQueryBuilderComponentEventMap {
146
137
 
147
138
  /**
148
139
  * Event fired as the expression tree is changed.
149
- *
150
- * ```html
151
- * <igx-query-builder (expressionTreeChange)='onExpressionTreeChange()'></igx-query-builder>
152
- * ```
153
140
  */
154
141
  expressionTreeChange: CustomEvent<IgcExpressionTree>;
155
142
 
@@ -12,7 +12,6 @@ import { IgcQueryBuilderResourceStrings } from './igc-query-builder-resource-str
12
12
  /* singleInstanceIdentifier */
13
13
  /* contentParent: QueryBuilder */
14
14
  /**
15
- * @igxParent IgxQueryBuilderComponent
16
15
  */
17
16
 
18
17
  export declare class IgcQueryBuilderHeaderComponent extends HTMLElement
@@ -26,12 +25,7 @@ import { IgcQueryBuilderResourceStrings } from './igc-query-builder-resource-str
26
25
 
27
26
 
28
27
  /**
29
- * Sets the title of the `IgxQueryBuilderHeaderComponent`.
30
- *
31
- * @example
32
- * ```html
33
- * <igx-query-builder-header title="Sample Query Builder"></igx-query-builder-header>
34
- * ```
28
+ * Sets the title of the query builder header.
35
29
  */
36
30
  public set title(value: string);
37
31
  public get title(): string;
@@ -40,11 +34,6 @@ import { IgcQueryBuilderResourceStrings } from './igc-query-builder-resource-str
40
34
 
41
35
  /**
42
36
  * Show/hide the legend.
43
- *
44
- * @example
45
- * ```html
46
- * <igx-query-builder-header [showLegend]="false"></igx-query-builder-header>
47
- * ```
48
37
  * @deprecated
49
38
  */
50
39
  public set showLegend(value: boolean);
@@ -55,7 +44,6 @@ import { IgcQueryBuilderResourceStrings } from './igc-query-builder-resource-str
55
44
  /**
56
45
  * Sets the resource strings.
57
46
  * By default it uses EN resources.
58
- *
59
47
  * @deprecated
60
48
  */
61
49
  public set resourceStrings(value: IgcQueryBuilderResourceStrings);
@@ -1,5 +1,6 @@
1
1
 
2
2
  import { IgcGridBaseDirective } from './igc-grid-base-directive';
3
+ import { IgcColumnComponent } from './igc-column-component';
3
4
 
4
5
 
5
6
 
@@ -55,6 +56,33 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
55
56
 
56
57
  public rowKey: any;
57
58
 
59
+
60
+ /**
61
+ * Provides the ability to cancel the event.
62
+ */
63
+ public cancel: boolean;
64
+
65
+
66
+ /**
67
+ * @deprecated Use the `rowKey` property instead.
68
+ */
69
+ public rowID: any;
70
+
71
+
72
+ /**
73
+ * Optional
74
+ * Represents the column information of the edited cell
75
+ */
76
+ public column?: IgcColumnComponent;
77
+
78
+
79
+ /**
80
+ * Optional
81
+ * Indicates if the new value would be valid.
82
+ * It can be set to return the result of the methods for validation of the grid
83
+ */
84
+ public valid?: boolean;
85
+
58
86
  }
59
87
 
60
88
 
@@ -13,23 +13,14 @@ import { IgcCellType } from './igc-cell-type';
13
13
 
14
14
  /**
15
15
  * The data passed to the row component.
16
- *
17
- * ```typescript
18
- * // get the row data for the first selected row
19
- * let selectedRowData = this.grid.selectedRows[0].data;
20
- * ```
21
16
  */
22
17
  public set data(value: any);
23
18
  public get data(): any;
24
19
 
25
20
 
21
+
26
22
  /**
27
23
  * The index of the row.
28
- *
29
- * ```typescript
30
- * // get the index of the second selected row
31
- * let selectedRowIndex = this.grid.selectedRows[1].index;
32
- * ```
33
24
  */
34
25
  public set index(value: number);
35
26
  public get index(): number;
@@ -39,9 +30,6 @@ import { IgcCellType } from './igc-cell-type';
39
30
  /**
40
31
  * Sets whether this specific row has disabled functionality for editing and row selection.
41
32
  * Default value is `false`.
42
- * ```typescript
43
- * this.grid.selectedRows[0].pinned = true;
44
- * ```
45
33
  */
46
34
  public set disabled(value: boolean);
47
35
  public get disabled(): boolean;
@@ -51,9 +39,6 @@ import { IgcCellType } from './igc-cell-type';
51
39
  /**
52
40
  * Sets whether the row is pinned.
53
41
  * Default value is `false`.
54
- * ```typescript
55
- * this.grid.selectedRows[0].pinned = true;
56
- * ```
57
42
  */
58
43
  public set pinned(value: boolean);
59
44
  public get pinned(): boolean;
@@ -66,9 +51,6 @@ import { IgcCellType } from './igc-cell-type';
66
51
 
67
52
  /**
68
53
  * Gets the expanded state of the row.
69
- * ```typescript
70
- * let isExpanded = row.expanded;
71
- * ```
72
54
  */
73
55
  public set expanded(value: boolean);
74
56
  public get expanded(): boolean;
@@ -85,11 +67,6 @@ import { IgcCellType } from './igc-cell-type';
85
67
 
86
68
  /**
87
69
  * Gets the rendered cells in the row component.
88
- *
89
- * ```typescript
90
- * // get the cells of the third selected row
91
- * let selectedRowCells = this.grid.selectedRows[2].cells;
92
- * ```
93
70
  */
94
71
  public get cells(): IgcCellType[];
95
72
 
@@ -109,10 +86,6 @@ import { IgcCellType } from './igc-cell-type';
109
86
  * A row in the grid is identified either by:
110
87
  * - primaryKey data value,
111
88
  * - the whole data, if the primaryKey is omitted.
112
- *
113
- * ```typescript
114
- * let rowID = this.grid.selectedRows[2].key;
115
- * ```
116
89
  */
117
90
  public get key(): any;
118
91
 
@@ -120,12 +93,6 @@ import { IgcCellType } from './igc-cell-type';
120
93
 
121
94
  /**
122
95
  * Updates the specified row object and the data source record with the passed value.
123
- *
124
- * ```typescript
125
- * // update the second selected row's value
126
- * let newValue = "Apple";
127
- * this.grid.selectedRows[1].update(newValue);
128
- * ```
129
96
  */
130
97
  public update(value: any): void;
131
98
 
@@ -134,11 +101,6 @@ import { IgcCellType } from './igc-cell-type';
134
101
  /**
135
102
  * Removes the specified row from the grid's data source.
136
103
  * This method emits `rowDeleted` event.
137
- *
138
- * ```typescript
139
- * // delete the third selected row from the grid
140
- * this.grid.selectedRows[2].delete();
141
- * ```
142
104
  */
143
105
  public delete(): void;
144
106
 
@@ -151,11 +113,6 @@ import { IgcCellType } from './igc-cell-type';
151
113
  /**
152
114
  * Pins the specified row.
153
115
  * This method emits `rowPinning`\`rowPinned` event.
154
- *
155
- * ```typescript
156
- * // pin the selected row from the grid
157
- * this.grid.selectedRows[0].pin();
158
- * ```
159
116
  */
160
117
  public pin(): void;
161
118
 
@@ -164,11 +121,6 @@ import { IgcCellType } from './igc-cell-type';
164
121
  /**
165
122
  * Unpins the specified row.
166
123
  * This method emits `rowPinning`\`rowPinned` event.
167
- *
168
- * ```typescript
169
- * // unpin the selected row from the grid
170
- * this.grid.selectedRows[0].unpin();
171
- * ```
172
124
  */
173
125
  public unpin(): void;
174
126
 
@@ -176,12 +128,6 @@ import { IgcCellType } from './igc-cell-type';
176
128
 
177
129
  /**
178
130
  * Spawns the add row UI for the specific row.
179
- *
180
- * @example
181
- * ```typescript
182
- * const row = this.grid1.getRowByIndex(1);
183
- * row.beginAddRow();
184
- * ```
185
131
  */
186
132
  public beginAddRow(): void;
187
133