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.
Files changed (100) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +1 -1
  2. package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
  3. package/fesm2022/igniteui-angular-action-strip.mjs +1 -1
  4. package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
  5. package/fesm2022/igniteui-angular-button-group.mjs +1 -1
  6. package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
  7. package/fesm2022/igniteui-angular-calendar.mjs +1 -1
  8. package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
  9. package/fesm2022/igniteui-angular-card.mjs +6 -6
  10. package/fesm2022/igniteui-angular-card.mjs.map +1 -1
  11. package/fesm2022/igniteui-angular-carousel.mjs +6 -6
  12. package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
  13. package/fesm2022/igniteui-angular-chips.mjs +34 -34
  14. package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
  15. package/fesm2022/igniteui-angular-core.mjs +6 -6
  16. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  17. package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
  18. package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
  19. package/fesm2022/igniteui-angular-directives.mjs +12 -12
  20. package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
  21. package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
  22. package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
  23. package/fesm2022/igniteui-angular-grids-core.mjs +35 -23
  24. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  25. package/fesm2022/igniteui-angular-grids-grid.mjs +51 -51
  26. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +7 -7
  28. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  29. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -5
  30. package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
  31. package/fesm2022/igniteui-angular-icon.mjs +4 -4
  32. package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
  33. package/fesm2022/igniteui-angular-input-group.mjs +18 -18
  34. package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
  35. package/fesm2022/igniteui-angular-list.mjs +5 -5
  36. package/fesm2022/igniteui-angular-list.mjs.map +1 -1
  37. package/fesm2022/igniteui-angular-navbar.mjs +5 -5
  38. package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
  39. package/fesm2022/igniteui-angular-paginator.mjs +2 -2
  40. package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
  41. package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
  42. package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
  43. package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
  44. package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
  45. package/fesm2022/igniteui-angular-radio.mjs +5 -5
  46. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  47. package/fesm2022/igniteui-angular-select.mjs +217 -209
  48. package/fesm2022/igniteui-angular-select.mjs.map +1 -1
  49. package/fesm2022/igniteui-angular-slider.mjs +17 -17
  50. package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
  51. package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
  52. package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-splitter.mjs +2 -2
  54. package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
  55. package/fesm2022/igniteui-angular-stepper.mjs +2 -2
  56. package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
  57. package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
  58. package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
  59. package/fesm2022/igniteui-angular-tree.mjs +1 -1
  60. package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
  61. package/input-group/README.md +1 -1
  62. package/migrations/migration-collection.json +5 -0
  63. package/migrations/update-22_0_0/index.d.ts +3 -0
  64. package/migrations/update-22_0_0/index.js +86 -0
  65. package/migrations/update-22_0_0/index.spec.d.ts +1 -0
  66. package/migrations/update-22_0_0/index.spec.js +116 -0
  67. package/package.json +2 -2
  68. package/skills/igniteui-angular-grids/references/sizing.md +1 -0
  69. package/skills/igniteui-angular-grids/references/structure.md +1 -0
  70. package/skills/igniteui-angular-grids/references/types.md +2 -1
  71. package/types/igniteui-angular-accordion.d.ts +3 -3
  72. package/types/igniteui-angular-action-strip.d.ts +1 -1
  73. package/types/igniteui-angular-button-group.d.ts +1 -1
  74. package/types/igniteui-angular-calendar.d.ts +1 -1
  75. package/types/igniteui-angular-card.d.ts +6 -6
  76. package/types/igniteui-angular-carousel.d.ts +6 -6
  77. package/types/igniteui-angular-chips.d.ts +38 -38
  78. package/types/igniteui-angular-core.d.ts +9 -9
  79. package/types/igniteui-angular-date-picker.d.ts +4 -4
  80. package/types/igniteui-angular-directives.d.ts +15 -15
  81. package/types/igniteui-angular-drop-down.d.ts +6 -6
  82. package/types/igniteui-angular-grids-core.d.ts +31 -29
  83. package/types/igniteui-angular-grids-grid.d.ts +51 -51
  84. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
  85. package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
  86. package/types/igniteui-angular-icon.d.ts +4 -4
  87. package/types/igniteui-angular-input-group.d.ts +17 -17
  88. package/types/igniteui-angular-list.d.ts +7 -7
  89. package/types/igniteui-angular-navbar.d.ts +7 -7
  90. package/types/igniteui-angular-paginator.d.ts +2 -2
  91. package/types/igniteui-angular-progressbar.d.ts +7 -7
  92. package/types/igniteui-angular-query-builder.d.ts +3 -3
  93. package/types/igniteui-angular-radio.d.ts +5 -5
  94. package/types/igniteui-angular-select.d.ts +91 -7
  95. package/types/igniteui-angular-slider.d.ts +17 -17
  96. package/types/igniteui-angular-snackbar.d.ts +1 -1
  97. package/types/igniteui-angular-splitter.d.ts +3 -3
  98. package/types/igniteui-angular-stepper.d.ts +2 -2
  99. package/types/igniteui-angular-time-picker.d.ts +1 -1
  100. package/types/igniteui-angular-tree.d.ts +2 -2
