vcomply-workflow-engine 5.0.11 → 5.0.12
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-category/case-category.component.mjs +62 -42
- package/esm2022/lib/report-a-case/components/case-priority/case-priority.component.mjs +10 -11
- package/esm2022/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.mjs +10 -11
- package/esm2022/lib/report-a-case/components/linked assessment/linked-assessment.component.mjs +7 -9
- package/esm2022/lib/report-a-case/components/rc-details/rc-details.component.mjs +29 -7
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +95 -38
- package/esm2022/lib/services/report-case-permission.service.mjs +2 -1
- package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +3 -2
- package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.module.mjs +8 -4
- package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +5 -3
- package/fesm2022/vcomply-workflow-engine.mjs +231 -130
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/report-a-case/components/case-category/case-category.component.d.ts +3 -1
- package/lib/report-a-case/components/case-priority/case-priority.component.d.ts +1 -0
- package/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.d.ts +1 -0
- package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +1 -0
- package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +5 -1
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.module.d.ts +2 -1
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +1 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -127,6 +127,7 @@ export declare class CaseCategoryComponent {
|
|
|
127
127
|
caseTypeSelected: any;
|
|
128
128
|
set initialSelection(value: any);
|
|
129
129
|
mode: string;
|
|
130
|
+
workflowType: string;
|
|
130
131
|
onCategoryChange: EventEmitter<any>;
|
|
131
132
|
fieldClicked: EventEmitter<any>;
|
|
132
133
|
constructor(caseService: ReportACaseService);
|
|
@@ -142,6 +143,7 @@ export declare class CaseCategoryComponent {
|
|
|
142
143
|
activateAdditionalCategorySelector(active: boolean): void;
|
|
143
144
|
setCategoryList(event: any): void;
|
|
144
145
|
setAdditionalCategoryList(event: any[]): void;
|
|
146
|
+
get categoryEditDisable(): boolean;
|
|
145
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseCategoryComponent, never>;
|
|
146
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseCategoryComponent, "app-case-category", never, { "payload": { "alias": "payload"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "caseTypeSelected": { "alias": "caseTypeSelected"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "onCategoryChange": "onCategoryChange"; "fieldClicked": "fieldClicked"; }, never, never, false, never>;
|
|
148
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseCategoryComponent, "app-case-category", never, { "payload": { "alias": "payload"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "caseTypeSelected": { "alias": "caseTypeSelected"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "workflowType": { "alias": "workflowType"; "required": false; }; }, { "onCategoryChange": "onCategoryChange"; "fieldClicked": "fieldClicked"; }, never, never, false, never>;
|
|
147
149
|
}
|
|
@@ -129,6 +129,7 @@ export declare class CasePriorityComponent implements OnInit {
|
|
|
129
129
|
getAllPriorities(): void;
|
|
130
130
|
populateInitialPriority(): void;
|
|
131
131
|
onSelectedItemListChange(event: any): void;
|
|
132
|
+
get priorityEditDisable(): boolean;
|
|
132
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<CasePriorityComponent, never>;
|
|
133
134
|
static ɵcmp: i0.ɵɵComponentDeclaration<CasePriorityComponent, "app-case-priority", never, { "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; "caseTypeSelected": { "alias": "caseTypeSelected"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "workflowType": { "alias": "workflowType"; "required": false; }; }, { "onPriorityChange": "onPriorityChange"; "onPriorityLoader": "onPriorityLoader"; }, never, never, false, never>;
|
|
134
135
|
}
|
|
@@ -131,6 +131,7 @@ export declare class CaseDropdownComponent implements OnInit {
|
|
|
131
131
|
getAllTypes(): void;
|
|
132
132
|
populateInitialType(): void;
|
|
133
133
|
onSelectedItemListChange(event: any): void;
|
|
134
|
+
get caseTypeEditDisable(): boolean;
|
|
134
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseDropdownComponent, never>;
|
|
135
136
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseDropdownComponent, "app-case-type-dropdown", never, { "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "caseTypeSelected": { "alias": "caseTypeSelected"; "required": false; }; "workflowType": { "alias": "workflowType"; "required": false; }; }, { "onCaseTypeChange": "onCaseTypeChange"; "onCaseTypeLoading": "onCaseTypeLoading"; }, never, never, false, never>;
|
|
136
137
|
}
|
|
@@ -141,6 +141,7 @@ export declare class RcDetailsComponent {
|
|
|
141
141
|
activateSelector(active: boolean): void;
|
|
142
142
|
setRcList(event: any): void;
|
|
143
143
|
onRcTypeChange(event: any): void;
|
|
144
|
+
get rcEditDisable(): boolean;
|
|
144
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<RcDetailsComponent, never>;
|
|
145
146
|
static ɵcmp: i0.ɵɵComponentDeclaration<RcDetailsComponent, "app-rc-details", never, { "payload": { "alias": "payload"; "required": false; }; "fieldSelected": { "alias": "fieldSelected"; "required": false; }; "caseTypeSelected": { "alias": "caseTypeSelected"; "required": false; }; "validationError": { "alias": "validationError"; "required": false; }; "initialSelection": { "alias": "initialSelection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "workflowType": { "alias": "workflowType"; "required": false; }; }, { "fieldClicked": "fieldClicked"; "onRcChange": "onRcChange"; }, never, never, false, never>;
|
|
146
147
|
}
|
|
@@ -313,6 +313,7 @@ export declare class WorkflowCaseComponent {
|
|
|
313
313
|
priorityLoader: boolean;
|
|
314
314
|
caseLoader: boolean;
|
|
315
315
|
groupListLoader: boolean;
|
|
316
|
+
reportCaseLoader: boolean;
|
|
316
317
|
};
|
|
317
318
|
openedFrom: any;
|
|
318
319
|
source: any;
|
|
@@ -321,10 +322,12 @@ export declare class WorkflowCaseComponent {
|
|
|
321
322
|
workflowType: any;
|
|
322
323
|
responsibilityData: any;
|
|
323
324
|
assessmentQuestion: any;
|
|
325
|
+
caseTypePermission: boolean;
|
|
324
326
|
closeWorkflow: EventEmitter<any>;
|
|
325
327
|
populateOption: EventEmitter<any>;
|
|
326
328
|
caseReportedBy: EventEmitter<any>;
|
|
327
329
|
userListEmitter: EventEmitter<any>;
|
|
330
|
+
disconnectRefresh: EventEmitter<any>;
|
|
328
331
|
constructor(reportACaseService: ReportACaseService, uiKitService: UiKitService, organizationUserService: OrganizationUserService, responsibilityService: ResponsibilityService, permissionService: ReportCasePermissionService);
|
|
329
332
|
ngOnInit(): void;
|
|
330
333
|
getUserList(): void;
|
|
@@ -378,6 +381,7 @@ export declare class WorkflowCaseComponent {
|
|
|
378
381
|
addCaseToWorkflow(): void;
|
|
379
382
|
updateAddToCase(): void;
|
|
380
383
|
smileyActions(evt: any): void;
|
|
384
|
+
viewCase(): void;
|
|
381
385
|
resetForm(): void;
|
|
382
386
|
reportACaseReset(): void;
|
|
383
387
|
addToCaseReset(): void;
|
|
@@ -387,5 +391,5 @@ export declare class WorkflowCaseComponent {
|
|
|
387
391
|
get displayAdditionalOptions(): any;
|
|
388
392
|
get checkloader(): boolean;
|
|
389
393
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowCaseComponent, never>;
|
|
390
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowCaseComponent, "app-workflow-case", never, { "openedFrom": { "alias": "openedFrom"; "required": false; }; "source": { "alias": "source"; "required": false; }; "caseId": { "alias": "caseId"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "workflowType": { "alias": "workflowType"; "required": false; }; "responsibilityData": { "alias": "responsibilityData"; "required": false; }; "assessmentQuestion": { "alias": "assessmentQuestion"; "required": false; }; }, { "closeWorkflow": "closeWorkflow"; "populateOption": "populateOption"; "caseReportedBy": "caseReportedBy"; "userListEmitter": "userListEmitter"; }, never, never, false, never>;
|
|
394
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowCaseComponent, "app-workflow-case", never, { "openedFrom": { "alias": "openedFrom"; "required": false; }; "source": { "alias": "source"; "required": false; }; "caseId": { "alias": "caseId"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "workflowType": { "alias": "workflowType"; "required": false; }; "responsibilityData": { "alias": "responsibilityData"; "required": false; }; "assessmentQuestion": { "alias": "assessmentQuestion"; "required": false; }; "caseTypePermission": { "alias": "caseTypePermission"; "required": false; }; }, { "closeWorkflow": "closeWorkflow"; "populateOption": "populateOption"; "caseReportedBy": "caseReportedBy"; "userListEmitter": "userListEmitter"; "disconnectRefresh": "disconnectRefresh"; }, never, never, false, never>;
|
|
391
395
|
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "../floating-bar/floating-bar.module";
|
|
|
7
7
|
import * as i6 from "../../formgroup/formgroup.module";
|
|
8
8
|
import * as i7 from "../no-data/no-data.module";
|
|
9
9
|
import * as i8 from "../v-loader/v-loader.module";
|
|
10
|
+
import * as i9 from "../../ui-kit/line-loader/line-loader.module";
|
|
10
11
|
export declare class FormatAndEvidenceModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatAndEvidenceModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormatAndEvidenceModule, [typeof i1.FormatAndEvidenceComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PipesModule, typeof i5.FloatingBarModule, typeof i6.FormgroupModule, typeof i7.NoDataModule, typeof i8.VLoaderModule], [typeof i1.FormatAndEvidenceComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormatAndEvidenceModule, [typeof i1.FormatAndEvidenceComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PipesModule, typeof i5.FloatingBarModule, typeof i6.FormgroupModule, typeof i7.NoDataModule, typeof i8.VLoaderModule, typeof i9.LineLoaderModule], [typeof i1.FormatAndEvidenceComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormatAndEvidenceModule>;
|
|
14
15
|
}
|
|
@@ -89,6 +89,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
89
89
|
checkpointCount: number;
|
|
90
90
|
reportBy: string;
|
|
91
91
|
currentBusinessCycle: any;
|
|
92
|
+
caseTypePermission: boolean;
|
|
92
93
|
riskComponent: WorkflowRiskComponent;
|
|
93
94
|
riskBulkUpload: AddMultipleRiskComponent;
|
|
94
95
|
responsibilityBulkUpload: AddMultipleRiskComponent;
|
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.12",
|
|
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 "
|