igniteui-angular 12.3.40 → 12.3.42

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;
@@ -64,6 +64,7 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
64
64
  composing: boolean;
65
65
  private _updateInput;
66
66
  private _internalFilter;
67
+ private _collapsing;
67
68
  /** @hidden @internal */
68
69
  get filteredData(): any[] | null;
69
70
  /** @hidden @internal */
@@ -108,6 +109,8 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
108
109
  /** @hidden @internal */
109
110
  handleItemClick(): void;
110
111
  /** @hidden @internal */
112
+ onBlur(): void;
113
+ /** @hidden @internal */
111
114
  onFocus(): void;
112
115
  /** @hidden @internal */
113
116
  getEditElement(): HTMLElement;
@@ -126,9 +129,9 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
126
129
  protected createDisplayText(newSelection: any[], oldSelection: any[]): string;
127
130
  private clearSelection;
128
131
  private clearOnBlur;
129
- private getElementKey;
130
132
  private getElementVal;
131
- private clearAndClose;
133
+ private clear;
134
+ private isValid;
132
135
  }
133
136
  export declare class IgxSimpleComboModule {
134
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.40",
3
+ "version": "12.3.42",
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",