igniteui-angular 14.1.1 → 14.1.3

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.
@@ -796,6 +796,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
796
796
  [x: string]: any;
797
797
  }[];
798
798
  protected getRemoteSelection(newSelection: any[], oldSelection: any[]): string;
799
+ protected get required(): boolean;
799
800
  abstract get filteredData(): any[] | null;
800
801
  abstract set filteredData(val: any[] | null);
801
802
  abstract handleOpened(): any;
@@ -25,5 +25,6 @@ export declare class WorksheetData {
25
25
  get dataDictionary(): WorksheetDataDictionary;
26
26
  get hasMultiColumnHeader(): boolean;
27
27
  get isHierarchical(): boolean;
28
+ get multiColumnHeaderRows(): number;
28
29
  private initializeData;
29
30
  }
@@ -142,6 +142,7 @@ export declare class IgxSimpleComboComponent extends IgxComboBaseDirective imple
142
142
  private getElementKey;
143
143
  private getElementVal;
144
144
  private clearAndClose;
145
+ private isValid;
145
146
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxSimpleComboComponent, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
146
147
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxSimpleComboComponent, "igx-simple-combo", never, {}, { "selectionChanging": "selectionChanging"; }, never, ["[igxLabel]", "igx-prefix", "igx-hint, [igxHint]", "igx-suffix"], false>;
147
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "14.1.1",
3
+ "version": "14.1.3",
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",