@ieeesa-npm/groups 0.12.4 → 0.12.5

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.
@@ -102,12 +102,12 @@ export declare class GroupsComponent implements OnInit, OnDestroy {
102
102
  * Sets the dialog options for edit user roles and calls openModal method.
103
103
  * @memberof GroupsComponent
104
104
  */
105
- openEditUserRolesModal(): void;
105
+ openEditUserRolesModal(selectedGroupInfo: GroupInfo): void;
106
106
  /**
107
107
  * Sets the dialog options for add users modal and calls openModal method.
108
108
  * @memberof GroupsComponent
109
109
  */
110
- openAddUserRosterModal(): void;
110
+ openAddUserRosterModal(selectedGroupInfo: GroupInfo): void;
111
111
  /**
112
112
  * Sets the dialog options for users modal and calls openModal method.
113
113
  * @param {GroupInfo} group
@@ -337,7 +337,7 @@ export declare class GroupsService {
337
337
  * @return {Observable<GetGroupUsersResponse>}
338
338
  * @memberof GroupsService
339
339
  */
340
- groupsByNameAcronym(searchTerm: string): Observable<GetGroupResponse>;
340
+ groupsByNameAcronym(searchTerm: string, filteredGroupType?: number): Observable<GetGroupResponse>;
341
341
  /**
342
342
  * Sets the user group permissions
343
343
  * @param {GroupPermission[]} userGroupPermissions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"