@@ -111,7 +111,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
111
111
  */
112
112
  data: any;
113
113
  /**
114
- * Defines if the `IgxChipComponent` can be dragged in order to change it's position.
114
+ * Defines if the chip can be dragged in order to change it's position.
115
115
  * By default it is set to false.
116
116
  *
117
117
  * @example
@@ -141,7 +141,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
141
141
  */
142
142
  hideBaseOnDrag: boolean;
143
143
  /**
144
- * Defines if the `IgxChipComponent` should render remove button and throw remove events.
144
+ * Defines if the chip should render remove button and throw remove events.
145
145
  * By default it is set to false.
146
146
  *
147
147
  * @example
@@ -161,7 +161,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
161
161
  */
162
162
  removeIcon: TemplateRef<any>;
163
163
  /**
164
- * Defines if the `IgxChipComponent` can be selected on click or through navigation,
164
+ * Defines if the chip can be selected on click or through navigation,
165
165
  * By default it is set to false.
166
166
  *
167
167
  * @example
@@ -186,7 +186,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
186
186
  */
187
187
  class: string;
188
188
  /**
189
- * Disables the `IgxChipComponent`. When disabled it restricts user interactions
189
+ * Disables the chip. When disabled it restricts user interactions
190
190
  * like focusing on click or tab, selection on click or Space, dragging.
191
191
  * By default it is set to false.
192
192
  *
@@ -197,7 +197,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
197
197
  */
198
198
  disabled: boolean;
199
199
  /**
200
- * Sets the `IgxChipComponent` selected state.
200
+ * Sets the chip selected state.
201
201
  *
202
202
  * @example
203
203
  * ```html
@@ -211,7 +211,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
211
211
  */
212
212
  set selected(newValue: boolean);
213
213
  /**
214
- * Returns if the `IgxChipComponent` is selected.
214
+ * Returns if the chip is selected.
215
215
  *
216
216
  * @example
217
217
  * ```typescript
@@ -229,7 +229,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
229
229
  */
230
230
  selectedChange: EventEmitter<boolean>;
231
231
  /**
232
- * Sets the `IgxChipComponent` background color.
232
+ * Sets the chip background color.
233
233
  * The `color` property supports string, rgb, hex.
234
234
  *
235
235
  * @example
@@ -239,7 +239,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
239
239
  */
240
240
  set color(newColor: any);
241
241
  /**
242
- * Returns the background color of the `IgxChipComponent`.
242
+ * Returns the background color of the chip.
243
243
  *
244
244
  * @example
245
245
  * ```typescript
@@ -261,8 +261,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
261
261
  */
262
262
  get resourceStrings(): IChipResourceStrings;
