@ieeesa-npm/groups 0.3.4 → 0.3.6

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.
@@ -6,6 +6,7 @@ import { BehaviorSubject, Observable, Subject } from 'rxjs';
6
6
  import { MatTreeNodePadding } from '@angular/material/tree';
7
7
  import { GroupInfo } from '../../models/group-info.model';
8
8
  import { EditGroupAndParentInfo } from '../../models/edit-group.model';
9
+ import { GroupsService } from '../../services/groups.service';
9
10
  import * as i0 from "@angular/core";
10
11
  /**
11
12
  * Dynamic Flat node creates a node structure
@@ -117,6 +118,7 @@ export declare class GroupsDataSource implements DataSource<GroupNode> {
117
118
  export declare class TreeViewComponent implements OnInit, AfterViewInit, OnDestroy {
118
119
  database: Groups;
119
120
  elementRef: ElementRef;
121
+ groupsService: GroupsService;
120
122
  constants: any;
121
123
  buttons: Menu[];
122
124
  treePaddingIndent: number;
@@ -148,7 +150,7 @@ export declare class TreeViewComponent implements OnInit, AfterViewInit, OnDestr
148
150
  editGroupClick: EventEmitter<EditGroupAndParentInfo>;
149
151
  deleteGroupClick: EventEmitter<GroupInfo>;
150
152
  viewRosterClick: EventEmitter<GroupInfo>;
151
- constructor(database: Groups, elementRef: ElementRef);
153
+ constructor(database: Groups, elementRef: ElementRef, groupsService: GroupsService);
152
154
  /**
153
155
  * Initializes the tree view component
154
156
  * @memberof TreeViewComponent
@@ -20,7 +20,7 @@ export declare class GroupsComponent implements OnInit, OnDestroy {
20
20
  private groupsService;
21
21
  alertService: AlertsService;
22
22
  private breakpointObserverService;
23
- private globalErrorHandlerService;
23
+ globalErrorHandlerService: GlobalErrorHandlerService;
24
24
  destroy$: Subject<boolean>;
25
25
  dialogRef: any;
26
26
  constants: any;
@@ -1,5 +1,6 @@
1
1
  export declare enum GroupFunctionType {
2
2
  CREATE = "CREATE",
3
3
  EDIT = "EDIT",
4
- VIEW_ROSTER = "VIEW_ROSTER"
4
+ VIEW_ROSTER = "VIEW_ROSTER",
5
+ FILTER = "FILTER"
5
6
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.5.7",
7
+ "@ieeesa-npm/presentation": "^0.5.8",
8
8
  "@ieeesa-npm/shared-styles": "^0.1.5",
9
- "@ieeesa-npm/utility": "^0.4.8"
9
+ "@ieeesa-npm/utility": "^0.4.9"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"