igniteui-angular 20.1.19 → 20.1.21

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/index.d.ts CHANGED
@@ -29360,6 +29360,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
29360
29360
  private get required();
29361
29361
  private get dialogOverlaySettings();
29362
29362
  private get dropDownOverlaySettings();
29363
+ private get inputGroupElement();
29363
29364
  /** @hidden @internal */
29364
29365
  displayValue: PipeTransform;
29365
29366
  /** @hidden @internal */
@@ -34307,6 +34308,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
34307
34308
  * Sets columns defaultWidth property
34308
34309
  */
34309
34310
  protected _derivePossibleWidth(): void;
34311
+ private _updateColumnDefaultWidths;
34310
34312
  protected resetNotifyChanges(): void;
34311
34313
  /** @hidden @internal */
34312
34314
  resolveOutlet(): IgxOverlayOutletDirective;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "20.1.19",
3
+ "version": "20.1.21",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",