igniteui-angular 12.3.40 → 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.
@@ -755,6 +755,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
755
755
  [x: string]: any;
756
756
  }[];
757
757
  protected getRemoteSelection(newSelection: any[], oldSelection: any[]): string;
758
+ protected get required(): boolean;
758
759
  abstract get filteredData(): any[] | null;
759
760
  abstract set filteredData(val: any[] | null);
760
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.40",
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",