vcomply-workflow-engine 3.4.79 → 3.4.81
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/esm2020/lib/log-an-issue/log-an-issue.component.mjs +51 -5
- package/esm2020/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +3 -3
- package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +16 -3
- package/esm2020/lib/workflow-risk/workflow-risk.component.mjs +3 -3
- package/esm2020/lib/workflow-services/log-issue.service.mjs +9 -1
- package/fesm2015/vcomply-workflow-engine.mjs +88 -21
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +77 -10
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/log-an-issue/log-an-issue.component.d.ts +5 -1
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +4 -1
- package/package.json +1 -1
|
@@ -14,8 +14,10 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
|
|
|
14
14
|
private snackBar;
|
|
15
15
|
private changeDeterctorRef;
|
|
16
16
|
openedFrom: any;
|
|
17
|
+
source: 'SAP' | 'WORKROOM' | '';
|
|
17
18
|
issueId: any;
|
|
18
19
|
reponsibilityData: any;
|
|
20
|
+
assessmentQuestion: any;
|
|
19
21
|
issueDetails: {
|
|
20
22
|
auditPlanId: null;
|
|
21
23
|
auditPlanName: string;
|
|
@@ -56,6 +58,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
|
|
|
56
58
|
listData: any;
|
|
57
59
|
DEFAULT_TIME: string;
|
|
58
60
|
get message(): string;
|
|
61
|
+
displayActionButtons(): any[];
|
|
59
62
|
logIssueForm: any;
|
|
60
63
|
AttachmentTrack: any;
|
|
61
64
|
additionalOptionStatus: any;
|
|
@@ -133,6 +136,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
|
|
|
133
136
|
isRiskControlVisible: boolean;
|
|
134
137
|
isFutureDate: boolean;
|
|
135
138
|
isLinkResponsibility: boolean;
|
|
139
|
+
isLinkAssessment: boolean;
|
|
136
140
|
isLinkRC: boolean;
|
|
137
141
|
isRCEditable: boolean;
|
|
138
142
|
constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, changeDeterctorRef: ChangeDetectorRef);
|
|
@@ -223,5 +227,5 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
|
|
|
223
227
|
validateDate(time: string, dateString: any): boolean;
|
|
224
228
|
get getDateValidationMessage(): string;
|
|
225
229
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogAnIssueComponent, never>;
|
|
226
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogAnIssueComponent, "app-log-an-issue", never, { "openedFrom": "openedFrom"; "issueId": "issueId"; "reponsibilityData": "reponsibilityData"; "issueDetails": "issueDetails"; "mode": "mode"; "config": "config"; "responsibilitiesData": "responsibilitiesData"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "modeChange": "modeChange"; "disconnectRefresh": "disconnectRefresh"; }, never, never, false>;
|
|
230
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogAnIssueComponent, "app-log-an-issue", never, { "openedFrom": "openedFrom"; "source": "source"; "issueId": "issueId"; "reponsibilityData": "reponsibilityData"; "assessmentQuestion": "assessmentQuestion"; "issueDetails": "issueDetails"; "mode": "mode"; "config": "config"; "responsibilitiesData": "responsibilitiesData"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "modeChange": "modeChange"; "disconnectRefresh": "disconnectRefresh"; }, never, never, false>;
|
|
227
231
|
}
|
|
@@ -28,6 +28,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
28
28
|
mode: string;
|
|
29
29
|
id: string;
|
|
30
30
|
openedFrom: string;
|
|
31
|
+
source: 'SAP' | 'WORKROOM' | '';
|
|
31
32
|
closeWorkflow: EventEmitter<any>;
|
|
32
33
|
allowedWorkflows: any;
|
|
33
34
|
frameworkDetails: Array<any>;
|
|
@@ -39,7 +40,9 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
39
40
|
responsibilityId: null;
|
|
40
41
|
responsibilityName: string;
|
|
41
42
|
rcId: null;
|
|
43
|
+
dueDateId: string;
|
|
42
44
|
};
|
|
45
|
+
assessmentQuestion: any;
|
|
43
46
|
pid: string;
|
|
44
47
|
programType: number;
|
|
45
48
|
issueData: {
|
|
@@ -137,5 +140,5 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
137
140
|
onReviewerChange(event: string): void;
|
|
138
141
|
isResponsibilitySimplify(): void;
|
|
139
142
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowEngineContainerComponent, never>;
|
|
140
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowEngineContainerComponent, "app-vcomply-workflow-engine-container", never, { "workflowType": "workflowType"; "mode": "mode"; "id": "id"; "openedFrom": "openedFrom"; "allowedWorkflows": "allowedWorkflows"; "frameworkDetails": "frameworkDetails"; "selectedRC": "selectedRC"; "secondaryOpenPortal": "secondaryOpenPortal"; "defaultRiskType": "defaultRiskType"; "moveToRegisterMode": "moveToRegisterMode"; "reponsibilityData": "reponsibilityData"; "pid": "pid"; "programType": "programType"; "issueData": "issueData"; "entrustButtonName": "entrustButtonName"; "config": "config"; "convertFileData": "convertFileData"; "selectedCategory": "selectedCategory"; "selectedProgram": "selectedProgram"; "canFrameworkChange": "canFrameworkChange"; "addToProgramDetails": "addToProgramDetails"; "grcType": "grcType"; "isSendForAttestation": "isSendForAttestation"; "assessmentDetails": "assessmentDetails"; "feature": "feature"; }, { "closeWorkflow": "closeWorkflow"; }, never, never, false>;
|
|
143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowEngineContainerComponent, "app-vcomply-workflow-engine-container", never, { "workflowType": "workflowType"; "mode": "mode"; "id": "id"; "openedFrom": "openedFrom"; "source": "source"; "allowedWorkflows": "allowedWorkflows"; "frameworkDetails": "frameworkDetails"; "selectedRC": "selectedRC"; "secondaryOpenPortal": "secondaryOpenPortal"; "defaultRiskType": "defaultRiskType"; "moveToRegisterMode": "moveToRegisterMode"; "reponsibilityData": "reponsibilityData"; "assessmentQuestion": "assessmentQuestion"; "pid": "pid"; "programType": "programType"; "issueData": "issueData"; "entrustButtonName": "entrustButtonName"; "config": "config"; "convertFileData": "convertFileData"; "selectedCategory": "selectedCategory"; "selectedProgram": "selectedProgram"; "canFrameworkChange": "canFrameworkChange"; "addToProgramDetails": "addToProgramDetails"; "grcType": "grcType"; "isSendForAttestation": "isSendForAttestation"; "assessmentDetails": "assessmentDetails"; "feature": "feature"; }, { "closeWorkflow": "closeWorkflow"; }, never, never, false>;
|
|
141
144
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.81",
|
|
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 "
|