ud-components 0.3.10 → 0.3.11

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.
@@ -32,6 +32,7 @@ export declare class AutocompleteComponent implements OnInit, OnChanges, OnDestr
32
32
  ngOnChanges(changes: SimpleChanges): void;
33
33
  ngOnInit(): void;
34
34
  ngOnDestroy(): void;
35
+ onFocus(): void;
35
36
  /** Called when the user selects an option from the dropdown */
36
37
  onOptionSelected(value: any): void;
37
38
  /** Display function for mat-autocomplete — shows the label, not the raw value */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ud-components",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0"