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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexheal-lib",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"