igniteui-angular 11.1.30 → 11.1.31

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.
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnInit, Renderer2, TemplateRef, OnDestroy, ChangeDetectorRef, OnChanges, NgZone, AfterContentInit } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnInit, Renderer2, TemplateRef, OnDestroy, ChangeDetectorRef, OnChanges, NgZone, AfterContentInit, SimpleChanges } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { EditorProvider } from '../core/edit-provider';
4
4
  import { IgxSliderThumbComponent } from './thumb/thumb-slider.component';
@@ -550,7 +550,7 @@ export declare class IgxSliderComponent implements ControlValueAccessor, EditorP
550
550
  /**
551
551
  * @hidden
552
552
  */
553
- ngOnChanges(changes: any): void;
553
+ ngOnChanges(changes: SimpleChanges): void;
554
554
  /**
555
555
  * @hidden
556
556
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "11.1.30",
3
+ "version": "11.1.31",
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",