@ieeesa-npm/groups 0.8.3 → 0.8.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.
@@ -72,6 +72,12 @@ export declare class AddUserRosterComponent implements OnInit, OnDestroy {
72
72
  * @memberof AddUserRosterComponent
73
73
  */
74
74
  validateUserExistence(): void;
75
+ /**
76
+ * Creates add user form group and updates it with prev form values.
77
+ * @param {string} stringifiedAddUserFormPrevValues
78
+ * @memberof AddUserRosterComponent
79
+ */
80
+ updateAddUserFormGroupValues(addUserFormValues: string): void;
75
81
  /**
76
82
  * Initialize the add user form group array.
77
83
  * @param {string} [email]
@@ -80,9 +86,18 @@ export declare class AddUserRosterComponent implements OnInit, OnDestroy {
80
86
  createAddUserFormGroup(email?: string): void;
81
87
  /**
82
88
  * Adds classification, Member Type and Representing Organization form controls while adding new user to an individual group roster.
83
- * @memberof AddUserRosterComponent
84
- */
85
- updateAddUserFormGroup(): void;
89
+ * @param {{
90
+ * classification: SelectOption;
91
+ * memberType: SelectOption;
92
+ * representingOrg: SelectOption;
93
+ * }} [addUserFormGroupPrevValues]
94
+ * @memberof AddUserRosterComponent
95
+ */
96
+ updateAddUserFormGroup(addUserFormGroupPrevValues?: {
97
+ classification: SelectOption;
98
+ memberType: SelectOption;
99
+ representingOrg: SelectOption;
100
+ }): void;
86
101
  /**
87
102
  * Updates the add user form group controls by adding fieldConfig at required index.
88
103
  * @param {number} indexPosition
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.9.4",
7
+ "@ieeesa-npm/presentation": "^0.9.5",
8
8
  "@ieeesa-npm/shared-styles": "^0.2.1",
9
- "@ieeesa-npm/utility": "^0.8.4"
9
+ "@ieeesa-npm/utility": "^0.8.5"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"