vcomply-workflow-engine 6.1.53 → 6.1.56
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/add-multiple-responsibility/add-multiple-responsibility.component.mjs +2 -1
- package/esm2022/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.mjs +15 -17
- package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +112 -150
- package/esm2022/lib/constants/xlsx.constant.mjs +61 -0
- package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +3 -3
- package/esm2022/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.mjs +1 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.mjs +3 -5
- package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +6 -10
- package/fesm2022/vcomply-workflow-engine.mjs +196 -182
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +52 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +57 -0
- package/lib/constants/xlsx.constant.d.ts +52 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -78,6 +78,58 @@ export declare class AddMultipleResponsibilityContainerComponent implements OnIn
|
|
|
78
78
|
bulkUploadFlag: boolean;
|
|
79
79
|
deployedDate: number;
|
|
80
80
|
memberId: any;
|
|
81
|
+
RESPONSIBILITY: {
|
|
82
|
+
sheetIndex: {
|
|
83
|
+
frequencyResponsibility: number;
|
|
84
|
+
onGoingResponsibility: number;
|
|
85
|
+
data: number;
|
|
86
|
+
};
|
|
87
|
+
userIndex: {
|
|
88
|
+
currentUser: number;
|
|
89
|
+
};
|
|
90
|
+
programIndex: {
|
|
91
|
+
regulations: {
|
|
92
|
+
id: number;
|
|
93
|
+
name: number;
|
|
94
|
+
};
|
|
95
|
+
standards: {
|
|
96
|
+
id: number;
|
|
97
|
+
name: number;
|
|
98
|
+
};
|
|
99
|
+
internalControls: {
|
|
100
|
+
id: number;
|
|
101
|
+
name: number;
|
|
102
|
+
};
|
|
103
|
+
others: {
|
|
104
|
+
id: number;
|
|
105
|
+
name: number;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
rcIndex: {
|
|
109
|
+
id: number;
|
|
110
|
+
name: number;
|
|
111
|
+
};
|
|
112
|
+
assigneeIndex: {
|
|
113
|
+
id: number;
|
|
114
|
+
name: number;
|
|
115
|
+
email: number;
|
|
116
|
+
};
|
|
117
|
+
reviewerIndex: {
|
|
118
|
+
id: number;
|
|
119
|
+
name: number;
|
|
120
|
+
email: number;
|
|
121
|
+
};
|
|
122
|
+
assignorIndex: {
|
|
123
|
+
id: number;
|
|
124
|
+
name: number;
|
|
125
|
+
email: number;
|
|
126
|
+
member_id: number;
|
|
127
|
+
};
|
|
128
|
+
parentResponsibilityIndex: {
|
|
129
|
+
id: number;
|
|
130
|
+
name: number;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
81
133
|
closeWorkflow: EventEmitter<any>;
|
|
82
134
|
feature: any;
|
|
83
135
|
orgDetails: any;
|
package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts
CHANGED
|
@@ -64,6 +64,58 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
64
64
|
responsibilityData: any;
|
|
65
65
|
featureflag: any;
|
|
66
66
|
ffBulkUploadOptimization: boolean;
|
|
67
|
+
RESPONSIBILITY: {
|
|
68
|
+
sheetIndex: {
|
|
69
|
+
frequencyResponsibility: number;
|
|
70
|
+
onGoingResponsibility: number;
|
|
71
|
+
data: number;
|
|
72
|
+
};
|
|
73
|
+
userIndex: {
|
|
74
|
+
currentUser: number;
|
|
75
|
+
};
|
|
76
|
+
programIndex: {
|
|
77
|
+
regulations: {
|
|
78
|
+
id: number;
|
|
79
|
+
name: number;
|
|
80
|
+
};
|
|
81
|
+
standards: {
|
|
82
|
+
id: number;
|
|
83
|
+
name: number;
|
|
84
|
+
};
|
|
85
|
+
internalControls: {
|
|
86
|
+
id: number;
|
|
87
|
+
name: number;
|
|
88
|
+
};
|
|
89
|
+
others: {
|
|
90
|
+
id: number;
|
|
91
|
+
name: number;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
rcIndex: {
|
|
95
|
+
id: number;
|
|
96
|
+
name: number;
|
|
97
|
+
};
|
|
98
|
+
assigneeIndex: {
|
|
99
|
+
id: number;
|
|
100
|
+
name: number;
|
|
101
|
+
email: number;
|
|
102
|
+
};
|
|
103
|
+
reviewerIndex: {
|
|
104
|
+
id: number;
|
|
105
|
+
name: number;
|
|
106
|
+
email: number;
|
|
107
|
+
};
|
|
108
|
+
assignorIndex: {
|
|
109
|
+
id: number;
|
|
110
|
+
name: number;
|
|
111
|
+
email: number;
|
|
112
|
+
member_id: number;
|
|
113
|
+
};
|
|
114
|
+
parentResponsibilityIndex: {
|
|
115
|
+
id: number;
|
|
116
|
+
name: number;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
67
119
|
constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService, iframeService: IframeService);
|
|
68
120
|
ngOnChanges(changes: SimpleChanges): void;
|
|
69
121
|
ngOnInit(): void;
|
|
@@ -103,6 +155,11 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
103
155
|
viewResponsibilities(): void;
|
|
104
156
|
fileUpload(): void;
|
|
105
157
|
setOrganizationDetails(tempList: any): void;
|
|
158
|
+
getProgramDetails(element: any, index: any, type: number): {
|
|
159
|
+
programName: any;
|
|
160
|
+
programId: any;
|
|
161
|
+
programType: number;
|
|
162
|
+
} | null;
|
|
106
163
|
/**
|
|
107
164
|
* It takes an event, which is a string, and then it sets the responsibilityBulkUpload variable to
|
|
108
165
|
* the value of the bulkUpload variable, which is an object, and then it accesses the property of
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const RESPONSIBILITY: {
|
|
2
|
+
sheetIndex: {
|
|
3
|
+
frequencyResponsibility: number;
|
|
4
|
+
onGoingResponsibility: number;
|
|
5
|
+
data: number;
|
|
6
|
+
};
|
|
7
|
+
userIndex: {
|
|
8
|
+
currentUser: number;
|
|
9
|
+
};
|
|
10
|
+
programIndex: {
|
|
11
|
+
regulations: {
|
|
12
|
+
id: number;
|
|
13
|
+
name: number;
|
|
14
|
+
};
|
|
15
|
+
standards: {
|
|
16
|
+
id: number;
|
|
17
|
+
name: number;
|
|
18
|
+
};
|
|
19
|
+
internalControls: {
|
|
20
|
+
id: number;
|
|
21
|
+
name: number;
|
|
22
|
+
};
|
|
23
|
+
others: {
|
|
24
|
+
id: number;
|
|
25
|
+
name: number;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
rcIndex: {
|
|
29
|
+
id: number;
|
|
30
|
+
name: number;
|
|
31
|
+
};
|
|
32
|
+
assigneeIndex: {
|
|
33
|
+
id: number;
|
|
34
|
+
name: number;
|
|
35
|
+
email: number;
|
|
36
|
+
};
|
|
37
|
+
reviewerIndex: {
|
|
38
|
+
id: number;
|
|
39
|
+
name: number;
|
|
40
|
+
email: number;
|
|
41
|
+
};
|
|
42
|
+
assignorIndex: {
|
|
43
|
+
id: number;
|
|
44
|
+
name: number;
|
|
45
|
+
email: number;
|
|
46
|
+
member_id: number;
|
|
47
|
+
};
|
|
48
|
+
parentResponsibilityIndex: {
|
|
49
|
+
id: number;
|
|
50
|
+
name: number;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -5,7 +5,6 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
6
6
|
private frequencyService;
|
|
7
7
|
private commonService;
|
|
8
|
-
onCompletionOfResponsibility: any;
|
|
9
8
|
selectedResponsibilityDetails: any;
|
|
10
9
|
backButton: EventEmitter<any>;
|
|
11
10
|
selectedResponsibility: EventEmitter<any>;
|
|
@@ -117,5 +116,5 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
|
117
116
|
populateResponsibility(): void;
|
|
118
117
|
onCompletionChange(event: any): void;
|
|
119
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrequencyResponsibilityListComponent, never>;
|
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FrequencyResponsibilityListComponent, "app-frequency-responsibility-list", never, { "
|
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FrequencyResponsibilityListComponent, "app-frequency-responsibility-list", never, { "selectedResponsibilityDetails": { "alias": "selectedResponsibilityDetails"; "required": false; }; }, { "backButton": "backButton"; "selectedResponsibility": "selectedResponsibility"; }, never, never, false, never>;
|
|
121
120
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.56",
|
|
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 "
|