263
263
  /**
264
- * Emits an event when the `IgxChipComponent` moving starts.
265
- * Returns the moving `IgxChipComponent`.
264
+ * Emits an event when the chip moving starts.
265
+ * Returns the moving chip.
266
266
  *
267
267
  * @example
268
268
  * ```html
@@ -271,8 +271,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
271
271
  */
272
272
  moveStart: EventEmitter<IBaseChipEventArgs>;
273
273
  /**
274
- * Emits an event when the `IgxChipComponent` moving ends.
275
- * Returns the moved `IgxChipComponent`.
274
+ * Emits an event when the chip moving ends.
275
+ * Returns the moved chip.
276
276
  *
277
277
  * @example
278
278
  * ```html
@@ -281,8 +281,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
281
281
  */
282
282
  moveEnd: EventEmitter<IBaseChipEventArgs>;
283
283
  /**
284
- * Emits an event when the `IgxChipComponent` is removed.
285
- * Returns the removed `IgxChipComponent`.
284
+ * Emits an event when the chip is removed.
285
+ * Returns the removed chip.
286
286
  *
287
287
  * @example
288
288
  * ```html
@@ -291,8 +291,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
291
291
  */
292
292
  remove: EventEmitter<IBaseChipEventArgs>;
293
293
  /**
294
- * Emits an event when the `IgxChipComponent` is clicked.
295
- * Returns the clicked `IgxChipComponent`, whether the event should be canceled.
294
+ * Emits an event when the chip is clicked.
295
+ * Returns the clicked chip, whether the event should be canceled.
296
296
  *
297
297
  * @example
298
298
  * ```html
@@ -301,7 +301,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
301
301
  */
302
302
  chipClick: EventEmitter<IChipClickEventArgs>;
303
303
  /**
304
- * Emits event when the `IgxChipComponent` is selected/deselected.
304
+ * Emits event when the chip is selected/deselected.
305
305
  * Returns the selected chip reference, whether the event should be canceled, what is the next selection state and
306
306
  * when the event is triggered by interaction `originalEvent` is provided, otherwise `originalEvent` is `null`.
307
307
  *
@@ -312,7 +312,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
312
312
  */
313
313
  selectedChanging: EventEmitter<IChipSelectEventArgs>;
314
314
  /**
315
- * Emits event when the `IgxChipComponent` is selected/deselected and any related animations and transitions also end.
315
+ * Emits event when the chip is selected/deselected and any related animations and transitions also end.
316
316
  *
317
317
  * @example
318
318
  * ```html
@@ -321,8 +321,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
321
321
  */
322
322
  selectedChanged: EventEmitter<IBaseChipEventArgs>;
323
323
  /**
324
- * Emits an event when the `IgxChipComponent` keyboard navigation is being used.
325
- * Returns the focused/selected `IgxChipComponent`, whether the event should be canceled,
324
+ * Emits an event when the chip keyboard navigation is being used.
325
+ * Returns the focused/selected chip, whether the event should be canceled,
326
326
  * if the `alt`, `shift` or `control` key is pressed and the pressed key name.
327
327
  *
328
328
  * @example
@@ -332,8 +332,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
332
332
  */
333
333
  keyDown: EventEmitter<IChipKeyDownEventArgs>;
334
334
  /**
335
- * Emits an event when the `IgxChipComponent` has entered the `IgxChipsAreaComponent`.
336
- * Returns the target `IgxChipComponent`, the drag `IgxChipComponent`, as well as
335
+ * Emits an event when the chip has entered the chips area.
336
+ * Returns the target chip, the drag chip, as well as
337
337
  * the original drop event arguments.
338
338
  *
339
339
  * @example
@@ -343,8 +343,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
343
343
  */
344
344
  dragEnter: EventEmitter<IChipEnterDragAreaEventArgs>;
345
345
  /**
346
- * Emits an event when the `IgxChipComponent` has left the `IgxChipsAreaComponent`.
347
- * Returns the target `IgxChipComponent`, the drag `IgxChipComponent`, as well as
346
+ * Emits an event when the chip has left the chips area.
347
+ * Returns the target chip, the drag chip, as well as
348
348
  * the original drop event arguments.
349
349
  *
350
350
  * @example
@@ -354,8 +354,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
354
354
  */
