vcomply-workflow-engine 5.0.26 → 5.0.28
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/rc-details/rc-details.component.mjs +6 -2
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +5 -6
- package/fesm2022/vcomply-workflow-engine.mjs +9 -6
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +2 -2
- package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +1 -68
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EventEmitter, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { EventEmitter, SimpleChanges, OnInit } from '@angular/core';
|
|
2
2
|
import { SelectionPopupState, SelectionState } from '../../constants/report-case.constants';
|
|
3
3
|
import { ComplianceCommonService } from '../../../workflow-services/common-workflow-services/compliance-common.service';
|
|
4
4
|
import { report } from '../case-type-slider/case-type.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class RcDetailsComponent {
|
|
6
|
+
export declare class RcDetailsComponent implements OnInit {
|
|
7
7
|
private complianceService;
|
|
8
8
|
ASSETS: {
|
|
9
9
|
responsibility_center: string;
|
|
@@ -178,74 +178,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
|
178
178
|
value: number;
|
|
179
179
|
class: string;
|
|
180
180
|
}[];
|
|
181
|
-
addToCasePayload:
|
|
182
|
-
name: string;
|
|
183
|
-
description: {
|
|
184
|
-
text: string;
|
|
185
|
-
attachments: never[];
|
|
186
|
-
};
|
|
187
|
-
receive_updates: boolean;
|
|
188
|
-
rc_details: {
|
|
189
|
-
ids: never[];
|
|
190
|
-
separate_rc_cases: boolean;
|
|
191
|
-
main_rc_id: string;
|
|
192
|
-
};
|
|
193
|
-
reported_date: string;
|
|
194
|
-
case_type: {
|
|
195
|
-
id: string;
|
|
196
|
-
custom_fields: never[];
|
|
197
|
-
};
|
|
198
|
-
priority: {
|
|
199
|
-
id: string;
|
|
200
|
-
custom_fields: never[];
|
|
201
|
-
};
|
|
202
|
-
category: {
|
|
203
|
-
ids: never[];
|
|
204
|
-
custom_fields: never[];
|
|
205
|
-
};
|
|
206
|
-
additional_category: {
|
|
207
|
-
ids: never[];
|
|
208
|
-
custom_fields: never[];
|
|
209
|
-
};
|
|
210
|
-
supporting_documents: never[];
|
|
211
|
-
stage: string;
|
|
212
|
-
risk_class: number;
|
|
213
|
-
caseToWorkflow: {
|
|
214
|
-
workflow_id: string;
|
|
215
|
-
owners: never[];
|
|
216
|
-
assignees: never[];
|
|
217
|
-
assignees_group: never[];
|
|
218
|
-
resolution_deadline: {
|
|
219
|
-
due_date: string;
|
|
220
|
-
stages_assignees: never[];
|
|
221
|
-
assignee_remind_before: number;
|
|
222
|
-
owner_remind_before: number;
|
|
223
|
-
};
|
|
224
|
-
exception_type: string;
|
|
225
|
-
associated_risks: {
|
|
226
|
-
text: string;
|
|
227
|
-
attachments: never[];
|
|
228
|
-
};
|
|
229
|
-
oversights: {
|
|
230
|
-
cc_ids: never[];
|
|
231
|
-
cc_failures_ids: never[];
|
|
232
|
-
};
|
|
233
|
-
evidence_enabled: boolean;
|
|
234
|
-
recommendations: {
|
|
235
|
-
text: string;
|
|
236
|
-
attachments: never[];
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
responsibilities_Linked: never[];
|
|
240
|
-
linked_assessment_issues: {
|
|
241
|
-
resp_id: string;
|
|
242
|
-
due_date_id: string;
|
|
243
|
-
assessment_id: string;
|
|
244
|
-
question_id: string;
|
|
245
|
-
auditee_id: number;
|
|
246
|
-
};
|
|
247
|
-
source: string;
|
|
248
|
-
};
|
|
181
|
+
addToCasePayload: any;
|
|
249
182
|
exceptionType: {
|
|
250
183
|
DESIGN_EXCEPTION: string;
|
|
251
184
|
EFFECTIVENESS_EXCEPTION: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.28",
|
|
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 "
|