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
@@ -4,7 +4,7 @@ import { IgxDropDownGroupComponent, IgxDropDownItemComponent, IgxDropDownBaseDir
4
4
  import * as i0 from '@angular/core';
5
5
  import { AfterContentInit, OnInit, AfterViewInit, OnDestroy, AfterContentChecked, QueryList, EventEmitter, TemplateRef } from '@angular/core';
6
6
  import { ControlValueAccessor } from '@angular/forms';
7
- import { OverlaySettings, EditorProvider, IgxOverlayService, IBaseCancelableBrowserEventArgs, IBaseEventArgs } from 'igniteui-angular/core';
7
+ import { OverlaySettings, EditorProvider, IgxOverlayService, IBaseCancelableBrowserEventArgs, IBaseEventArgs, BaseFitPositionStrategy, IPositionStrategy, PositionSettings, Size, Point, ConnectedFit } from 'igniteui-angular/core';
8
8
  import { ToggleViewCancelableEventArgs, ToggleViewEventArgs } from 'igniteui-angular/directives';
9
9
 
10
10
  /**
@@ -123,9 +123,9 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
123
123
  */
124
124
  disabled: boolean;
125
125
  /**
126
- * Sets custom OverlaySettings `IgxSelectComponent`.
126
+ * Sets custom overlay settings for the select component.
127
127
  * ```html
128
- * <igx-select [overlaySettings] = "customOverlaySettings"></igx-select>
128
+ * <igx-select [overlaySettings]="customOverlaySettings"></igx-select>
129
129
  * ```
130
130
  */
131
131
  overlaySettings: OverlaySettings;
@@ -257,9 +257,9 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
257
257
  set value(v: any);
258
258
  /**
259
259
  * Sets how the select will be styled.
260
- * The allowed values are `line`, `box` and `border`. The input-group default is `line`.
260
+ * The allowed values are `line`, `box` and `border`. Defaults to `box` if no input-group type is set.
261
261
  * ```html
262
- * <igx-select [type]="'box'"></igx-select>
262
+ * <igx-select [type]="'border'"></igx-select>
263
263
  * ```
264
264
  */
265
265
  get type(): IgxInputGroupType;
@@ -292,7 +292,7 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
292
292
  * ```
293
293
  */
294
294
  open(overlaySettings?: OverlaySettings): void;
295
- inputGroupClick(event: MouseEvent, overlaySettings?: OverlaySettings): void;
295
+ protected inputGroupClick(event: MouseEvent, overlaySettings?: OverlaySettings): void;
296
296
  /** @hidden @internal */
297
297
  ngAfterContentInit(): void;
298
298
  /**
@@ -335,12 +335,96 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
335
335
  private get hasValidators();
336
336
  protected navigate(direction: Navigate, currentIndex?: number): void;
337
337
  protected manageRequiredAsterisk(): void;
338
+ private getMergedOverlaySettings;
338
339
  private setSelection;
339
340
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxSelectComponent, never>;
340
341
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxSelectComponent, "igx-select", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "overlaySettings": { "alias": "overlaySettings"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "opening": "opening"; "opened": "opened"; "closing": "closing"; "closed": "closed"; }, ["label", "toggleIconTemplate", "headerTemplate", "footerTemplate", "hintElement", "children", "prefixes", "suffixes"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint, [igxHint]", "*", "igx-select-item, igx-select-item-group"], true, never>;
341
342
  static ngAcceptInputType_disabled: unknown;
342
343
  }
343
344
 
345
+ /**
346
+ * Positions the select dropdown so that the active item's text overlaps
347
+ * the value displayed in the select input box.
348
+ */
349
+ declare class IgxSelectOverlapPositionStrategy extends BaseFitPositionStrategy implements IPositionStrategy {
350
+ private select;
351
+ private _selectDefaultSettings;
352
+ private global_yOffset;
353
+ private global_xOffset;
354
+ private global_styles;
355
+ /** @hidden @internal */
356
+ isItemOverlapPositioning: boolean;
357
+ constructor(select: IgxSelectComponent, settings?: PositionSettings);
358
+ /**
359
+ * Position the element based on the PositionStrategy implementing this interface.
360
+ *
361
+ * @param contentElement The HTML element to be positioned
362
+ * @param size Size of the element
363
+ * @param document reference to the Document object
364
+ * @param initialCall should be true if this is the initial call to the method
365
+ * @param target attaching target for the component to show
366
+ * ```typescript
367
+ * settings.positionStrategy.position(content, size, document, true);
368
+ * ```
369
+ */
370
+ position(contentElement: HTMLElement, _size: Size, document?: Document, initialCall?: boolean, target?: Point | HTMLElement): void;
371
+ /**
372
+ * Obtain the selected item if there is such one or otherwise use the first one
373
+ */
374
+ private getInteractionItemElement;
375
+ /**
376
+ * Position the items outer container so selected item text is positioned over input text and if header
377
+ * And/OR footer - both header/footer are visible
378
+ *
379
+ * @param selectFit selectFit to use for computation.
380
+ */
381
+ protected fitInViewport(_contentElement: HTMLElement, selectFit: SelectFit): void;
382
+ /**
383
+ * Sets element's style which effectively positions the provided element
384
+ *
385
+ * @param element Element to position
386
+ * @param selectFit selectFit to use for computation.
387
+ * @param initialCall should be true if this is the initial call to the position method calling setStyles
388
+ */
389
+ protected setStyles(contentElement: HTMLElement, selectFit: SelectFit): void;
390
+ /**
391
+ * Calculate selected item scroll position.
392
+ */
393
+ private calculateScrollAmount;
394
+ /**
395
+ * Calculate the necessary input and selected item styles to be used for positioning item text over input text.
396
+ * Calculate & Set default items container width.
397
+ *
398
+ * @param selectFit selectFit to use for computation.
399
+ */
400
+ private calculateStyles;
401
+ /**
402
+ * Calculate how much to offset the overlay container for Y-axis.
403
+ */
404
+ private calculateYoffset;
405
+ /**
406
+ * Calculate how much to offset the overlay container for X-axis.
407
+ */
408
+ private calculateXoffset;
409
+ }
410
+ /** @hidden */
411
+ interface SelectFit extends ConnectedFit {
412
+ itemElement?: HTMLElement;
413
+ scrollContainer: HTMLElement;
414
+ scrollContainerRect: ClientRect;
415
+ itemRect?: ClientRect;
416
+ styles?: SelectStyles;
417
+ scrollAmount?: number;
418
+ }
419
+ /** @hidden */
420
+ interface SelectStyles {
421
+ itemTextPadding?: number;
422
+ itemTextIndent?: number;
423
+ itemTextToInputTextDiff?: number;
424
+ contentElementNewWidth?: number;
425
+ numericLeftPadding?: number;
426
+ }
427
+
344
428
  declare const IGX_SELECT_DIRECTIVES: readonly [typeof IgxSelectComponent, typeof IgxSelectItemComponent, typeof IgxSelectGroupComponent, typeof IgxSelectHeaderDirective, typeof IgxSelectFooterDirective, typeof IgxSelectToggleIconDirective, typeof IgxLabelDirective, typeof IgxPrefixDirective, typeof IgxSuffixDirective, typeof IgxHintDirective];
345
429
 
346
430
  /**
@@ -354,4 +438,4 @@ declare class IgxSelectModule {
354
438
  static ɵinj: i0.ɵɵInjectorDeclaration<IgxSelectModule>;
355
439
  }
356
440
 
357
- export { IGX_SELECT_DIRECTIVES, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective };
441
+ export { IGX_SELECT_DIRECTIVES, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectOverlapPositionStrategy, IgxSelectToggleIconDirective };
@@ -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