vcomply-workflow-engine 6.1.84 → 6.1.86
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/sharedComponents/assessment-list/assessment-list.component.mjs +11 -8
- package/esm2022/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.mjs +2 -2
- package/fesm2022/vcomply-workflow-engine.mjs +12 -9
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +6 -4
- package/package.json +1 -1
|
@@ -41,14 +41,15 @@ export declare class AssessmentListComponent implements OnInit {
|
|
|
41
41
|
recurring: string;
|
|
42
42
|
lock_scope: string;
|
|
43
43
|
custom_fields: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @param index : Accept index of elementPosition
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
44
49
|
link_risks: string;
|
|
45
50
|
placeholder: string;
|
|
46
51
|
add_logic: string;
|
|
47
52
|
image_choice: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @param search : search text
|
|
51
|
-
*/
|
|
52
53
|
logic_image_choice: string;
|
|
53
54
|
thank_you_image: string;
|
|
54
55
|
upload: string;
|
|
@@ -102,6 +103,7 @@ export declare class AssessmentListComponent implements OnInit {
|
|
|
102
103
|
cancelAssessment: EventEmitter<any>;
|
|
103
104
|
constructor(responsibilityService: ResponsibilityService, assessmentService: AssessmentService, auth: AuthService, commonService: CommonService);
|
|
104
105
|
ngOnInit(): void;
|
|
106
|
+
postIframeLoaded(): void;
|
|
105
107
|
onAssessmentSelected(event: any): void;
|
|
106
108
|
preview(evt: any): void;
|
|
107
109
|
previewBack(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.86",
|
|
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 "
|