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/fesm2022/igniteui-angular.mjs +51 -12
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
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