verben-authentication-ui 0.7.1 → 0.7.3

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.
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, OnInit } from '@angular/core';
2
2
  import { RoleControlService } from './role-control.service';
3
- import { CardData, CardDataViewComponent, ColumnDefinition, DataViewComponent, IDataFilter } from 'verben-ng-ui';
3
+ import { CardData, CardDataViewComponent, ColumnDefinition, DataViewComponent, IDataFilter, VerbenPopUpComponent } from 'verben-ng-ui';
4
4
  import { Role } from '../../models/Role';
5
5
  import { RoleContext } from '../../models/RoleContext';
6
6
  import { RoleAction } from '../../models/RoleAction';
@@ -35,6 +35,7 @@ export declare class RoleControlComponent implements OnInit {
35
35
  cardContextHistoryData: CardData[][];
36
36
  cardDataView: CardDataViewComponent;
37
37
  dataView: DataViewComponent;
38
+ popUp: VerbenPopUpComponent;
38
39
  isGlobal: boolean;
39
40
  serviceName: string | null;
40
41
  application: string | null;
@@ -107,6 +108,7 @@ export declare class RoleControlComponent implements OnInit {
107
108
  randomName(): string;
108
109
  randomContexts(): RoleContext[];
109
110
  randomActions(): RoleAction[];
111
+ closePopUp(): void;
110
112
  editValue(value: MappedRole): void;
111
113
  static ɵfac: i0.ɵɵFactoryDeclaration<RoleControlComponent, never>;
112
114
  static ɵcmp: i0.ɵɵComponentDeclaration<RoleControlComponent, "lib-role-control", never, { "isGlobal": { "alias": "isGlobal"; "required": false; }; "serviceName": { "alias": "serviceName"; "required": false; }; "application": { "alias": "application"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "searchDebounceTime": { "alias": "searchDebounceTime"; "required": false; }; }, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verben-authentication-ui",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0 || ^18.0.0",
6
6
  "@angular/core": "^14.0.0 || ^18.0.0",