vcomply-workflow-engine 2.6.165 → 2.6.166

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.
@@ -168,15 +168,4 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
168
168
  * }
169
169
  */
170
170
  getProgramId(programName: string, chileProgram?: string): any;
171
- /**
172
- * It takes a string as an argument and returns a string.
173
- * @param {any} item - this is the name of the group that is selected from the dropdown.
174
- * it will return employee id in this form '1234,2345'.
175
- */
176
- getEmployeeIdFromGroup(item: any): any;
177
- /**
178
- * If the item is a group, return true, otherwise return false.
179
- * @param {any} item - any - the item that is being checked
180
- */
181
- isGroupSelected(item: any): boolean;
182
171
  }
@@ -12,7 +12,6 @@ export declare class BulkResponsibilityViewComponent implements OnInit {
12
12
  responsibilityType: string;
13
13
  finalResponsibilities: number;
14
14
  isConfirmClickable: boolean;
15
- responsibilityMultiTabBulkUpload: any;
16
15
  ngOnChanges(): void;
17
16
  ngOnInit(): void;
18
17
  submit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.165",
3
+ "version": "2.6.166",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"