nexheal-lib 0.0.45 → 0.0.46
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/fesm2022/nexheal-lib.mjs +7 -11
- package/fesm2022/nexheal-lib.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -504,7 +504,6 @@ declare class PaginatedAutocompleteControl implements ControlValueAccessor, OnIn
|
|
|
504
504
|
optionPatched: EventEmitter<any>;
|
|
505
505
|
private valueBuffer;
|
|
506
506
|
private popperInstance;
|
|
507
|
-
private preventDropdownReopen;
|
|
508
507
|
private preventClearOnBlur;
|
|
509
508
|
private onChange;
|
|
510
509
|
private onTouched;
|