vcomply-workflow-engine 2.1.76 → 2.2.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/bundles/vcomply-workflow-engine.umd.js +300 -496
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/more-option/more-option.component.js +12 -23
- package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +22 -115
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +138 -200
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-engine.module.js +1 -3
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +2 -2
- package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +43 -25
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.js +40 -39
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.js +18 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +4 -2
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +16 -6
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-services/programs.service.js +2 -2
- package/esm2015/lib/workflow-services/responsibility.service.js +5 -17
- package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
- package/esm2015/vcomply-workflow-engine.js +186 -186
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +117 -312
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +3 -10
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +2 -9
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +4 -0
- package/lib/workflow-program/workflow-program.component.d.ts +1 -0
- package/lib/workflow-services/programs.service.d.ts +1 -3
- package/lib/workflow-services/responsibility.service.d.ts +3 -5
- package/package.json +2 -2
- package/vcomply-workflow-engine.d.ts +185 -185
- package/vcomply-workflow-engine.metadata.json +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +0 -128
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +0 -124
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +0 -1
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -42
- package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +0 -1
|
@@ -11,7 +11,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
11
11
|
private frequencyService;
|
|
12
12
|
private uiKitService;
|
|
13
13
|
private snackBar;
|
|
14
|
-
private permission;
|
|
15
14
|
mode: string;
|
|
16
15
|
responsibilityId: string;
|
|
17
16
|
frameworkDetails: Array<any>;
|
|
@@ -71,7 +70,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
71
70
|
objective: boolean;
|
|
72
71
|
};
|
|
73
72
|
categories: any;
|
|
74
|
-
allPrograms: any[];
|
|
75
73
|
riskClassification: {
|
|
76
74
|
name: string;
|
|
77
75
|
value: number;
|
|
@@ -82,7 +80,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
82
80
|
invalidType: string;
|
|
83
81
|
responsibilityPayload: any;
|
|
84
82
|
assigneeRadioSelect: boolean;
|
|
85
|
-
programsList: any[];
|
|
86
83
|
frequencyDetails: {
|
|
87
84
|
pattern: string;
|
|
88
85
|
notificationPending: number;
|
|
@@ -117,28 +114,24 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
117
114
|
isSample: boolean;
|
|
118
115
|
tempCheckValue: number;
|
|
119
116
|
isAssessment: boolean;
|
|
120
|
-
managePermission: boolean;
|
|
121
117
|
checkpointCount: number;
|
|
122
|
-
roleBasedPermissions: any;
|
|
123
118
|
onRemovingCheckpoint: EventEmitter<any>;
|
|
124
119
|
isAssessmentDisabled: EventEmitter<any>;
|
|
125
120
|
whatInput: ElementRef;
|
|
126
|
-
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService
|
|
121
|
+
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService);
|
|
127
122
|
ngOnInit(): void;
|
|
128
123
|
activateSelector(type: any, event: boolean): void;
|
|
129
124
|
whatChanged(event: any): void;
|
|
130
125
|
activeDeselector(): void;
|
|
131
126
|
addMoreInfo(event: any): void;
|
|
132
|
-
getRCList(
|
|
127
|
+
getRCList(): void;
|
|
133
128
|
getUserDetails(): void;
|
|
134
129
|
getAssurance(): void;
|
|
135
130
|
getAssuranceForRequiresAudit(): void;
|
|
136
131
|
getOrganizationDetails(): void;
|
|
137
132
|
getCategoryList(): void;
|
|
138
|
-
filterListsAccordingToProgram(program_id?: string): void;
|
|
139
133
|
getAssignorsList(): void;
|
|
140
|
-
getAssigneesList(
|
|
141
|
-
getPeopleListAgainstPID(program_id: string): void;
|
|
134
|
+
getAssigneesList(): void;
|
|
142
135
|
getGroupsList(): void;
|
|
143
136
|
getEditResponsibilityDetails(id: any): void;
|
|
144
137
|
setMoreOptions(): void;
|
package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export declare class AssessmentPickerComponent implements OnInit {
|
|
|
27
27
|
selectedAssessmentData: any;
|
|
28
28
|
onAssessmentSelect: EventEmitter<any>;
|
|
29
29
|
cancelAssessment: EventEmitter<any>;
|
|
30
|
+
selectedAssessmentArr: any;
|
|
30
31
|
constructor(assessmentService: AssessmentService, auth: AuthService);
|
|
31
32
|
ngOnChanges(changes: SimpleChanges): void;
|
|
32
33
|
ngOnInit(): void;
|
|
@@ -68,15 +69,7 @@ export declare class AssessmentPickerComponent implements OnInit {
|
|
|
68
69
|
* @param evt
|
|
69
70
|
* @param payload
|
|
70
71
|
*/
|
|
71
|
-
selectAssessment(evt: any, payload: any): void;
|
|
72
|
-
/**
|
|
73
|
-
* #### Description
|
|
74
|
-
*
|
|
75
|
-
* Manipulates selected items in role list
|
|
76
|
-
* @param action :'ADD' | 'DELETE'
|
|
77
|
-
* @param payload
|
|
78
|
-
*/
|
|
79
|
-
manipulateSelectedAssessment(action: 'ADD' | 'DELETE', payload: any): void;
|
|
72
|
+
selectAssessment(evt: any, payload: any, category: any): void;
|
|
80
73
|
save(): void;
|
|
81
74
|
close(): void;
|
|
82
75
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpClient
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../configurations';
|
|
3
3
|
import { AuthService } from './auth.service';
|
|
4
4
|
import { AssessmentList } from '../sharedComponents/assessment-list/service/assessment.interface';
|
|
@@ -8,14 +8,12 @@ export declare class ResponsibilityService {
|
|
|
8
8
|
env: any;
|
|
9
9
|
dataPerPage: number;
|
|
10
10
|
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
11
|
-
getResponsibilityCenterList(
|
|
11
|
+
getResponsibilityCenterList(): import("rxjs").Observable<any[]>;
|
|
12
12
|
getOrganizationGroups(): import("rxjs").Observable<any[]>;
|
|
13
13
|
getOrganizationUsers(): import("rxjs").Observable<any[]>;
|
|
14
|
-
getOrganizationPeople(
|
|
14
|
+
getOrganizationPeople(): import("rxjs").Observable<any[]>;
|
|
15
15
|
getAssignorsList(): import("rxjs").Observable<any[]>;
|
|
16
16
|
getCategoriesList(): import("rxjs").Observable<any[]>;
|
|
17
|
-
getProgramsList(params: HttpParams): import("rxjs").Observable<any[]>;
|
|
18
|
-
getCategoriesUnderProgram(params: HttpParams): import("rxjs").Observable<any[]>;
|
|
19
17
|
getAssurance(): import("rxjs").Observable<any[]>;
|
|
20
18
|
getAssuranceForRequiresAudit(): import("rxjs").Observable<any[]>;
|
|
21
19
|
getRCDetailsOfFramework(rc_id: any, category_id: any): import("rxjs").Observable<Object>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.0.1",
|
|
6
6
|
"@angular/core": "^12.0.1"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"typings": "vcomply-workflow-engine.d.ts",
|
|
23
23
|
"metadata": "vcomply-workflow-engine.metadata.json",
|
|
24
24
|
"sideEffects": false
|
|
25
|
-
}
|
|
25
|
+
}
|