@ieeesa-npm/groups 0.6.8 → 0.7.0

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.
@@ -34,6 +34,7 @@ export declare class ViewRosterComponent implements AfterViewInit, OnDestroy {
34
34
  rosterActions: TableActions;
35
35
  defaultSortedColumn: string;
36
36
  defaultColumnSortDirection: SortDirection;
37
+ searchTerm: string;
37
38
  constructor(dialog: MatDialog, groupService: GroupsService, alertService: AlertsService, cdr: ChangeDetectorRef, globalErrorHandlerService: GlobalErrorHandlerService);
38
39
  /**
39
40
  * Show add new user success message when canShowMessage is set true
@@ -34,7 +34,12 @@ export declare class GroupsService {
34
34
  "1008": string;
35
35
  "1009": string;
36
36
  "1010": string;
37
- "1011": string;
37
+ "1011": string; /**
38
+ * This method will parse the error codes and return the respective error message for each code.
39
+ * @param {string[]} errorCodes
40
+ * @return {string[]} errorMessage
41
+ * @memberof GroupsService
42
+ */
38
43
  "1012": string;
39
44
  "1013": string;
40
45
  "1014": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/groups",
3
- "version": "0.6.8",
3
+ "version": "0.7.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",