@ngrdt/menu 0.0.35 → 0.0.37

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
@@ -7,7 +7,6 @@ import * as _angular_core from '@angular/core';
7
7
  import { InjectionToken, ElementRef, DestroyRef, QueryList, ChangeDetectorRef, Renderer2, EnvironmentInjector, Signal } from '@angular/core';
8
8
  import * as i5 from '@angular/router';
9
9
  import { Router } from '@angular/router';
10
- import * as i8 from '@ngrdt/button';
11
10
  import { RdtButtonBaseInt } from '@ngrdt/button';
12
11
  import * as i4 from '@angular/common';
13
12
 
@@ -327,7 +326,7 @@ declare class RdtMenuComponent extends RdtMenuBaseComponent {
327
326
 
328
327
  declare class RdtMenuModule {
329
328
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdtMenuModule, never>;
330
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<RdtMenuModule, [typeof RdtMenuOverlayComponent, typeof RdtMenuComponent, typeof RdtMenuBarComponent], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.RdtAnyRouteActiveDirective, typeof i7.RdtKeyListenerDirective, typeof i8.RdtButtonOutletDirective], [typeof RdtMenuComponent, typeof RdtMenuBarComponent]>;
329
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<RdtMenuModule, [typeof RdtMenuOverlayComponent, typeof RdtMenuComponent, typeof RdtMenuBarComponent], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.RdtAnyRouteActiveDirective, typeof i7.RdtKeyListenerDirective], [typeof RdtMenuComponent, typeof RdtMenuBarComponent]>;
331
330
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<RdtMenuModule>;
332
331
  }
333
332
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ngrdt/menu",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.2.0",
6
6
  "@angular/core": ">=18.2.0",
7
7
  "@angular/router": ">=18.2.0",
8
8
  "rxjs": ">=7.0.0",
9
- "@ngrdt/router": "^0.0.35",
10
- "@ngrdt/utils": "^0.0.35",
11
- "@ngrdt/button": "^0.0.35",
12
- "@ngrdt/shortcuts": "^0.0.35"
9
+ "@ngrdt/router": "^0.0.37",
10
+ "@ngrdt/utils": "^0.0.37",
11
+ "@ngrdt/button": "^0.0.37",
12
+ "@ngrdt/shortcuts": "^0.0.37"
13
13
  },
14
14
  "sideEffects": false,
15
15
  "module": "fesm2022/ngrdt-menu.mjs",