igniteui-angular 14.1.0-rc.0 → 14.1.0
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.
- package/esm2020/lib/combo/combo.common.mjs +3 -2
- package/esm2020/lib/simple-combo/simple-combo.component.mjs +6 -8
- package/fesm2015/igniteui-angular.mjs +8 -8
- package/fesm2015/igniteui-angular.mjs.map +1 -1
- package/fesm2020/igniteui-angular.mjs +7 -8
- package/fesm2020/igniteui-angular.mjs.map +1 -1
- package/lib/simple-combo/simple-combo.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -139,7 +139,7 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
|
|
|
139
139
|
protected createDisplayText(newSelection: any[], oldSelection: any[]): string;
|
|
140
140
|
private clearSelection;
|
|
141
141
|
private clearOnBlur;
|
|
142
|
-
private
|
|
142
|
+
private getElementKey;
|
|
143
143
|
private getElementVal;
|
|
144
144
|
private clearAndClose;
|
|
145
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSimpleComboComponent, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
package/package.json
CHANGED