igniteui-angular 22.0.0-rc.1 → 22.0.0-rc.2

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 (97) 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 +26 -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 +1 -1
  68. package/types/igniteui-angular-accordion.d.ts +3 -3
  69. package/types/igniteui-angular-action-strip.d.ts +1 -1
  70. package/types/igniteui-angular-button-group.d.ts +1 -1
  71. package/types/igniteui-angular-calendar.d.ts +1 -1
  72. package/types/igniteui-angular-card.d.ts +6 -6
  73. package/types/igniteui-angular-carousel.d.ts +6 -6
  74. package/types/igniteui-angular-chips.d.ts +38 -38
  75. package/types/igniteui-angular-core.d.ts +9 -9
  76. package/types/igniteui-angular-date-picker.d.ts +4 -4
  77. package/types/igniteui-angular-directives.d.ts +15 -15
  78. package/types/igniteui-angular-drop-down.d.ts +6 -6
  79. package/types/igniteui-angular-grids-core.d.ts +30 -29
  80. package/types/igniteui-angular-grids-grid.d.ts +51 -51
  81. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
  82. package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
  83. package/types/igniteui-angular-icon.d.ts +4 -4
  84. package/types/igniteui-angular-input-group.d.ts +17 -17
  85. package/types/igniteui-angular-list.d.ts +7 -7
  86. package/types/igniteui-angular-navbar.d.ts +7 -7
  87. package/types/igniteui-angular-paginator.d.ts +2 -2
  88. package/types/igniteui-angular-progressbar.d.ts +7 -7
  89. package/types/igniteui-angular-query-builder.d.ts +3 -3
  90. package/types/igniteui-angular-radio.d.ts +5 -5
  91. package/types/igniteui-angular-select.d.ts +91 -7
  92. package/types/igniteui-angular-slider.d.ts +17 -17
  93. package/types/igniteui-angular-snackbar.d.ts +1 -1
  94. package/types/igniteui-angular-splitter.d.ts +3 -3
  95. package/types/igniteui-angular-stepper.d.ts +2 -2
  96. package/types/igniteui-angular-time-picker.d.ts +1 -1
  97. package/types/igniteui-angular-tree.d.ts +2 -2
@@ -242,8 +242,8 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
242
242
  */
243
243
  get disabledClass(): boolean;
244
244
  /**
245
- * Gets the type of the `IgxSliderComponent`.
246
- * The slider can be IgxSliderType.SLIDER(default) or IgxSliderType.RANGE.
245
+ * Gets the type of the slider.
246
+ * The slider type can be SLIDER (default) or RANGE.
247
247
  * ```typescript
248
248
  * @ViewChild("slider2")
249
249
  * public slider: IgxSliderComponent;
@@ -253,8 +253,8 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
253
253
  */
254
254
  get type(): IgxSliderType;
255
255
  /**
256
- * Sets the type of the `IgxSliderComponent`.
257
- * The slider can be IgxSliderType.SLIDER(default) or IgxSliderType.RANGE.
256
+ * Sets the type of the slider.
257
+ * The slider type can be SLIDER (default) or RANGE.
258
258
  * ```typescript
259
259
  * sliderType: IgxSliderType = IgxSliderType.RANGE;
260
260
  * ```
@@ -342,7 +342,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
342
342
  */
343
343
  set continuous(continuous: boolean);
344
344
  /**
345
- * Returns the minimal displayed track value of the `IgxSliderComponent`.
345
+ * Returns the minimal displayed track value of the slider.
346
346
  * ```typescript
347
347
  * @ViewChild("slider2")
348
348
  * public slider: IgxSliderComponent;
@@ -353,7 +353,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
353
353
  */
354
354
  get minValue(): number;
355
355
  /**
356
- * Sets the minimal displayed track value for the `IgxSliderComponent`.
356
+ * Sets the minimal displayed track value for the slider.
357
357
  * The default minimal value is 0.
358
358
  * ```html
359
359
  * <igx-slider [type]="sliderType" [minValue]="56" [maxValue]="100">
@@ -372,7 +372,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
372
372
  */
