igniteui-angular 12.3.38 → 12.3.39

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.
@@ -126,7 +126,7 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
126
126
  protected createDisplayText(newSelection: any[], oldSelection: any[]): string;
127
127
  private clearSelection;
128
128
  private clearOnBlur;
129
- private isPartialMatch;
129
+ private getElementKey;
130
130
  private getElementVal;
131
131
  private clearAndClose;
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.38",
3
+ "version": "12.3.39",
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",