@ieeesa-npm/groups 0.4.4 → 0.4.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.
@@ -130,7 +130,6 @@ export declare class TreeViewComponent implements OnInit, AfterViewInit, OnDestr
130
130
  matTreeNodePadding: MatTreeNodePadding<GroupNode>;
131
131
  plusCircleIconButton: IconButton;
132
132
  minusCircleIconButton: IconButton;
133
- isEditGroup: boolean;
134
133
  editGroupAndParentGroupInfo: EditGroupAndParentInfo;
135
134
  menuItems: Menu[];
136
135
  private parentGroups;
@@ -2,5 +2,6 @@ export declare enum GroupFunctionType {
2
2
  CREATE = "CREATE",
3
3
  EDIT = "EDIT",
4
4
  VIEW_ROSTER = "VIEW_ROSTER",
5
- FILTER = "FILTER"
5
+ FILTER = "FILTER",
6
+ TOGGLE = "TOGGLE"
6
7
  }
@@ -11,4 +11,5 @@ export interface GroupInfo {
11
11
  groupLevel: number;
12
12
  groupTypeInfo?: GroupType;
13
13
  children?: GroupInfo[];
14
+ noOfChildren?: number;
14
15
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",
7
- "@ieeesa-npm/presentation": "^0.6.3",
7
+ "@ieeesa-npm/presentation": "^0.6.4",
8
8
  "@ieeesa-npm/shared-styles": "^0.1.6",
9
- "@ieeesa-npm/utility": "^0.5.6"
9
+ "@ieeesa-npm/utility": "^0.5.7"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"