igniteui-angular 22.0.0-rc.1 → 22.0.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/fesm2022/igniteui-angular-accordion.mjs +1 -1
- package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-card.mjs +6 -6
- package/fesm2022/igniteui-angular-card.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +6 -6
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +34 -34
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +6 -6
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +12 -12
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +35 -23
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +51 -51
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +7 -7
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -5
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-icon.mjs +4 -4
- package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +18 -18
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +5 -5
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navbar.mjs +5 -5
- package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +2 -2
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
- package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-radio.mjs +5 -5
- package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
- package/fesm2022/igniteui-angular-select.mjs +217 -209
- package/fesm2022/igniteui-angular-select.mjs.map +1 -1
- package/fesm2022/igniteui-angular-slider.mjs +17 -17
- package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +2 -2
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs +2 -2
- package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +1 -1
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/input-group/README.md +1 -1
- package/migrations/migration-collection.json +5 -0
- package/migrations/update-22_0_0/index.d.ts +3 -0
- package/migrations/update-22_0_0/index.js +86 -0
- package/migrations/update-22_0_0/index.spec.d.ts +1 -0
- package/migrations/update-22_0_0/index.spec.js +116 -0
- package/package.json +2 -2
- package/skills/igniteui-angular-grids/references/sizing.md +1 -0
- package/skills/igniteui-angular-grids/references/structure.md +1 -0
- package/skills/igniteui-angular-grids/references/types.md +2 -1
- package/types/igniteui-angular-accordion.d.ts +3 -3
- package/types/igniteui-angular-action-strip.d.ts +1 -1
- package/types/igniteui-angular-button-group.d.ts +1 -1
- package/types/igniteui-angular-calendar.d.ts +1 -1
- package/types/igniteui-angular-card.d.ts +6 -6
- package/types/igniteui-angular-carousel.d.ts +6 -6
- package/types/igniteui-angular-chips.d.ts +38 -38
- package/types/igniteui-angular-core.d.ts +9 -9
- package/types/igniteui-angular-date-picker.d.ts +4 -4
- package/types/igniteui-angular-directives.d.ts +15 -15
- package/types/igniteui-angular-drop-down.d.ts +6 -6
- package/types/igniteui-angular-grids-core.d.ts +31 -29
- package/types/igniteui-angular-grids-grid.d.ts +51 -51
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
- package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
- package/types/igniteui-angular-icon.d.ts +4 -4
- package/types/igniteui-angular-input-group.d.ts +17 -17
- package/types/igniteui-angular-list.d.ts +7 -7
- package/types/igniteui-angular-navbar.d.ts +7 -7
- package/types/igniteui-angular-paginator.d.ts +2 -2
- package/types/igniteui-angular-progressbar.d.ts +7 -7
- package/types/igniteui-angular-query-builder.d.ts +3 -3
- package/types/igniteui-angular-radio.d.ts +5 -5
- package/types/igniteui-angular-select.d.ts +91 -7
- package/types/igniteui-angular-slider.d.ts +17 -17
- package/types/igniteui-angular-snackbar.d.ts +1 -1
- package/types/igniteui-angular-splitter.d.ts +3 -3
- package/types/igniteui-angular-stepper.d.ts +2 -2
- package/types/igniteui-angular-time-picker.d.ts +1 -1
- package/types/igniteui-angular-tree.d.ts +2 -2
|
@@ -1011,7 +1011,7 @@ class IgxGridBaseDirective {
|
|
|
1011
1011
|
this._loadingGridTemplate = template;
|
|
1012
1012
|
}
|
|
1013
1013
|
/**
|
|
1014
|
-
* Get/Set
|
|
1014
|
+
* Get/Set summary row height
|
|
1015
1015
|
*/
|
|
1016
1016
|
set summaryRowHeight(value) {
|
|
1017
1017
|
this._summaryRowHeight = value | 0;
|
|
@@ -1379,7 +1379,7 @@ class IgxGridBaseDirective {
|
|
|
1379
1379
|
return this._resourceStrings || this._defaultResourceStrings;
|
|
1380
1380
|
}
|
|
1381
1381
|
/**
|
|
1382
|
-
* Gets/Sets the filtering logic of the
|
|
1382
|
+
* Gets/Sets the filtering logic of the grid.
|
|
1383
1383
|
*
|
|
1384
1384
|
* @remarks
|
|
1385
1385
|
* The default is AND.
|
|
@@ -1981,7 +1981,7 @@ class IgxGridBaseDirective {
|
|
|
1981
1981
|
}
|
|
1982
1982
|
/* csSuppress */
|
|
1983
1983
|
/**
|
|
1984
|
-
* A list of
|
|
1984
|
+
* A list of grid row.
|
|
1985
1985
|
*
|
|
1986
1986
|
* @example
|
|
1987
1987
|
* ```typescript
|
|
@@ -2001,7 +2001,7 @@ class IgxGridBaseDirective {
|
|
|
2001
2001
|
}
|
|
2002
2002
|
/* csSuppress */
|
|
2003
2003
|
/**
|
|
2004
|
-
* A list of currently rendered
|
|
2004
|
+
* A list of currently rendered grid row's.
|
|
2005
2005
|
*
|
|
2006
2006
|
* @example
|
|
2007
2007
|
* ```typescript
|
|
@@ -2267,7 +2267,7 @@ class IgxGridBaseDirective {
|
|
|
2267
2267
|
*
|
|
2268
2268
|
* @remarks
|
|
2269
2269
|
* By default the row selection mode is 'none'
|
|
2270
|
-
* Note that in
|
|
2270
|
+
* Note that in grid and hierarchical grid 'multipleCascade' behaves like 'multiple'
|
|
2271
2271
|
*/
|
|
2272
2272
|
get rowSelection() {
|
|
2273
2273
|
return this._rowSelectionMode;
|
|
@@ -2614,7 +2614,7 @@ class IgxGridBaseDirective {
|
|
|
2614
2614
|
* Emitted when a cell is clicked.
|
|
2615
2615
|
*
|
|
2616
2616
|
* @remarks
|
|
2617
|
-
* Returns the
|
|
2617
|
+
* Returns the grid cell.
|
|
2618
2618
|
* @example
|
|
2619
2619
|
* ```html
|
|
2620
2620
|
* <igx-grid #grid (cellClick)="cellClick($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
|
|
@@ -2625,7 +2625,7 @@ class IgxGridBaseDirective {
|
|
|
2625
2625
|
* Emitted when a row is clicked.
|
|
2626
2626
|
*
|
|
2627
2627
|
* @remarks
|
|
2628
|
-
* Returns the
|
|
2628
|
+
* Returns the grid row.
|
|
2629
2629
|
* @example
|
|
2630
2630
|
* ```html
|
|
2631
2631
|
* <igx-grid #grid (rowClick)="rowClick($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
|
|
@@ -2654,7 +2654,7 @@ class IgxGridBaseDirective {
|
|
|
2654
2654
|
* Emitted when a cell is selected.
|
|
2655
2655
|
*
|
|
2656
2656
|
* @remarks
|
|
2657
|
-
* Returns the
|
|
2657
|
+
* Returns the grid cell.
|
|
2658
2658
|
* @example
|
|
2659
2659
|
* ```html
|
|
2660
2660
|
* <igx-grid #grid (selected)="onCellSelect($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
|
|
@@ -2662,7 +2662,7 @@ class IgxGridBaseDirective {
|
|
|
2662
2662
|
*/
|
|
2663
2663
|
this.selected = new EventEmitter();
|
|
2664
2664
|
/**
|
|
2665
|
-
* Emitted when
|
|
2665
|
+
* Emitted when grid row is selected.
|
|
2666
2666
|
*
|
|
2667
2667
|
* @example
|
|
2668
2668
|
* ```html
|
|
@@ -2671,7 +2671,7 @@ class IgxGridBaseDirective {
|
|
|
2671
2671
|
*/
|
|
2672
2672
|
this.rowSelectionChanging = new EventEmitter();
|
|
2673
2673
|
/**
|
|
2674
|
-
* Emitted when
|
|
2674
|
+
* Emitted when column is selected.
|
|
2675
2675
|
*
|
|
2676
2676
|
* @example
|
|
2677
2677
|
* ```html
|
|
@@ -2680,7 +2680,7 @@ class IgxGridBaseDirective {
|
|
|
2680
2680
|
*/
|
|
2681
2681
|
this.columnSelectionChanging = new EventEmitter();
|
|
2682
2682
|
/**
|
|
2683
|
-
* Emitted before
|
|
2683
|
+
* Emitted before column is pinned.
|
|
2684
2684
|
*
|
|
2685
2685
|
* @remarks
|
|
2686
2686
|
* The index at which to insert the column may be changed through the `insertAtIndex` property.
|
|
@@ -2695,7 +2695,7 @@ class IgxGridBaseDirective {
|
|
|
2695
2695
|
*/
|
|
2696
2696
|
this.columnPin = new EventEmitter();
|
|
2697
2697
|
/**
|
|
2698
|
-
* Emitted after
|
|
2698
|
+
* Emitted after column is pinned.
|
|
2699
2699
|
*
|
|
2700
2700
|
* @remarks
|
|
2701
2701
|
* The index that the column is inserted at may be changed through the `insertAtIndex` property.
|
|
@@ -2873,7 +2873,7 @@ class IgxGridBaseDirective {
|
|
|
2873
2873
|
* Emitted when a row is added.
|
|
2874
2874
|
*
|
|
2875
2875
|
* @remarks
|
|
2876
|
-
* Returns the data for the new
|
|
2876
|
+
* Returns the data for the new grid row object.
|
|
2877
2877
|
* @example
|
|
2878
2878
|
* ```html
|
|
2879
2879
|
* <igx-grid #grid [data]="localData" (rowAdded)="rowAdded($event)" [height]="'305px'" [autoGenerate]="true"></igx-grid>
|
|
@@ -2920,7 +2920,7 @@ class IgxGridBaseDirective {
|
|
|
2920
2920
|
* Emitted after column is resized.
|
|
2921
2921
|
*
|
|
2922
2922
|
* @remarks
|
|
2923
|
-
* Returns the
|
|
2923
|
+
* Returns the column object's old and new width.
|
|
2924
2924
|
* @example
|
|
2925
2925
|
* ```html
|
|
2926
2926
|
* <igx-grid #grid [data]="localData" (columnResized)="resizing($event)" [autoGenerate]="true"></igx-grid>
|
|
@@ -2931,7 +2931,7 @@ class IgxGridBaseDirective {
|
|
|
2931
2931
|
* Emitted when a cell or row is right clicked.
|
|
2932
2932
|
*
|
|
2933
2933
|
* @remarks
|
|
2934
|
-
* Returns the
|
|
2934
|
+
* Returns the grid cell object if the immediate context menu target is a cell or an grid row otherwise.
|
|
2935
2935
|
* ```html
|
|
2936
2936
|
* <igx-grid #grid [data]="localData" (contextMenu)="contextMenu($event)" [autoGenerate]="true"></igx-grid>
|
|
2937
2937
|
* ```
|
|
@@ -2941,7 +2941,7 @@ class IgxGridBaseDirective {
|
|
|
2941
2941
|
* Emitted when a cell is double clicked.
|
|
2942
2942
|
*
|
|
2943
2943
|
* @remarks
|
|
2944
|
-
* Returns the
|
|
2944
|
+
* Returns the grid cell object.
|
|
2945
2945
|
* @example
|
|
2946
2946
|
* ```html
|
|
2947
2947
|
* <igx-grid #grid [data]="localData" (doubleClick)="dblClick($event)" [autoGenerate]="true"></igx-grid>
|
|
@@ -2974,7 +2974,7 @@ class IgxGridBaseDirective {
|
|
|
2974
2974
|
* Emitted when column moving starts.
|
|
2975
2975
|
*
|
|
2976
2976
|
* @remarks
|
|
2977
|
-
* Returns the moved
|
|
2977
|
+
* Returns the moved column object.
|
|
2978
2978
|
* @example
|
|
2979
2979
|
* ```html
|
|
2980
2980
|
* <igx-grid (columnMovingStart)="movingStart($event)"></igx-grid>
|
|
@@ -2985,7 +2985,7 @@ class IgxGridBaseDirective {
|
|
|
2985
2985
|
* Emitted during the column moving operation.
|
|
2986
2986
|
*
|
|
2987
2987
|
* @remarks
|
|
2988
|
-
* Returns the source and target
|
|
2988
|
+
* Returns the source and target column objects. This event is cancelable.
|
|
2989
2989
|
* @example
|
|
2990
2990
|
* ```html
|
|
2991
2991
|
* <igx-grid (columnMoving)="moving($event)"></igx-grid>
|
|
@@ -2996,7 +2996,7 @@ class IgxGridBaseDirective {
|
|
|
2996
2996
|
* Emitted when column moving ends.
|
|
2997
2997
|
*
|
|
2998
2998
|
* @remarks
|
|
2999
|
-
* Returns the source and target
|
|
2999
|
+
* Returns the source and target column objects.
|
|
3000
3000
|
* @example
|
|
3001
3001
|
* ```html
|
|
3002
3002
|
* <igx-grid (columnMovingEnd)="movingEnds($event)"></igx-grid>
|
|
@@ -4421,7 +4421,7 @@ class IgxGridBaseDirective {
|
|
|
4421
4421
|
return this.featureColumnsWidth();
|
|
4422
4422
|
}
|
|
4423
4423
|
/**
|
|
4424
|
-
* Gets an array of
|
|
4424
|
+
* Gets an array of columns.
|
|
4425
4425
|
*
|
|
4426
4426
|
* @example
|
|
4427
4427
|
* ```typescript
|
|
@@ -4432,7 +4432,7 @@ class IgxGridBaseDirective {
|
|
|
4432
4432
|
return this._columns || [];
|
|
4433
4433
|
}
|
|
4434
4434
|
/**
|
|
4435
|
-
* Gets an array of the pinned
|
|
4435
|
+
* Gets an array of the pinned columns.
|
|
4436
4436
|
*
|
|
4437
4437
|
* @example
|
|
4438
4438
|
* ```typescript
|
|
@@ -4447,7 +4447,7 @@ class IgxGridBaseDirective {
|
|
|
4447
4447
|
return this._pinnedVisible;
|
|
4448
4448
|
}
|
|
4449
4449
|
/**
|
|
4450
|
-
* Gets an array of the pinned to the left
|
|
4450
|
+
* Gets an array of the pinned to the left columns.
|
|
4451
4451
|
*
|
|
4452
4452
|
* @example
|
|
4453
4453
|
* ```typescript
|
|
@@ -4458,7 +4458,7 @@ class IgxGridBaseDirective {
|
|
|
4458
4458
|
return this._pinnedStartColumns.filter(col => !col.hidden);
|
|
4459
4459
|
}
|
|
4460
4460
|
/**
|
|
4461
|
-
* Gets an array of the pinned to the right
|
|
4461
|
+
* Gets an array of the pinned to the right columns.
|
|
4462
4462
|
*
|
|
4463
4463
|
* @example
|
|
4464
4464
|
* ```typescript
|
|
@@ -4470,7 +4470,7 @@ class IgxGridBaseDirective {
|
|
|
4470
4470
|
}
|
|
4471
4471
|
/* csSuppress */
|
|
4472
4472
|
/**
|
|
4473
|
-
* Gets an array of the pinned
|
|
4473
|
+
* Gets an array of the pinned rows.
|
|
4474
4474
|
*
|
|
4475
4475
|
* @example
|
|
4476
4476
|
* ```typescript
|
|
@@ -4481,7 +4481,7 @@ class IgxGridBaseDirective {
|
|
|
4481
4481
|
return this._pinnedRowList.toArray().sort((a, b) => a.index - b.index);
|
|
4482
4482
|
}
|
|
4483
4483
|
/**
|
|
4484
|
-
* Gets an array of unpinned
|
|
4484
|
+
* Gets an array of unpinned columns.
|
|
4485
4485
|
*
|
|
4486
4486
|
* @example
|
|
4487
4487
|
* ```typescript
|
|
@@ -4496,7 +4496,7 @@ class IgxGridBaseDirective {
|
|
|
4496
4496
|
return this._unpinnedVisible;
|
|
4497
4497
|
}
|
|
4498
4498
|
/**
|
|
4499
|
-
* Gets the `width` to be set on
|
|
4499
|
+
* Gets the `width` to be set on grid header group.
|
|
4500
4500
|
*/
|
|
4501
4501
|
getHeaderGroupWidth(column) {
|
|
4502
4502
|
return this.hasColumnLayouts
|
|
@@ -4504,7 +4504,7 @@ class IgxGridBaseDirective {
|
|
|
4504
4504
|
: `${parseFloat(column.calcWidth)}px`;
|
|
4505
4505
|
}
|
|
4506
4506
|
/**
|
|
4507
|
-
* Returns the
|
|
4507
|
+
* Returns the column by field name.
|
|
4508
4508
|
*
|
|
4509
4509
|
* @example
|
|
4510
4510
|
* ```typescript
|
|
@@ -4537,7 +4537,7 @@ class IgxGridBaseDirective {
|
|
|
4537
4537
|
});
|
|
4538
4538
|
}
|
|
4539
4539
|
/**
|
|
4540
|
-
* Returns an array of visible
|
|
4540
|
+
* Returns an array of visible columns.
|
|
4541
4541
|
*
|
|
4542
4542
|
* @example
|
|
4543
4543
|
* ```typescript
|
|
@@ -4684,7 +4684,7 @@ class IgxGridBaseDirective {
|
|
|
4684
4684
|
this._columnsReordered(column);
|
|
4685
4685
|
}
|
|
4686
4686
|
/**
|
|
4687
|
-
* Triggers change detection for the
|
|
4687
|
+
* Triggers change detection for the grid.
|
|
4688
4688
|
* Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed.
|
|
4689
4689
|
* May degrade performance if used when not needed, or if misused:
|
|
4690
4690
|
* ```typescript
|
|
@@ -4715,7 +4715,7 @@ class IgxGridBaseDirective {
|
|
|
4715
4715
|
}
|
|
4716
4716
|
/* csSuppress */
|
|
4717
4717
|
/**
|
|
4718
|
-
* Creates a new
|
|
4718
|
+
* Creates a new grid row and adds the data record to the end of the data source.
|
|
4719
4719
|
*
|
|
4720
4720
|
* @example
|
|
4721
4721
|
* ```typescript
|
|
@@ -4733,7 +4733,7 @@ class IgxGridBaseDirective {
|
|
|
4733
4733
|
}
|
|
4734
4734
|
/* blazorCSSuppress */
|
|
4735
4735
|
/**
|
|
4736
|
-
* Removes the
|
|
4736
|
+
* Removes the grid row and the corresponding data record by primary key.
|
|
4737
4737
|
*
|
|
4738
4738
|
* @remarks
|
|
4739
4739
|
* Requires that the `primaryKey` property is set.
|
|
@@ -4781,7 +4781,7 @@ class IgxGridBaseDirective {
|
|
|
4781
4781
|
}
|
|
4782
4782
|
/* blazorCSSuppress */
|
|
4783
4783
|
/**
|
|
4784
|
-
* Updates the
|
|
4784
|
+
* Updates the grid row and the corresponding data record by primary key.
|
|
4785
4785
|
*
|
|
4786
4786
|
* @remarks
|
|
4787
4787
|
* Requires that the `primaryKey` property is set.
|
|
@@ -4819,7 +4819,7 @@ class IgxGridBaseDirective {
|
|
|
4819
4819
|
}
|
|
4820
4820
|
/* blazorCSSuppress */
|
|
4821
4821
|
/**
|
|
4822
|
-
* Updates the
|
|
4822
|
+
* Updates the grid row
|
|
4823
4823
|
*
|
|
4824
4824
|
* @remarks
|
|
4825
4825
|
* The row is specified by
|
|
@@ -4871,10 +4871,10 @@ class IgxGridBaseDirective {
|
|
|
4871
4871
|
return index < 0 ? {} : data[index];
|
|
4872
4872
|
}
|
|
4873
4873
|
/**
|
|
4874
|
-
* Sort a single
|
|
4874
|
+
* Sort a single column.
|
|
4875
4875
|
*
|
|
4876
4876
|
* @remarks
|
|
4877
|
-
* Sort the
|
|
4877
|
+
* Sort the grid's column based on the provided array of sorting expressions.
|
|
4878
4878
|
* @example
|
|
4879
4879
|
* ```typescript
|
|
4880
4880
|
* this.grid.sort({ fieldName: name, dir: SortingDirection.Asc, ignoreCase: false });
|
|
@@ -4912,7 +4912,7 @@ class IgxGridBaseDirective {
|
|
|
4912
4912
|
requestAnimationFrame(() => this.sortingDone.emit(expression));
|
|
4913
4913
|
}
|
|
4914
4914
|
/**
|
|
4915
|
-
* Filters a single
|
|
4915
|
+
* Filters a single column.
|
|
4916
4916
|
*
|
|
4917
4917
|
* @example
|
|
4918
4918
|
* ```typescript
|
|
@@ -4929,7 +4929,7 @@ class IgxGridBaseDirective {
|
|
|
4929
4929
|
this.filteringService.filter(name, value, conditionOrExpressionTree, ignoreCase);
|
|
4930
4930
|
}
|
|
4931
4931
|
/**
|
|
4932
|
-
* Filters all the
|
|
4932
|
+
* Filters all the column in the grid with the same condition.
|
|
4933
4933
|
*
|
|
4934
4934
|
* @example
|
|
4935
4935
|
* ```typescript
|
|
@@ -4990,10 +4990,10 @@ class IgxGridBaseDirective {
|
|
|
4990
4990
|
}
|
|
4991
4991
|
}
|
|
4992
4992
|
/**
|
|
4993
|
-
* If name is provided, clears the filtering state of the corresponding
|
|
4993
|
+
* If name is provided, clears the filtering state of the corresponding column.
|
|
4994
4994
|
*
|
|
4995
4995
|
* @remarks
|
|
4996
|
-
* Otherwise clears the filtering state of all
|
|
4996
|
+
* Otherwise clears the filtering state of all columns.
|
|
4997
4997
|
* @example
|
|
4998
4998
|
* ```typescript
|
|
4999
4999
|
* this.grid.clearFilter();
|
|
@@ -5004,10 +5004,10 @@ class IgxGridBaseDirective {
|
|
|
5004
5004
|
this.filteringService.clearFilter(name);
|
|
5005
5005
|
}
|
|
5006
5006
|
/**
|
|
5007
|
-
* If name is provided, clears the sorting state of the corresponding
|
|
5007
|
+
* If name is provided, clears the sorting state of the corresponding column.
|
|
5008
5008
|
*
|
|
5009
5009
|
* @remarks
|
|
5010
|
-
* otherwise clears the sorting state of all
|
|
5010
|
+
* otherwise clears the sorting state of all column.
|
|
5011
5011
|
* @example
|
|
5012
5012
|
* ```typescript
|
|
5013
5013
|
* this.grid.clearSort();
|
|
@@ -5917,7 +5917,7 @@ class IgxGridBaseDirective {
|
|
|
5917
5917
|
*
|
|
5918
5918
|
* @remarks
|
|
5919
5919
|
* You can pass callback function as a third parameter of `getPreviousCell` method.
|
|
5920
|
-
* The callback function accepts
|
|
5920
|
+
* The callback function accepts column as a param
|
|
5921
5921
|
* @example
|
|
5922
5922
|
* ```typescript
|
|
5923
5923
|
* const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
|
|
@@ -5953,7 +5953,7 @@ class IgxGridBaseDirective {
|
|
|
5953
5953
|
*
|
|
5954
5954
|
* @remarks
|
|
5955
5955
|
* You can pass callback function as a third parameter of `getPreviousCell` method.
|
|
5956
|
-
* The callback function accepts
|
|
5956
|
+
* The callback function accepts column as a param
|
|
5957
5957
|
* @example
|
|
5958
5958
|
* ```typescript
|
|
5959
5959
|
* const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
|
|
@@ -8358,7 +8358,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
8358
8358
|
* The `groupingDone` event would be raised only once if several columns get grouped at once by calling
|
|
8359
8359
|
* the `groupBy()` or `clearGrouping()` API methods and passing an array as an argument.
|
|
8360
8360
|
* The event arguments provide the `expressions`, `groupedColumns` and `ungroupedColumns` properties, which contain
|
|
8361
|
-
* the `ISortingExpression` and the
|
|
8361
|
+
* the `ISortingExpression` and the column related to the grouping/ungrouping operation.
|
|
8362
8362
|
* Please note that `groupedColumns` and `ungroupedColumns` show only the **newly** changed columns (affected by the **last**
|
|
8363
8363
|
* grouping/ungrouping operation), not all columns which are currently grouped/ungrouped.
|
|
8364
8364
|
* columns.
|
|
@@ -8621,7 +8621,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
8621
8621
|
/**
|
|
8622
8622
|
* Gets/Sets the grouping strategy of the grid.
|
|
8623
8623
|
*
|
|
8624
|
-
* @remarks The default
|
|
8624
|
+
* @remarks The default grouping extends from sorting and a custom one can be used as a `sortStrategy` as well.
|
|
8625
8625
|
*
|
|
8626
8626
|
* @example
|
|
8627
8627
|
* ```html
|
|
@@ -8755,7 +8755,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
8755
8755
|
this.notifyChanges();
|
|
8756
8756
|
}
|
|
8757
8757
|
/**
|
|
8758
|
-
* Groups by a new
|
|
8758
|
+
* Groups by a new column based on the provided expression, or modifies an existing one.
|
|
8759
8759
|
*
|
|
8760
8760
|
* @remarks
|
|
8761
8761
|
* Also allows for multiple columns to be grouped at once if an array of `ISortingExpression` is passed.
|
|
@@ -8899,7 +8899,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
8899
8899
|
return this._columns.some((col) => col.groupable && !col.columnGroup);
|
|
8900
8900
|
}
|
|
8901
8901
|
/**
|
|
8902
|
-
* Returns whether the
|
|
8902
|
+
* Returns whether the grid has group area.
|
|
8903
8903
|
*
|
|
8904
8904
|
* @example
|
|
8905
8905
|
* ```typescript
|
|
@@ -9110,7 +9110,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
9110
9110
|
}
|
|
9111
9111
|
}
|
|
9112
9112
|
/**
|
|
9113
|
-
* Returns the
|
|
9113
|
+
* Returns the grid row by index.
|
|
9114
9114
|
*
|
|
9115
9115
|
* @example
|
|
9116
9116
|
* ```typescript
|
|
@@ -9137,7 +9137,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
9137
9137
|
return row;
|
|
9138
9138
|
}
|
|
9139
9139
|
/**
|
|
9140
|
-
* Returns
|
|
9140
|
+
* Returns grid row object by the specified primary key.
|
|
9141
9141
|
*
|
|
9142
9142
|
* @remarks
|
|
9143
9143
|
* Requires that the `primaryKey` property is set.
|
|
@@ -9168,7 +9168,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
9168
9168
|
});
|
|
9169
9169
|
}
|
|
9170
9170
|
/**
|
|
9171
|
-
* Returns the collection of
|
|
9171
|
+
* Returns the collection of grid rows for current page.
|
|
9172
9172
|
*
|
|
9173
9173
|
* @hidden @internal
|
|
9174
9174
|
*/
|
|
@@ -9176,7 +9176,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
9176
9176
|
return this.allRows().filter(row => row instanceof IgxGridRow);
|
|
9177
9177
|
}
|
|
9178
9178
|
/**
|
|
9179
|
-
* Returns an array of the selected
|
|
9179
|
+
* Returns an array of the selected grid cells.
|
|
9180
9180
|
*
|
|
9181
9181
|
* @example
|
|
9182
9182
|
* ```typescript
|