vcomply-workflow-engine 6.1.47 → 6.1.49
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.
- package/esm2022/lib/sharedComponents/assessment-list/assessment-list.component.mjs +3 -3
- package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +59 -26
- package/esm2022/lib/workflow-services/add-risk.service.mjs +2 -2
- package/esm2022/lib/workflow-services/responsibility.service.mjs +3 -3
- package/fesm2022/vcomply-workflow-engine.mjs +463 -431
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +10 -1
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ import { ReportACaseService } from '../report-a-case/services/report-a-case.serv
|
|
|
20
20
|
import { WorkflowCaseComponent } from '../report-a-case/workflow-case/workflow-case.component';
|
|
21
21
|
import { ReportCasePermissionService } from '../services/report-case-permission.service';
|
|
22
22
|
import { IframeService } from '../services/iframe.service';
|
|
23
|
+
import { ResponsibilityService } from '../workflow-services/responsibility.service';
|
|
23
24
|
import * as i0 from "@angular/core";
|
|
24
25
|
export declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {
|
|
25
26
|
uiKitService: UiKitService;
|
|
@@ -29,12 +30,13 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
29
30
|
private reportACaseService;
|
|
30
31
|
private reportCasePermissionService;
|
|
31
32
|
private iframeService;
|
|
33
|
+
private responsibilityService;
|
|
32
34
|
isHostRefreshActive: boolean;
|
|
33
35
|
isRCSelected: boolean;
|
|
34
36
|
featureFlag_groups: boolean;
|
|
35
37
|
addToCaseMode: string;
|
|
36
38
|
permissionSubscription: Subscription;
|
|
37
|
-
constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService, orgCommonService: OrganizationCommonService, reportACaseService: ReportACaseService, reportCasePermissionService: ReportCasePermissionService, iframeService: IframeService);
|
|
39
|
+
constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService, orgCommonService: OrganizationCommonService, reportACaseService: ReportACaseService, reportCasePermissionService: ReportCasePermissionService, iframeService: IframeService, responsibilityService: ResponsibilityService);
|
|
38
40
|
workflowType: string;
|
|
39
41
|
mode: string;
|
|
40
42
|
id: string;
|
|
@@ -112,6 +114,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
112
114
|
closeOnEsc: boolean;
|
|
113
115
|
feature: any;
|
|
114
116
|
organizationDetails: any;
|
|
117
|
+
selectedAssessment: any;
|
|
115
118
|
onKeydownHandler(event: KeyboardEvent): void;
|
|
116
119
|
userList: any;
|
|
117
120
|
currentWorkflow: any;
|
|
@@ -166,6 +169,12 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
166
169
|
assigneeTypeChange(): void;
|
|
167
170
|
onReviewerChange(event: string): void;
|
|
168
171
|
isResponsibilitySimplify(): void;
|
|
172
|
+
/**
|
|
173
|
+
*
|
|
174
|
+
* @param assessmentDetails : selected assessment details like it's object id and category_id
|
|
175
|
+
*/
|
|
176
|
+
getAssessmentDetails(): void;
|
|
177
|
+
setAssessmentData(res: any): void;
|
|
169
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowEngineContainerComponent, never>;
|
|
170
179
|
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowEngineContainerComponent, "app-vcomply-workflow-engine-container", never, { "workflowType": { "alias": "workflowType"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "id": { "alias": "id"; "required": false; }; "openedFrom": { "alias": "openedFrom"; "required": false; }; "source": { "alias": "source"; "required": false; }; "allowedWorkflows": { "alias": "allowedWorkflows"; "required": false; }; "frameworkDetails": { "alias": "frameworkDetails"; "required": false; }; "selectedRC": { "alias": "selectedRC"; "required": false; }; "secondaryOpenPortal": { "alias": "secondaryOpenPortal"; "required": false; }; "defaultRiskType": { "alias": "defaultRiskType"; "required": false; }; "moveToRegisterMode": { "alias": "moveToRegisterMode"; "required": false; }; "workflowDetails": { "alias": "workflowDetails"; "required": false; }; "reponsibilityData": { "alias": "reponsibilityData"; "required": false; }; "assessmentQuestion": { "alias": "assessmentQuestion"; "required": false; }; "pid": { "alias": "pid"; "required": false; }; "programType": { "alias": "programType"; "required": false; }; "issueData": { "alias": "issueData"; "required": false; }; "entrustButtonName": { "alias": "entrustButtonName"; "required": false; }; "config": { "alias": "config"; "required": false; }; "convertFileData": { "alias": "convertFileData"; "required": false; }; "selectedCategory": { "alias": "selectedCategory"; "required": false; }; "selectedProgram": { "alias": "selectedProgram"; "required": false; }; "canFrameworkChange": { "alias": "canFrameworkChange"; "required": false; }; "addToProgramDetails": { "alias": "addToProgramDetails"; "required": false; }; "grcType": { "alias": "grcType"; "required": false; }; "isSendForAttestation": { "alias": "isSendForAttestation"; "required": false; }; "assessmentDetails": { "alias": "assessmentDetails"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "closeWorkflow": "closeWorkflow"; }, never, never, false, never>;
|
|
171
180
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.49",
|
|
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 "
|