vcomply-workflow-engine 2.9.68 → 2.9.70
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 +136 -74
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
- package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.js +1 -1
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +1 -1
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.js +11 -3
- package/esm2015/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.ngfactory.js +18 -18
- package/esm2015/lib/sharedComponents/approval-workflow/approval-workflow-list/approval-workflow-list.component.js +13 -6
- package/esm2015/lib/sharedComponents/approval-workflow/approval-workflow-list/approval-workflow-list.component.ngfactory.js +5 -5
- package/esm2015/lib/sharedComponents/approval-workflow/approval-workflow-list/approval-workflow-list.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/approval-workflow/approval-workflow.component.js +2 -2
- package/esm2015/lib/sharedComponents/approval-workflow/approval-workflow.component.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.js +2 -2
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngfactory.js +2 -2
- package/esm2015/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.js +2 -2
- package/esm2015/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.ngfactory.js +2 -2
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.js +1 -1
- package/esm2015/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.js +2 -2
- package/esm2015/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.js +2 -2
- package/esm2015/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.ngfactory.js +2 -2
- package/esm2015/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.js +1 -1
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/sharedComponents/select-approvers/select-approvers.component.js +3 -3
- package/esm2015/lib/sharedComponents/select-approvers/select-approvers.component.ngfactory.js +2 -2
- package/esm2015/lib/sharedComponents/users-radio-list/users-radio-list.component.js +5 -3
- package/esm2015/lib/sharedComponents/users-radio-list/users-radio-list.component.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/users-radio-list/users-radio-list.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +12 -11
- package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +135 -133
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +74 -31
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +5 -5
- 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 +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js +135 -74
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/sharedComponents/approval-workflow/approval-workflow-list/approval-workflow-list.component.d.ts +3 -2
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +8 -7
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
export declare class ApprovalWorkflowListComponent implements OnInit {
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
export declare class ApprovalWorkflowListComponent implements OnInit, OnChanges {
|
|
3
3
|
hideDetails: boolean;
|
|
4
4
|
openIndexId: number;
|
|
5
5
|
selectedWorkflow: any;
|
|
@@ -12,6 +12,7 @@ export declare class ApprovalWorkflowListComponent implements OnInit {
|
|
|
12
12
|
onApprovalEdit: EventEmitter<any>;
|
|
13
13
|
constructor();
|
|
14
14
|
ngOnInit(): void;
|
|
15
|
+
ngOnChanges(): void;
|
|
15
16
|
showDetails(id: any): void;
|
|
16
17
|
createApprovalClick(event: boolean): void;
|
|
17
18
|
selectApproval(approval?: any): void;
|
package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
24
24
|
FromProgram: boolean;
|
|
25
25
|
userListInfo: any;
|
|
26
26
|
groupListInfo: any;
|
|
27
|
+
fromApprovalWorkflow: boolean;
|
|
27
28
|
fetchUserData: EventEmitter<any>;
|
|
28
29
|
disabledIds: any;
|
|
29
30
|
nonRemovableUserIds: any;
|
|
@@ -99,13 +100,13 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
99
100
|
confirmAction(evt: 'YES' | 'NO'): void;
|
|
100
101
|
closeList(): void;
|
|
101
102
|
/**
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
103
|
+
* #### Description
|
|
104
|
+
*
|
|
105
|
+
* Returns the unique array of object based on unique key
|
|
106
|
+
* @param array
|
|
107
|
+
* @param key
|
|
108
|
+
* @returns
|
|
109
|
+
*/
|
|
109
110
|
uniqueByProp(array: any, key: string): unknown[];
|
|
110
111
|
paginationVisible(): void;
|
|
111
112
|
workflowTypeChanged(event: string): void;
|
package/package.json
CHANGED