igniteui-angular 12.3.39 → 12.3.41

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.
@@ -659,6 +659,8 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
659
659
  /** @hidden @internal */
660
660
  ngAfterViewInit(): void;
661
661
  /** @hidden @internal */
662
+ ngDoCheck(): void;
663
+ /** @hidden @internal */
662
664
  ngOnDestroy(): void;
663
665
  /**
664
666
  * A method that opens/closes the combo.
@@ -753,6 +755,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
753
755
  [x: string]: any;
754
756
  }[];
755
757
  protected getRemoteSelection(newSelection: any[], oldSelection: any[]): string;
758
+ protected get required(): boolean;
756
759
  abstract get filteredData(): any[] | null;
757
760
  abstract set filteredData(val: any[] | null);
758
761
  abstract handleOpened(): any;
@@ -129,6 +129,7 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
129
129
  private getElementKey;
130
130
  private getElementVal;
131
131
  private clearAndClose;
132
+ private isValid;
132
133
  }
133
134
  export declare class IgxSimpleComboModule {
134
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.39",
3
+ "version": "12.3.41",
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",