igniteui-angular 13.2.19 → 13.2.20

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.
@@ -77,6 +77,7 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
77
77
  composing: boolean;
78
78
  private _updateInput;
79
79
  private _internalFilter;
80
+ private _collapsing;
80
81
  /** @hidden @internal */
81
82
  get filteredData(): any[] | null;
82
83
  /** @hidden @internal */
@@ -121,6 +122,8 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
121
122
  /** @hidden @internal */
122
123
  handleItemClick(): void;
123
124
  /** @hidden @internal */
125
+ onBlur(): void;
126
+ /** @hidden @internal */
124
127
  onFocus(): void;
125
128
  /** @hidden @internal */
126
129
  getEditElement(): HTMLElement;
@@ -139,9 +142,8 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
139
142
  protected createDisplayText(newSelection: any[], oldSelection: any[]): string;
140
143
  private clearSelection;
141
144
  private clearOnBlur;
142
- private getElementKey;
143
145
  private getElementVal;
144
- private clearAndClose;
146
+ private clear;
145
147
  private isValid;
146
148
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxSimpleComboComponent, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
147
149
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxSimpleComboComponent, "igx-simple-combo", never, {}, { "selectionChanging": "selectionChanging"; }, never, ["[igxLabel]", "igx-prefix", "igx-hint, [igxHint]", "igx-suffix"]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "13.2.19",
3
+ "version": "13.2.20",
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",