@ojiepermana/angular-navigation 22.0.44 → 22.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ojiepermana/angular-navigation",
3
- "version": "22.0.44",
3
+ "version": "22.0.46",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/edsis/angular.git"
@@ -13,7 +13,7 @@
13
13
  "@angular/common": ">=22.0.0",
14
14
  "@angular/core": ">=22.0.0",
15
15
  "@angular/router": ">=22.0.0",
16
- "@ojiepermana/angular-component": "^22.0.44",
16
+ "@ojiepermana/angular-component": "^22.0.46",
17
17
  "rxjs": ">=7.8.0"
18
18
  },
19
19
  "dependencies": {
@@ -115,7 +115,7 @@ declare class NavigationService {
115
115
  hrefFor(item: NavigationNormalizedItem): string | null;
116
116
  relFor(item: NavigationNormalizedItem): string | null;
117
117
  routerLinkActiveOptions(item: NavigationNormalizedItem): IsActiveMatchOptions;
118
- itemRole(orientation: NavigationOrientation, level: number): 'menuitem' | null;
118
+ itemRole(orientation: NavigationOrientation, _level: number): 'menuitem' | null;
119
119
  compactLabel(item: NavigationNormalizedItem, compact: boolean): string | null;
120
120
  titleFor(item: NavigationNormalizedItem, compact: boolean): string | null;
121
121
  compactFallback(item: NavigationNormalizedItem): string;