@ieeesa-npm/groups 0.8.8 → 0.8.9

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { Subject } from 'rxjs';
4
4
  import { AlertsService, AlertType, GlobalErrorHandlerService } from '@ieeesa-npm/utility';
@@ -19,6 +19,7 @@ export declare class AddUserRosterComponent implements OnInit, OnDestroy {
19
19
  private groupService;
20
20
  private globalErrorHandlerService;
21
21
  alertService: AlertsService;
22
+ elementRef: ElementRef;
22
23
  destroy$: Subject<boolean>;
23
24
  constants: any;
24
25
  addUserRosterTexts: any;
@@ -44,7 +45,7 @@ export declare class AddUserRosterComponent implements OnInit, OnDestroy {
44
45
  dynamicFormComponent: DynamicFormComponent;
45
46
  submitFormResponse: EventEmitter<any>;
46
47
  formCancel: EventEmitter<any>;
47
- constructor(groupService: GroupsService, globalErrorHandlerService: GlobalErrorHandlerService, alertService: AlertsService);
48
+ constructor(groupService: GroupsService, globalErrorHandlerService: GlobalErrorHandlerService, alertService: AlertsService, elementRef: ElementRef);
48
49
  /**
49
50
  * Initializes user roles and searchUserFormGroup.
50
51
  * @memberof AddUserRosterComponent
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.9.7",
7
+ "@ieeesa-npm/presentation": "^0.9.8",
8
8
  "@ieeesa-npm/shared-styles": "^0.2.2",
9
- "@ieeesa-npm/utility": "^0.8.7"
9
+ "@ieeesa-npm/utility": "^0.8.8"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"