@wolkabout/commons 0.0.19 → 0.0.20

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
@@ -422,7 +422,7 @@ declare class RequiresPermissionDirective {
422
422
  private templateRef;
423
423
  private viewContainer;
424
424
  private permissions;
425
- set appRequiresPermission(permissions: string | string[]);
425
+ set appRequiresPermission(permissions: string | string[] | undefined | null);
426
426
  constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef, permissions: PermissionsService);
427
427
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RequiresPermissionDirective, never>;
428
428
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RequiresPermissionDirective, "[appRequiresPermission]", never, { "appRequiresPermission": { "alias": "appRequiresPermission"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.11",
6
6
  "@angular/common": "^20.3.9",