vcomply-workflow-engine 6.1.61 → 6.1.63

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.
@@ -37,6 +37,7 @@ export declare class GrcService {
37
37
  getProgramsListCount(req: any): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any[]>>;
38
38
  getSubCategoryList(payload: any): import("rxjs").Observable<any>;
39
39
  getResponsibilityByCategoryId(req: any, payload?: any, filterPolicyData?: any): import("rxjs").Observable<ArrayBuffer>;
40
+ getGRCObjectByGRCId(grcIds: string): import("rxjs").Observable<any[]>;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcService, [null, null, { optional: true; }]>;
41
42
  static ɵprov: i0.ɵɵInjectableDeclaration<GrcService>;
42
43
  }
@@ -531,6 +531,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
531
531
  linked: Record<string, number[]>;
532
532
  data: any[];
533
533
  }): Record<string, any[]>;
534
+ populateGRCObjectDetails(GRC_OBJECTS: any): void;
534
535
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowComplianceComponent, never>;
535
536
  static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowComplianceComponent, "app-workflow-compliance", never, { "mode": { "alias": "mode"; "required": false; }; "responsibilityId": { "alias": "responsibilityId"; "required": false; }; "frameworkDetails": { "alias": "frameworkDetails"; "required": false; }; "isEntrust": { "alias": "isEntrust"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "assessmentDetails": { "alias": "assessmentDetails"; "required": false; }; "isDuplicate": { "alias": "isDuplicate"; "required": false; }; "closeOnEsc": { "alias": "closeOnEsc"; "required": false; }; "orgDetails": { "alias": "orgDetails"; "required": false; }; "openedFrom": { "alias": "openedFrom"; "required": false; }; "selectedRC": { "alias": "selectedRC"; "required": false; }; "setSelectedProgram": { "alias": "selectedProgram"; "required": false; }; "responsibilityDetails": { "alias": "responsibilityDetails"; "required": false; }; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; "closeWorkflow": "closeWorkflow"; "resetForm": "resetForm"; "disconnectRefresh": "disconnectRefresh"; "checkpointCountUpdated": "checkpointCountUpdated"; "rcSelected": "rcSelected"; "onRemovingCheckpoint": "onRemovingCheckpoint"; "isAssessmentDisabled": "isAssessmentDisabled"; "assigneeTypeChange": "assigneeTypeChange"; "onReviewerTypeChange": "onReviewerTypeChange"; }, never, never, false, never>;
536
537
  }
@@ -167,7 +167,7 @@ export declare class WorkflowRiskComponent implements OnInit {
167
167
  setPopupButtons(): void;
168
168
  getRiskDetails(riskId: any): void;
169
169
  populateOptionalFields(): void;
170
- setCategoryType(type: any): "compliance" | "strategic" | "others" | "operational";
170
+ setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
171
171
  getRCList(): void;
172
172
  getCategoryList(): void;
173
173
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.61",
3
+ "version": "6.1.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "