vcomply-workflow-engine 6.0.1 → 6.0.3
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/report-a-case/components/case-assignees/case-assignees.component.mjs +7 -1
- package/esm2022/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.mjs +8 -3
- package/esm2022/lib/report-a-case/components/due-date/due-date.component.mjs +17 -7
- package/esm2022/lib/report-a-case/components/rc-details/rc-details.component.mjs +12 -3
- package/esm2022/lib/report-a-case/constants/report-case.constants.mjs +15 -1
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +72 -38
- package/esm2022/lib/workflow-services/common-workflow-services/compliance-common.service.mjs +7 -5
- package/fesm2022/vcomply-workflow-engine.mjs +102 -23
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/report-a-case/components/case-assignees/case-assignees.component.d.ts +1 -0
- package/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.d.ts +2 -1
- package/lib/report-a-case/components/due-date/due-date.component.d.ts +2 -1
- package/lib/report-a-case/constants/report-case.constants.d.ts +1 -0
- package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +5 -1
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/lib/workflow-services/common-workflow-services/compliance-common.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -143,6 +143,7 @@ export declare class CaseAssigneesComponent {
|
|
|
143
143
|
setAssigneesList(event: any): void;
|
|
144
144
|
setAssigneeGroupsList(event: any): void;
|
|
145
145
|
setPayload(users: any, groups: any): void;
|
|
146
|
+
resetStagePayload(): void;
|
|
146
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseAssigneesComponent, never>;
|
|
147
148
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseAssigneesComponent, "app-case-assignees", never, { "payload": { "alias": "payload"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "userList": { "alias": "userList"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; }, { "fieldClicked": "fieldClicked"; "onRcChange": "onRcChange"; }, never, never, false, never>;
|
|
148
149
|
}
|
|
@@ -124,6 +124,7 @@ export declare class CaseResolutionDeadlineComponent {
|
|
|
124
124
|
payload: any;
|
|
125
125
|
userList: any[];
|
|
126
126
|
groupList: any[];
|
|
127
|
+
mode: string;
|
|
127
128
|
set initialSelection(value: any);
|
|
128
129
|
fieldSelected: string;
|
|
129
130
|
validationError: any;
|
|
@@ -135,5 +136,5 @@ export declare class CaseResolutionDeadlineComponent {
|
|
|
135
136
|
getWorkflowDetails(): void;
|
|
136
137
|
isCaseResolutionDeadlineDisabled(): boolean;
|
|
137
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseResolutionDeadlineComponent, never>;
|
|
138
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseResolutionDeadlineComponent, "app-case-resolution-deadline", never, { "payload": { "alias": "payload"; "required": false; }; "userList": { "alias": "userList"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; }, { "fieldClicked": "fieldClicked"; }, never, never, false, never>;
|
|
139
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseResolutionDeadlineComponent, "app-case-resolution-deadline", never, { "payload": { "alias": "payload"; "required": false; }; "userList": { "alias": "userList"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; }, { "fieldClicked": "fieldClicked"; }, never, never, false, never>;
|
|
139
140
|
}
|
|
@@ -125,6 +125,7 @@ export declare class DueDateComponent implements OnInit {
|
|
|
125
125
|
userList: any[];
|
|
126
126
|
groupList: any[];
|
|
127
127
|
set initialSelection(value: any);
|
|
128
|
+
mode: string;
|
|
128
129
|
closeDueDateResolution: EventEmitter<any>;
|
|
129
130
|
closeDueDateEvent: EventEmitter<any>;
|
|
130
131
|
constructor(commonDateService: CommonService, frequencyService: FrequencyService);
|
|
@@ -161,5 +162,5 @@ export declare class DueDateComponent implements OnInit {
|
|
|
161
162
|
documentClick(event: any): void;
|
|
162
163
|
onInputChange(): void;
|
|
163
164
|
static ɵfac: i0.ɵɵFactoryDeclaration<DueDateComponent, never>;
|
|
164
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DueDateComponent, "app-due-date", never, { "payload": { "alias": "payload"; "required": false; }; "dueDate": { "alias": "dueDate"; "required": false; }; "workflowDetails": { "alias": "workflowDetails"; "required": false; }; "userList": { "alias": "userList"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; }, { "closeDueDateResolution": "closeDueDateResolution"; "closeDueDateEvent": "closeDueDateEvent"; }, never, never, false, never>;
|
|
165
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DueDateComponent, "app-due-date", never, { "payload": { "alias": "payload"; "required": false; }; "dueDate": { "alias": "dueDate"; "required": false; }; "workflowDetails": { "alias": "workflowDetails"; "required": false; }; "userList": { "alias": "userList"; "required": false; }; "groupList": { "alias": "groupList"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "closeDueDateResolution": "closeDueDateResolution"; "closeDueDateEvent": "closeDueDateEvent"; }, never, never, false, never>;
|
|
165
166
|
}
|
|
@@ -4,12 +4,14 @@ import { ReportACaseService } from '../services/report-a-case.service';
|
|
|
4
4
|
import { UiKitService } from '../../workflow-services/ui-kit.service';
|
|
5
5
|
import { OrganizationUserService } from '../../workflow-services/organization-user.service';
|
|
6
6
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
7
|
+
import { ComplianceCommonService } from '../../workflow-services/common-workflow-services/compliance-common.service';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
9
10
|
private reportACaseService;
|
|
10
11
|
private uiKitService;
|
|
11
12
|
private organizationUserService;
|
|
12
13
|
private responsibilityService;
|
|
14
|
+
private complianceCommonService;
|
|
13
15
|
reportTexts: {
|
|
14
16
|
case_type: string;
|
|
15
17
|
report_case: string;
|
|
@@ -228,7 +230,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
|
228
230
|
caseReportedBy: EventEmitter<any>;
|
|
229
231
|
userListEmitter: EventEmitter<any>;
|
|
230
232
|
disconnectRefresh: EventEmitter<any>;
|
|
231
|
-
constructor(reportACaseService: ReportACaseService, uiKitService: UiKitService, organizationUserService: OrganizationUserService, responsibilityService: ResponsibilityService);
|
|
233
|
+
constructor(reportACaseService: ReportACaseService, uiKitService: UiKitService, organizationUserService: OrganizationUserService, responsibilityService: ResponsibilityService, complianceCommonService: ComplianceCommonService);
|
|
232
234
|
ngOnDestroy(): void;
|
|
233
235
|
ngOnInit(): void;
|
|
234
236
|
permissionLoader(): void;
|
|
@@ -280,6 +282,8 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
|
280
282
|
filterOversights(): void;
|
|
281
283
|
filterResponsibilities(payload: any): void;
|
|
282
284
|
filterAssessment(payload: any): void;
|
|
285
|
+
formatDueDate(date: any): string;
|
|
286
|
+
updateDate(): void;
|
|
283
287
|
addToCase(): void;
|
|
284
288
|
addCaseToWorkflow(): void;
|
|
285
289
|
updateAddToCase(): void;
|
|
@@ -111,7 +111,7 @@ export declare class WorkflowRiskComponent implements OnInit {
|
|
|
111
111
|
setPopupButtons(): void;
|
|
112
112
|
getRiskDetails(riskId: any): void;
|
|
113
113
|
populateOptionalFields(): void;
|
|
114
|
-
setCategoryType(type: any): "
|
|
114
|
+
setCategoryType(type: any): "compliance" | "strategic" | "operational" | "others";
|
|
115
115
|
getRCList(): void;
|
|
116
116
|
getCategoryList(): void;
|
|
117
117
|
getOwnersList(): void;
|
|
@@ -11,7 +11,7 @@ export declare class ComplianceCommonService {
|
|
|
11
11
|
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
12
12
|
private getRcList;
|
|
13
13
|
private setRcList;
|
|
14
|
-
getRcListInfo(params?: HttpParams): import("rxjs").Observable<any>;
|
|
14
|
+
getRcListInfo(params?: HttpParams, allVisible?: boolean): import("rxjs").Observable<any>;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComplianceCommonService, [null, null, { optional: true; }]>;
|
|
16
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<ComplianceCommonService>;
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
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 "
|