@ieeesa-npm/groups 0.7.3 → 0.7.4

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",