@norwegian/core-components 7.22.0 → 7.22.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.
@@ -137,6 +137,7 @@ export declare class AutocompleteComponent extends NasComponentBase implements O
137
137
  getResultsId(): string;
138
138
  getLabelId(): string;
139
139
  getInputId(): string;
140
+ getItemId(item: AutocompleteModel): string;
140
141
  setOpen(): void;
141
142
  filter(): void;
142
143
  onKeyDown(event: KeyboardEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norwegian/core-components",
3
- "version": "7.22.0",
3
+ "version": "7.22.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.0.0 < 22.0.0",
6
6
  "@angular/core": ">=16.0.0 < 22.0.0"