355
355
  dragLeave: EventEmitter<IChipEnterDragAreaEventArgs>;
356
356
  /**
357
- * Emits an event when the `IgxChipComponent` is over the `IgxChipsAreaComponent`.
358
- * Returns the target `IgxChipComponent`, the drag `IgxChipComponent`, as well as
357
+ * Emits an event when the chip is over the chips area.
358
+ * Returns the target chip, the drag chip, as well as
359
359
  * the original drop event arguments.
360
360
  *
361
361
  * @example
@@ -365,8 +365,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
365
365
  */
366
366
  dragOver: EventEmitter<IChipEnterDragAreaEventArgs>;
367
367
  /**
368
- * Emits an event when the `IgxChipComponent` has been dropped in the `IgxChipsAreaComponent`.
369
- * Returns the target `IgxChipComponent`, the drag `IgxChipComponent`, as well as
368
+ * Emits an event when the chip has been dropped in the chips area.
369
+ * Returns the target chip, the drag chip, as well as
370
370
  * the original drop event arguments.
371
371
  *
372
372
  * @example
@@ -382,7 +382,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
382
382
  protected get isWarning(): boolean;
383
383
  protected get isDanger(): boolean;
384
384
  /**
385
- * Property that contains a reference to the `IgxDragDirective` the `IgxChipComponent` uses for dragging behavior.
385
+ * Property that contains a reference to the drag the chip uses for dragging behavior.
386
386
  *
387
387
  * @example
388
388
  * ```html
@@ -604,7 +604,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
604
604
  */
605
605
  ariaLabel: string;
606
606
  /**
607
- * Sets the width of the `IgxChipsAreaComponent`.
607
+ * Sets the width of the chips area.
608
608
  *
609
609
  * @example
610
610
  * ```html
@@ -615,7 +615,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
615
615
  /** @hidden @internal */
616
616
  get _widthToRem(): number;
617
617
  /**
618
- * Sets the height of the `IgxChipsAreaComponent`.
618
+ * Sets the height of the chips area.
619
619
  *
620
620
  * @example
621
621
  * ```html
@@ -626,8 +626,8 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
626
626
  /** @hidden @internal */
627
627
  get _heightToRem(): number;
628
628
  /**
629
- * Emits an event when `IgxChipComponent`s in the `IgxChipsAreaComponent` should be reordered.
630
- * Returns an array of `IgxChipComponent`s.
629
+ * Emits an event when chips in the chips area should be reordered.
630
+ * Returns an array of chips.
631
631
  *
632
632
  * @example
633
633
  * ```html
@@ -636,9 +636,9 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
636
636
  */
637
637
  reorder: EventEmitter<IChipsAreaReorderEventArgs>;
638
638
  /**
639
- * Emits an event when an `IgxChipComponent` in the `IgxChipsAreaComponent` is selected/deselected.
639
+ * Emits an event when an chip in the chips area is selected/deselected.
640
640
  * Fired after the chips area is initialized if there are initially selected chips as well.
641
- * Returns an array of selected `IgxChipComponent`s and the `IgxChipAreaComponent`.
641
+ * Returns an array of selected chips and the chip area.
642
642
  *
643
643
  * @example
644
644
  * ```html
@@ -647,7 +647,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
647
647
  */
648
648
  selectionChange: EventEmitter<IChipsAreaSelectEventArgs>;
649
649
  /**
650
- * Emits an event when an `IgxChipComponent` in the `IgxChipsAreaComponent` is moved.
650
+ * Emits an event when an chip in the chips area is moved.
651
651
  *
652
652
  * @example
653
653
  * ```html
@@ -656,7 +656,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
656
656
  */
657
657
  moveStart: EventEmitter<IBaseChipsAreaEventArgs>;
