@ng-matero/ng-select 0.6.0 → 0.6.1
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;
|