@ng-matero/ng-select 0.6.1 → 0.6.2

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/index.d.ts CHANGED
@@ -391,6 +391,7 @@ declare class NgSelect implements OnDestroy, OnChanges, OnInit, AfterViewInit, C
391
391
  onInputFocus(e: FocusEvent): void;
392
392
  onInputBlur(e: FocusEvent): void;
393
393
  onItemHover(item: NgOptionItem): void;
394
+ updateViewPortItems(items: NgOptionItem[]): void;
394
395
  detectChanges(): void;
395
396
  private _setSearchTermFromItems;
396
397
  private _setItems;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-matero/ng-select",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Angular Select - All in One UI Select, Multiselect and Autocomplete",
5
5
  "publishConfig": {
6
6
  "access": "public"