658
658
  /**
659
- * Emits an event after an `IgxChipComponent` in the `IgxChipsAreaComponent` is moved.
659
+ * Emits an event after an chip in the chips area is moved.
660
660
  *
661
661
  * @example
662
662
  * ```html
@@ -665,7 +665,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
665
665
  */
666
666
  moveEnd: EventEmitter<IBaseChipsAreaEventArgs>;
667
667
  /**
668
- * Holds the `IgxChipComponent` in the `IgxChipsAreaComponent`.
668
+ * Holds the chip in the chips area.
669
669
  *
670
670
  * @example
671
671
  * ```typescript
@@ -833,7 +833,7 @@ interface AnimationPlayer {
833
833
 
834
834
  /**
835
835
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-position)
836
- * Position strategies determine where to display the component in the provided IgxOverlayService.
836
+ * Position strategies determine where to display the component in the provided overlay.
837
837
  */
838
838
  interface IPositionStrategy {
839
839
  /**
@@ -1146,7 +1146,7 @@ declare class IgxOverlayService implements OnDestroy {
1146
1146
 
1147
1147
  /**
1148
1148
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-scroll).
1149
- * Scroll strategies determines how the scrolling will be handled in the provided IgxOverlayService.
1149
+ * Scroll strategies determines how the scrolling will be handled in the provided overlay.
1150
1150
  */
1151
1151
  interface IScrollStrategy {
1152
1152
  /**
@@ -1583,7 +1583,7 @@ declare abstract class IgxActionStripActionsToken {
1583
1583
  /**
1584
1584
  * Templates the default toggle icon in the picker.
1585
1585
  *
1586
- * @remarks Can be applied to IgxDatePickerComponent, IgxTimePickerComponent, IgxDateRangePickerComponent
1586
+ * @remarks Can be applied to date picker, time picker, date range picker
1587
1587
  *
1588
1588
  * @example
1589
1589
  * ```html
@@ -1603,7 +1603,7 @@ declare class IgxPickerToggleComponent {
1603
1603
  /**
1604
1604
  * Templates the default clear icon in the picker.
1605
1605
  *
1606
- * @remarks Can be applied to IgxDatePickerComponent, IgxTimePickerComponent, IgxDateRangePickerComponent
1606
+ * @remarks Can be applied to date picker, time picker, date range picker
1607
1607
  *
1608
1608
  * @example
1609
1609
  * ```html
@@ -1619,9 +1619,9 @@ declare class IgxPickerClearComponent extends IgxPickerToggleComponent {
1619
1619
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxPickerClearComponent, "igx-picker-clear", never, {}, {}, never, ["*"], true, never>;
1620
1620
  }
1621
1621
  /**
1622
- * IgxPickerActionsDirective can be used to re-template the dropdown/dialog action buttons.
1622
+ * Picker actions can be used to re-template the dropdown/dialog action buttons.
1623
1623
  *
1624
- * @remarks Can be applied to IgxDatePickerComponent, IgxTimePickerComponent, IgxDateRangePickerComponent
1624
+ * @remarks Can be applied to date picker, time picker, date range picker
1625
1625
  *
1626
1626
  */
1627
1627
  declare class IgxPickerActionsDirective {
@@ -2378,7 +2378,7 @@ interface ITreeGridRecord {
2378
2378
  expanded?: boolean;
2379
2379
  }
2380
2380
  /**
2381
- * Stub type for IgxTreeGridAPIService - minimal interface for typing in core
2381
+ * Stub type for tree grid api - minimal interface for typing in core
2382
2382
  */
2383
2383
  interface IgxTreeGridAPIService {
2384
2384
  get_row_id(rowData: any): any;
@@ -3026,7 +3026,7 @@ declare class IgxSorting implements IGridSortingStrategy {
3026
3026
  private prepareExpressions;
3027
3027
  }
3028
3028
  /**
3029
- * Represents a class implementing the IGridGroupingStrategy interface and extending the IgxSorting class.
3029
+ * Represents a class implementing the IGridGroupingStrategy interface and extending the sorting class.
3030
3030
  * It provides a method to group data based on the given grouping state.
3031
3031
  */
3032
3032
  declare class IgxGrouping extends IgxSorting implements IGridGroupingStrategy {
@@ -3061,7 +3061,7 @@ declare class NoopSortingStrategy implements IGridSortingStrategy {
3061
3061
  sort(data: any[]): any[];
3062
3062
  }
3063
3063
  /**
3064
- * Represents a class extending the IgxSorting class
3064
+ * Represents a class extending the sorting class
3065
3065
  * Provides custom data record sorting.
3066
3066
  */
3067
3067
  declare class IgxDataRecordSorting extends IgxSorting {
@@ -74,7 +74,7 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
74
74
  */
75
75
  mode: PickerInteractionMode;
76
76
  /**
77
- * Gets/Sets the orientation of the `IgxDatePickerComponent` header.
77
+ * Gets/Sets the orientation of the date picker header.
78
78
  *
79
79
  * @example
80
80
  * ```html
@@ -399,7 +399,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
399
399
  */
400
400
  id: string;
401
401
  /**
402
- * Gets/Sets the format views of the `IgxDatePickerComponent`.
402
+ * Gets/Sets the format views of the date picker.
403
403
  *
404
404
  * @example
405
405
  * ```typescript
@@ -431,7 +431,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
431
431
  get specialDates(): DateRangeDescriptor[];
432
432
  set specialDates(value: DateRangeDescriptor[]);
433
433
  /**
434
- * Gets/Sets the format options of the `IgxDatePickerComponent`.
434
+ * Gets/Sets the format options of the date picker.
435
435
  *
436
436
  * @example
437
437
  * ```typescript
@@ -993,7 +993,7 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
993
993
  */
994
994
  get resourceStrings(): IDateRangePickerResourceStrings;
995
995
  /**
996
- * Sets the `placeholder` for single-input `IgxDateRangePickerComponent`.
996
+ * Sets the `placeholder` for single-input date range picker.
997
997
  *
998
998
  * @example
999
999
  * ```html
@@ -150,7 +150,7 @@ declare class IgxButtonDirective extends IgxButtonBaseDirective {
150
150
  protected emitSelected(): void;
151
151
  /**
152
152
  * Gets or sets whether the button is selected.
153
- * Mainly used in the IgxButtonGroup component and it will have no effect if set separately.
153
+ * Mainly used in the button group component and it will have no effect if set separately.
154
154
  *
155
155
  * @example
156
156
  * ```html
@@ -231,7 +231,7 @@ declare class CheckboxBaseDirective implements AfterViewInit {
231
231
  ngControl: NgControl;
232
232
  /**
233
233
  * An event that is emitted after the checkbox state is changed.
234
- * Provides references to the `IgxCheckboxComponent` and the `checked` property as event arguments.
234
+ * Provides references to the checkbox and the `checked` property as event arguments.
235
235
  */
236
236
  readonly change: EventEmitter<IChangeCheckboxEventArgs>;
237
237
  /**
@@ -1243,12 +1243,12 @@ declare class IgxDropDirective implements OnInit, OnDestroy {
1243
1243
  */
1244
1244
  dropChannel: number | string | number[] | string[];
1245
1245
  /**
1246
- * Sets a drop strategy type that will be executed when an `IgxDrag` element is released inside
1246
+ * Sets a drop strategy type that will be executed when an drag element is released inside
1247
1247
  * the current drop area. The provided strategies are:
1248
- * - IgxDefaultDropStrategy - This is the default base strategy and it doesn't perform any actions.
1249
- * - IgxAppendDropStrategy - Appends the dropped element to last position as a direct child to the `igxDrop`.
1250
- * - IgxPrependDropStrategy - Prepends the dropped element to first position as a direct child to the `igxDrop`.
1251
- * - IgxInsertDropStrategy - If the dropped element is released above a child element of the `igxDrop`, it will be inserted
1248
+ * - default drop strategy - This is the default base strategy and it doesn't perform any actions.
1249
+ * - append drop strategy - Appends the dropped element to last position as a direct child to the `igxDrop`.
1250
+ * - prepend drop strategy - Prepends the dropped element to first position as a direct child to the `igxDrop`.
1251
+ * - insert drop strategy - If the dropped element is released above a child element of the `igxDrop`, it will be inserted
1252
1252
  * at that position. Otherwise the dropped element will be appended if released outside any child of the `igxDrop`.
1253
1253
  * ```html
1254
1254
  * <div igxDrag>
@@ -1937,7 +1937,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
1937
1937
  * Asserts the correct type of the context for the template that `igxForOf` will render.
1938
1938
  *
1939
1939
  * The presence of this method is a signal to the Ivy template type-check compiler that the
1940
- * `IgxForOf` structural directive renders its template with a specific context type.
1940
+ * ForOf structural directive renders its template with a specific context type.
1941
1941
  */
1942
1942
  static ngTemplateContextGuard<T, U extends T[]>(_dir: IgxForOfDirective<T, U>, ctx: any): ctx is IgxForOfContext<T, U>;
1943
1943
  /**
@@ -2251,10 +2251,10 @@ declare class IgxGridForOfDirective<T, U extends T[] = T[]> extends IgxForOfDire
2251
2251
  dataChanging: EventEmitter<IForOfDataChangeEventArgs>;
2252
2252
  /**
2253
2253
  * @hidden @internal
2254
- * Asserts the correct type of the context for the template that `IgxGridForOfDirective` will render.
2254
+ * Asserts the correct type of the context for the template that Grid ForOf will render.
2255
2255
  *
2256
2256
  * The presence of this method is a signal to the Ivy template type-check compiler that the
2257
- * `IgxGridForOfDirective` structural directive renders its template with a specific context type.
2257
+ * Grid ForOf structural directive renders its template with a specific context type.
2258
2258
  */
2259
2259
  static ngTemplateContextGuard<T, U extends T[]>(_dir: IgxGridForOfDirective<T, U>, ctx: any): ctx is IgxGridForOfContext<T, U>;
2260
2260
  ngOnInit(): void;
@@ -2290,7 +2290,7 @@ declare class IgxGridForOfDirective<T, U extends T[] = T[]> extends IgxForOfDire
2290
2290
  */
2291
2291
  type IgxIconButtonType = typeof IgxBaseButtonType[keyof typeof IgxBaseButtonType];
2292
2292
  /**
2293
- * The IgxIconButtonDirective provides a way to use an icon as a fully functional button.
2293
+ * The icon button provides a way to use an icon as a fully functional button.
2294
2294
  *
2295
2295
  * @example
2296
2296
  * ```html
@@ -3215,7 +3215,7 @@ declare class IgxToggleDirective implements IToggleView, OnInit, OnDestroy {
3215
3215
  */
3216
3216
  get collapsed(): boolean;
3217
3217
  /**
3218
- * Identifier which is registered into `IgxNavigationService`
3218
+ * Identifier which is registered into navigation
3219
3219
  *
3220
3220
  * ```typescript
3221
3221
  * let myToggleId = this.toggle.id;
@@ -3331,7 +3331,7 @@ declare class IgxToggleActionDirective implements OnInit {
3331
3331
  * <!--set-->
3332
3332
  * <div igxToggleAction [igxToggleOutlet]="outlet"></div>
3333
3333
  * ```
3334
- * Where `outlet` in an instance of `IgxOverlayOutletDirective` or an `ElementRef`
3334
+ * Where outlet is an instance of overlay outlet or a reference to the element.
3335
3335
  *
3336
3336
  * @deprecated in version 21.2.0. Overlays now use the HTML Popover API and no longer move to the document
3337
3337
  * body by default, so using outlet is also no longer needed - just define the overlay in the intended
@@ -3819,7 +3819,7 @@ declare class IgxTooltipTargetDirective extends IgxToggleActionDirective impleme
3819
3819
  */
3820
3820
  private _evaluateStickyState;
3821
3821
  /**
3822
- * Creates (if not already created) an instance of the IgxTooltipCloseButtonComponent,
3822
+ * Creates (if not already created) an instance of the tooltip close button,
3823
3823
  * and assigns it the provided custom template.
3824
3824
  */
3825
3825
  private _createCloseTemplate;
@@ -4201,7 +4201,7 @@ declare abstract class IgxNotificationsDirective extends IgxToggleDirective impl
4201
4201
  * Gets/Sets the container used for the element.
4202
4202
  *
4203
4203
  * @remarks
4204
- * `outlet` is an instance of `IgxOverlayOutletDirective` or an `ElementRef`.
4204
+ * Outlet is an instance of overlay outlet or a reference to the element.
4205
4205
  *
4206
4206
  * @deprecated in version 21.2.0. Overlays now use the HTML Popover API and no longer move to the document
4207
4207
  * body by default, so using outlet is also no longer needed - just define the component in the intended
@@ -81,7 +81,7 @@ declare enum Navigate {
81
81
  Up = -1,
82
82
  Down = 1
83
83
  }
84
- /** Key actions that have designated handlers in IgxDropDownComponent */
84
+ /** Key actions that have designated handlers in drop down */
85
85
  declare const DropDownActionKey: {
86
86
  readonly ESCAPE: "escape";
87
87
  readonly ENTER: "enter";
@@ -99,7 +99,7 @@ interface ISelectionEventArgs extends CancelableEventArgs, IBaseEventArgs {
99
99
  newSelection: IgxDropDownItemBaseDirective;
100
100
  }
101
101
  /**
102
- * Interface for an instance of IgxDropDownNavigationDirective
102
+ * Interface for an instance of drop down navigation
103
103
  *
104
104
  * @export
105
105
  */
@@ -279,7 +279,7 @@ declare class IgxDropDownItemBaseDirective implements DoCheck {
279
279
  * </div>
280
280
  * </igx-drop-down-item>
281
281
  * ```
282
- * **NOTE:** Drop-down items inside of a disabled `IgxDropDownGroup` will always count as disabled
282
+ * **NOTE:** Drop-down items inside of a disabled drop down group will always count as disabled
283
283
  */
284
284
  get disabled(): boolean;
285
285
  set disabled(value: boolean);
@@ -392,7 +392,7 @@ declare class IgxDropDownItemComponent extends IgxDropDownItemBaseDirective {
392
392
  /**
393
393
  * An abstract class, defining a drop-down component, with:
394
394
  * Properties for display styles and classes
395
- * A collection items of type `IgxDropDownItemBaseDirective`
395
+ * A collection items of type drop down item base
396
396
  * Properties and methods for navigating (highlighting/focusing) items from the collection
397
397
  * Properties and methods for selecting items from the collection
398
398
  */
@@ -498,7 +498,7 @@ declare abstract class IgxDropDownBaseDirective implements IDropDownList, OnInit
498
498
  * @hidden @internal
499
499
  * Gets the id of the focused item during dropdown navigation.
500
500
  * This is used to update the `aria-activedescendant` attribute of
501
- * the IgxDropDownNavigationDirective host element.
501
+ * the drop down navigation host element.
502
502
  */
503
503
  get activeDescendant(): string | null;
504
504
  /**
@@ -564,7 +564,7 @@ declare abstract class IgxDropDownBaseDirective implements IDropDownList, OnInit
564
564
  }
565
565
 
566
566
  /**
567
- * Navigation Directive that handles keyboard events on its host and controls a targeted IgxDropDownBaseDirective component
567
+ * Navigation Directive that handles keyboard events on its host and controls a targeted drop down base component
568
568
  */
569
569
  declare class IgxDropDownItemNavigationDirective implements IDropDownNavigationDirective {
570
570
  dropdown: IgxDropDownBaseDirective;