@ieeesa-npm/groups 0.10.1 → 0.10.2

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.
@@ -199,6 +199,14 @@ export declare class CreateGroupComponent implements OnInit, OnDestroy {
199
199
  * @memberof CreateGroupComponent
200
200
  */
201
201
  getParentGroups(groupId: string): void;
202
+ /**
203
+ * Update passed form field values.
204
+ * @param {string} formControlName
205
+ * @param {string} formControlInputProperty
206
+ * @param {*} value
207
+ * @memberof CreateGroupComponent
208
+ */
209
+ updateFormControlOptions(formControlName: string, formControlInputProperty: string, value: any): void;
202
210
  /**
203
211
  * Adds/removes new parent group selection options whenever Change Parent Group slider is toggled.
204
212
  * @param {SlideToggleOption} toggle
@@ -76,6 +76,8 @@ export declare class GroupsService {
76
76
  "1034": string;
77
77
  "1035": string;
78
78
  "1036": string;
79
+ "1037": string;
80
+ "1038": string;
79
81
  "2001": string;
80
82
  "2002": string;
81
83
  "2010": string;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.10.8",
8
- "@ieeesa-npm/shared-styles": "^0.2.5",
9
- "@ieeesa-npm/utility": "^0.9.7"
7
+ "@ieeesa-npm/presentation": "^0.10.9",
8
+ "@ieeesa-npm/shared-styles": "^0.2.6",
9
+ "@ieeesa-npm/utility": "^0.9.8"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"