373
373
  get maxValue(): number;
374
374
  /**
375
- * Sets the maximal displayed track value for the `IgxSliderComponent`.
375
+ * Sets the maximal displayed track value for the slider.
376
376
  * The default maximum value is 100.
377
377
  * ```html
378
378
  * <igx-slider [type]="sliderType" [minValue]="56" [maxValue]="256">
@@ -380,7 +380,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
380
380
  */
381
381
  set maxValue(value: number);
382
382
  /**
383
- * Returns the lower boundary of settable values of the `IgxSliderComponent`.
383
+ * Returns the lower boundary of settable values of the slider.
384
384
  * If not set, will return `minValue`.
385
385
  * ```typescript
386
386
  * @ViewChild("slider")
@@ -392,7 +392,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
392
392
  */
393
393
  get lowerBound(): number;
394
394
  /**
395
- * Sets the lower boundary of settable values of the `IgxSliderComponent`.
395
+ * Sets the lower boundary of settable values of the slider.
396
396
  * If not set is the same as min value.
397
397
  * ```html
398
398
  * <igx-slider [step]="5" [lowerBound]="20">
@@ -400,7 +400,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
400
400
  */
401
401
  set lowerBound(value: number);
402
402
  /**
403
- * Returns the upper boundary of settable values of the `IgxSliderComponent`.
403
+ * Returns the upper boundary of settable values of the slider.
404
404
  * If not set, will return `maxValue`
405
405
  * ```typescript
406
406
  * @ViewChild("slider")
@@ -412,7 +412,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
412
412
  */
413
413
  get upperBound(): number;
414
414
  /**
415
- * Sets the upper boundary of the `IgxSliderComponent`.
415
+ * Sets the upper boundary of the slider.
416
416
  * If not set is the same as max value.
417
417
  * ```html
418
418
  * <igx-slider [step]="5" [upperBound]="20">
@@ -622,7 +622,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
622
622
  */
623
623
  onFocus(): void;
624
624
  /**
625
- * Returns whether the `IgxSliderComponent` type is RANGE.
625
+ * Returns whether the slider type is RANGE.
626
626
  * ```typescript
627
627
  * @ViewChild("slider")
628
628
  * public slider: IgxSliderComponent;
@@ -633,7 +633,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
633
633
  */
634
634
  get isRange(): boolean;
635
635
  /**
636
- * Returns the lower value of a RANGE `IgxSliderComponent`.
636
+ * Returns the lower value of a RANGE slider.
637
637
  * ```typescript
638
638
  * @ViewChild("slider")
639
639
  * public slider: IgxSliderComponent;
@@ -644,7 +644,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
644
644
  */
645
645
  get lowerValue(): number;
646
646
  /**
647
- * Sets the lower value of a RANGE `IgxSliderComponent`.
647
+ * Sets the lower value of a RANGE slider.
648
648
  * ```typescript
649
649
  * @ViewChild("slider")
650
650
  * public slider: IgxSliderComponent;
@@ -655,8 +655,8 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
655
655
  */
656
656
  set lowerValue(value: number);
657
657
  /**
658
- * Returns the upper value of a RANGE `IgxSliderComponent`.
659
- * Returns `value` of a SLIDER `IgxSliderComponent`
658
+ * Returns the upper value of a RANGE slider.
659
+ * Returns `value` of a SLIDER slider
660
660
  * ```typescript
661
661
  * @ViewChild("slider2")
662
662
  * public slider: IgxSliderComponent;
@@ -667,7 +667,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
667
667
  */
668
668
  get upperValue(): number;
