igniteui-angular 15.1.35 → 15.1.36

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.
@@ -25,6 +25,11 @@ export declare class IgxSelectionAPIService {
25
25
  * @param componentID ID of the component.
26
26
  */
27
27
  clear(componentID: string): void;
28
+ /**
29
+ * Removes selection for a component.
30
+ * @param componentID
31
+ */
32
+ delete(componentID: string): void;
28
33
  /**
29
34
  * Get current component selection length.
30
35
  *
@@ -276,10 +276,6 @@ export declare class IgxSelectComponent extends IgxDropDownComponent implements
276
276
  ngAfterViewInit(): void;
277
277
  /** @hidden @internal */
278
278
  ngAfterContentChecked(): void;
279
- /**
280
- * @hidden @internal
281
- */
282
- ngOnDestroy(): void;
283
279
  /**
284
280
  * @hidden @internal
285
281
  * Prevent input blur - closing the items container on Header/Footer Template click.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "15.1.35",
3
+ "version": "15.1.36",
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",