@ng-matero/ng-select 0.6.0 → 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
|
@@ -82,6 +82,7 @@ declare class NgDropdownPanel implements OnInit, OnChanges, OnDestroy {
|
|
|
82
82
|
private _handleScroll;
|
|
83
83
|
private _handleOutsideClick;
|
|
84
84
|
private _checkToClose;
|
|
85
|
+
private _coordinatesWithin;
|
|
85
86
|
private _onItemsChange;
|
|
86
87
|
private _updateItems;
|
|
87
88
|
private _updateItemsRange;
|
|
@@ -390,6 +391,7 @@ declare class NgSelect implements OnDestroy, OnChanges, OnInit, AfterViewInit, C
|
|
|
390
391
|
onInputFocus(e: FocusEvent): void;
|
|
391
392
|
onInputBlur(e: FocusEvent): void;
|
|
392
393
|
onItemHover(item: NgOptionItem): void;
|
|
394
|
+
updateViewPortItems(items: NgOptionItem[]): void;
|
|
393
395
|
detectChanges(): void;
|
|
394
396
|
private _setSearchTermFromItems;
|
|
395
397
|
private _setItems;
|