igniteui-angular 21.0.12 → 21.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "21.0.12",
3
+ "version": "21.0.13",
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",
@@ -223,6 +223,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
223
223
  private get required();
224
224
  private get dialogOverlaySettings();
225
225
  private get dropDownOverlaySettings();
226
+ private get inputGroupElement();
226
227
  /** @hidden @internal */
227
228
  displayValue: PipeTransform;
228
229
  /** @hidden @internal */