@ieeesa-npm/groups 0.7.3 → 0.7.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.
@@ -124,7 +124,7 @@ export declare class EditUserRolesComponent implements OnInit, OnDestroy {
124
124
  * @param {SelectOption[]} options
125
125
  * @memberof EditUserRolesComponent
126
126
  */
127
- updateFormControlOptions(formControlName: string, formControlInputProperty: string, options: SelectOption[]): void;
127
+ updateFormControlOptions(formControlName: string, formControlInputProperty: string, options: SelectOption[], selectedOption?: string): void;
128
128
  /**
129
129
  * Captures the server side errors and handles it based on the custom or Http errors.
130
130
  * @param {HttpErrorResponse} error
@@ -3,7 +3,7 @@ export interface GroupUserInfo {
3
3
  name: string;
4
4
  role: string;
5
5
  userId: string;
6
- classification?: string | null;
7
- organization?: string | null;
8
- memberStatus?: string | null;
6
+ classification?: string;
7
+ organization?: string;
8
+ memberStatus?: string;
9
9
  }
@@ -48,8 +48,7 @@ export declare class GroupsService {
48
48
  "1012": string;
49
49
  "1013": string;
50
50
  "1014": string;
51
- "1015": string;
52
- /**
51
+ "1015": string; /**
53
52
  * Returns the selected group info.
54
53
  * @return {(GroupInfo | undefined)} -group info.
55
54
  * @memberof GroupsService
@@ -261,7 +260,7 @@ export declare class GroupsService {
261
260
  * @return {Observable<AddOrEditGroupUserDetailsResponse>}
262
261
  * @memberof GroupsService
263
262
  */
264
- addNewGroupUser(AddOrEditUserPayload: AddOrEditUserPayload | AddOrEditUserIndividualRosterPayload, groupRosterType: GroupRosterType): Observable<AddOrEditGroupUserDetailsResponse>;
263
+ addNewGroupUser(AddOrEditUserPayload: AddOrEditUserPayload | AddOrEditUserIndividualRosterPayload): Observable<AddOrEditGroupUserDetailsResponse>;
265
264
  /**
266
265
  * Sets the loaded group type user roles
267
266
  * @param {CheckboxOption[]} userRoles
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.8.8",
7
+ "@ieeesa-npm/presentation": "^0.9.0",
8
8
  "@ieeesa-npm/shared-styles": "^0.2.1",
9
- "@ieeesa-npm/utility": "^0.8.0"
9
+ "@ieeesa-npm/utility": "^0.8.1"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"