669
669
  /**
670
- * Sets the upper value of a RANGE `IgxSliderComponent`.
670
+ * Sets the upper value of a RANGE slider.
671
671
  * ```typescript
672
672
  * @ViewChild("slider2")
673
673
  * public slider: IgxSliderComponent;
@@ -50,7 +50,7 @@ declare class IgxSnackbarComponent extends IgxNotificationsDirective implements
50
50
  actionText?: string;
51
51
  /**
52
52
  * An event that will be emitted when the action button is clicked.
53
- * Provides reference to the `IgxSnackbarComponent` as an argument.
53
+ * Provides reference to the snackbar as an argument.
54
54
  * ```html
55
55
  * <igx-snackbar (clicked)="clickedHandler($event)"></igx-snackbar>
56
56
  * ```
@@ -99,7 +99,7 @@ declare class IgxSplitterPaneComponent {
99
99
  minHeight: string;
100
100
  /**
101
101
  * @hidden @internal
102
- * Gets/Sets the `maxHeight` properties of the current `IgxSplitterPaneComponent`.
102
+ * Gets/Sets the `maxHeight` properties of the current splitter pane.
103
103
  */
104
104
  maxHeight: string;
105
105
  /** @hidden @internal */
@@ -128,7 +128,7 @@ declare class IgxSplitterPaneComponent {
128
128
  get element(): any;
129
129
  /**
130
130
  * @hidden @internal
131
- * Gets the `flex` property of the current `IgxSplitterPaneComponent`.
131
+ * Gets the `flex` property of the current splitter pane.
132
132
  */
133
133
  get flex(): string;
134
134
  /**
@@ -267,7 +267,7 @@ declare class IgxSplitterComponent implements AfterContentInit {
267
267
  private _type;
268
268
  /**
269
269
  * @hidden @internal
270
- * A field that holds the initial size of the main `IgxSplitterPaneComponent` in each pair of panes divided by a splitter bar.
270
+ * A field that holds the initial size of the main splitter pane in each pair of panes divided by a splitter bar.
271
271
  */
272
272
  private initialPaneSize;
273
273
  /**
@@ -152,7 +152,7 @@ declare class IgxStepContentDirective {
152
152
  }
153
153
 
154
154
  /**
155
- * IgxStepper provides a wizard-like workflow by dividing content into logical steps.
155
+ * Stepper provides a wizard-like workflow by dividing content into logical steps.
156
156
  *
157
157
  * @igxModule IgxStepperModule
158
158
  *
@@ -565,7 +565,7 @@ declare class IgxStepperService {
565
565
  }
566
566
 
567
567
  /**
568
- * The IgxStepComponent is used within the `igx-stepper` element and it holds the content of each step.
568
+ * The step is used within the stepper element and it holds the content of each step.
569
569
  * It also supports custom indicators, title and subtitle.
570
570
  *
571
571
  * @igxModule IgxStepperModule
@@ -456,7 +456,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
456
456
  }
457
457
 
458
458
  /**
459
- * This file contains all the directives used by the @link IgxTimePickerComponent.
459
+ * This file contains all the directives used by the @link time picker.
460
460
  * You should generally not use them directly.
461
461
  *
462
462
  * @preferred
@@ -4,7 +4,7 @@ import { IBaseCancelableBrowserEventArgs, IBaseEventArgs, ITreeResourceStrings }
4
4
  import { ToggleAnimationSettings, ToggleAnimationPlayer } from 'igniteui-angular/expansion-panel';
5
5
  import { Subject } from 'rxjs';
6
6
 
7
- /** Comparer function that can be used when searching through IgxTreeNode<any>[] */
7
+ /** Comparer function that can be used when searching through tree node<any>[] */
8
8
  type IgxTreeSearchResolver = (data: any, node: IgxTreeNode<any>) => boolean;
9
9
  interface IgxTree {
10
10
  /** @hidden @internal */
@@ -621,7 +621,7 @@ declare class IgxTreeExpandIndicatorDirective {
621
621
  static ɵdir: i0.ɵɵDirectiveDeclaration<IgxTreeExpandIndicatorDirective, "[igxTreeExpandIndicator]", never, {}, {}, never, never, true, never>;
622
622
  }
623
623
  /**
624
- * IgxTreeComponent allows a developer to show a set of nodes in a hierarchical fashion.
624
+ * Tree allows a developer to show a set of nodes in a hierarchical fashion.
625
625
  *
626
626
  * @igxModule IgxTreeModule
627
627
  * @igxKeywords tree