vcomply-workflow-engine 2.4.62 → 2.4.64
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 +93 -133
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/more-option/more-option.component.js +12 -12
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +1 -6
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +2 -2
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +2 -1
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.js +7 -10
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +2 -2
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.js +2 -2
- package/esm2015/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +28 -35
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +184 -173
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +5 -9
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-engine.module.js +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +3 -4
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.js +4 -6
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +3 -13
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +2 -3
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +8 -8
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +6 -9
- package/esm2015/lib/workflow-services/programs.service.js +12 -12
- package/fesm2015/vcomply-workflow-engine.js +72 -106
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +0 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +0 -3
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +0 -2
- package/package.json +2 -2
- package/vcomply-workflow-engine.metadata.json +1 -1
- package/esm2015/lib/interceptor/business-cycle.interceptor.js +0 -15
- package/esm2015/lib/interceptor/business-cycle.interceptor.ngsummary.json +0 -1
- package/lib/interceptor/business-cycle.interceptor.d.ts +0 -5
|
@@ -9,7 +9,6 @@ export declare class AddPageDetailsComponent implements OnInit {
|
|
|
9
9
|
fd: any;
|
|
10
10
|
constructor(config: DialogConfig, dialogRef: DialogRef);
|
|
11
11
|
pageDetails: any;
|
|
12
|
-
tempPageDetails: any;
|
|
13
12
|
ngOnInit(): void;
|
|
14
13
|
savePageDetails(): void;
|
|
15
14
|
extractContent(s: any): string;
|
|
@@ -17,7 +17,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
17
17
|
responsibilityId: string;
|
|
18
18
|
frameworkDetails: Array<any>;
|
|
19
19
|
isEntrust: boolean;
|
|
20
|
-
set closeOnEsc(escapeCondition: boolean);
|
|
21
20
|
pickerChanged: EventEmitter<any>;
|
|
22
21
|
populateOption: EventEmitter<any>;
|
|
23
22
|
hideElementsFromMoreOptions: EventEmitter<any>;
|
|
@@ -141,12 +140,10 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
141
140
|
getOrganizationDetails(): void;
|
|
142
141
|
getCategoryList(): void;
|
|
143
142
|
filterListsAccordingToProgram(program_id?: string): void;
|
|
144
|
-
getListsAccordingToProgram(program_id: string): void;
|
|
145
143
|
getAssignorsList(program_id?: string): void;
|
|
146
144
|
getAssigneesList(program_id?: string): void;
|
|
147
145
|
getPeopleListAgainstPID(program_id: string): void;
|
|
148
146
|
getGroupsList(program_id?: string): void;
|
|
149
|
-
isGroupAssigned: boolean;
|
|
150
147
|
getEditResponsibilityDetails(id: any): void;
|
|
151
148
|
setList(list: any[], ids: any[], key: string): any;
|
|
152
149
|
returnIds(list: any[], key: string): any[];
|
|
@@ -71,7 +71,6 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
71
71
|
dropdownLeft: any;
|
|
72
72
|
dropdownTop: any;
|
|
73
73
|
dropdownWidth: any;
|
|
74
|
-
closeOnEsc: boolean;
|
|
75
74
|
onKeydownHandler(event: KeyboardEvent): void;
|
|
76
75
|
currentWorkflow: any;
|
|
77
76
|
workflowTypeList: any;
|
package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
7
7
|
singleSelect: boolean;
|
|
8
8
|
fieldType: string;
|
|
9
9
|
searchKey: string;
|
|
10
|
-
isPagination: any;
|
|
11
10
|
usersList: any;
|
|
12
11
|
groupsList: any;
|
|
13
12
|
userListInfo: any;
|
|
@@ -86,5 +85,4 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
86
85
|
* @returns
|
|
87
86
|
*/
|
|
88
87
|
uniqueByProp(array: any, key: string): unknown[];
|
|
89
|
-
paginationVisible(): void;
|
|
90
88
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.64",
|
|
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
|
+
}
|