@wolkabout/commons 0.0.48 → 0.0.50

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": "@wolkabout/commons",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "21.2.0",
6
6
  "@angular/common": "21.2.0",
@@ -1,5 +1,5 @@
1
1
  import * as i32 from '@angular/router';
2
- import { RouterLink, RouterOutlet, RouterLinkActive, Routes, CanActivateFn, QueryParamsHandling, Router, ActivatedRoute } from '@angular/router';
2
+ import { RouterLink, RouterOutlet, RouterLinkActive, CanActivateFn, QueryParamsHandling, Router, ActivatedRoute } from '@angular/router';
3
3
  import * as i1 from '@angular/material/button';
4
4
  import { MatButtonModule } from '@angular/material/button';
5
5
  import * as _angular_core from '@angular/core';
@@ -120,7 +120,7 @@ declare enum DataType {
120
120
  LINK = "LINK"
121
121
  }
122
122
 
123
- declare const createGlobalPermissionsGuard: (availableRoutesGetter: () => Routes, fallbackRoute: string[], parentRoutes?: string[]) => (permissions: string | string[]) => CanActivateFn;
123
+ declare const createGlobalPermissionsGuard: (fallbackRoute: string[]) => (permissions: string | string[]) => CanActivateFn;
124
124
 
125
125
  declare class AssetManager {
126
126
  /**